API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3118/
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/8/"
    ],
    "id": 3118,
    "title": "django-addanother",
    "slug": "django-addanother",
    "last_updated": "2022-08-28T12:20:52-04:00",
    "last_fetched": "2026-02-15T18:06:17.049718-05:00",
    "repo_url": "https://github.com/jonashaag/django-addanother",
    "pypi_version": "2.2.2",
    "created": "2015-10-20T02:53:42.091546-04:00",
    "modified": "2026-01-28T14:25:50.572475-05:00",
    "repo_forks": 18,
    "repo_description": "\"Add another\" buttons outside the Django admin",
    "pypi_url": "http://pypi.python.org/pypi/django-addanother",
    "documentation_url": "http://django-addanother.readthedocs.org/",
    "repo_watchers": 50,
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "jonashaag",
        "jpic",
        "ikcam",
        "olivierdalang",
        "CleitonDeLima",
        "blueyed",
        "luzfcb",
        "N1K1TAS95",
        "mangelozzi",
        "sterliakov"
    ]
}