API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4606/
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/51/"
    ],
    "id": 4606,
    "title": "Django Data Browser",
    "slug": "django-data-browser",
    "last_updated": "2025-11-30T10:08:06-05:00",
    "last_fetched": "2026-02-15T18:05:54.050218-05:00",
    "repo_url": "https://github.com/tolomea/django-data-browser",
    "pypi_version": "4.2.10",
    "created": "2020-05-21T03:40:00.057522-04:00",
    "modified": "2026-01-28T14:25:18.825652-05:00",
    "repo_forks": 27,
    "repo_description": "Django app for user friendly querying of Django models",
    "pypi_url": "http://pypi.python.org/pypi/django-data-browser",
    "documentation_url": "",
    "repo_watchers": 377,
    "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,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tolomea",
        "dependabot[bot]",
        "aboutofpluto",
        "me2d09",
        "graingert",
        "xinye1",
        "adamchainz",
        "hakancelikdev",
        "SleepyHarry",
        "jayvdb"
    ]
}