API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/552/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/91/"
    ],
    "id": 552,
    "title": "django-planet",
    "slug": "django-planet",
    "last_updated": "2026-01-18T19:49:20-05:00",
    "last_fetched": "2026-02-15T20:06:49.931062-05:00",
    "repo_url": "https://github.com/matagus/django-planet",
    "pypi_version": "0.10.1",
    "created": "2010-12-28T06:46:02.430709-05:00",
    "modified": "2026-01-28T14:59:22.311517-05:00",
    "repo_forks": 53,
    "repo_description": ":globe_with_meridians: A django planet and feeds (RSS and ATOM) aggregator application for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-planet",
    "documentation_url": "http://django-planet.readthedocs.org/",
    "repo_watchers": 179,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        40,
        10,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0
    ],
    "participants": [
        "matagus",
        "vad",
        "dependabot[bot]",
        "jerem",
        "angvp",
        "bitdeli-chef",
        "eluttine",
        "jimr",
        "jilljenn",
        "rolo",
        "orsenthil"
    ]
}