API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/252/?format=api"
    ],
    "id": 2501,
    "title": "django-custard",
    "slug": "django-custard",
    "last_updated": "2015-08-09T18:24:28-04:00",
    "last_fetched": "2026-02-15T04:06:13.293952-05:00",
    "repo_url": "https://github.com/kunitoki/django-custard",
    "pypi_version": "0.10",
    "created": "2014-07-23T06:39:37.940094-04:00",
    "modified": "2026-01-28T16:59:33.753317-05:00",
    "repo_forks": 5,
    "repo_description": "Django runtime generic customizable fields for any model",
    "pypi_url": "http://pypi.python.org/pypi/django-custard",
    "documentation_url": "https://readthedocs.org/projects/django-custard",
    "repo_watchers": 15,
    "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": [
        "kunitoki",
        "quamilek"
    ]
}