API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3173/
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/25/"
    ],
    "id": 3173,
    "title": "django-dbdiff",
    "slug": "django-dbdiff",
    "last_updated": "2024-05-10T09:08:59-04:00",
    "last_fetched": "2026-02-15T19:09:41.707634-05:00",
    "repo_url": "https://github.com/yourlabs/django-dbdiff",
    "pypi_version": "0.9.6",
    "created": "2016-01-01T20:13:53.874009-05:00",
    "modified": "2026-01-28T14:48:11.462988-05:00",
    "repo_forks": 5,
    "repo_description": "Diff the database state with pre-generated fixtures, for testing (tests that write themselves)",
    "pypi_url": "http://pypi.python.org/pypi/django-dbdiff",
    "documentation_url": "",
    "repo_watchers": 14,
    "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": [
        "jpic",
        "pfouque",
        "blueyed"
    ]
}