API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2502/?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": 2502,
    "title": "django-custom-field",
    "slug": "django-custom-field",
    "last_updated": "2020-04-20T18:15:33-04:00",
    "last_fetched": "2026-02-15T04:06:15.819590-05:00",
    "repo_url": "https://github.com/burke-software/django-custom-field",
    "pypi_version": "3.0",
    "created": "2014-07-23T06:43:45.270045-04:00",
    "modified": "2026-01-28T16:59:38.257349-05:00",
    "repo_forks": 21,
    "repo_description": "End user defined custom fields for Django including contrib.admin support",
    "pypi_url": "http://pypi.python.org/pypi/django-custom-field",
    "documentation_url": "",
    "repo_watchers": 77,
    "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": [
        "bufke",
        "willseward",
        "juanvasquez",
        "fromageball",
        "jleclanche"
    ]
}