API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/282/
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": 282,
    "title": "django-test-extensions",
    "slug": "django-test-extensions",
    "last_updated": "2011-10-26T15:20:49-04:00",
    "last_fetched": "2026-02-15T20:07:50.898611-05:00",
    "repo_url": "https://github.com/garethr/django-test-extensions",
    "pypi_version": "0.14",
    "created": "2010-09-13T02:53:14.506623-04:00",
    "modified": "2026-01-28T15:01:05.646652-05:00",
    "repo_forks": 30,
    "repo_description": "A set of custom assertions and examples for use testing django applications",
    "pypi_url": "http://pypi.python.org/pypi/django-test-extensions",
    "documentation_url": null,
    "repo_watchers": 144,
    "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": [
        "garethr",
        "rca",
        "Phlip",
        "sverrejoh",
        "alanjds",
        "igorsobreira",
        "jezdez",
        "schinckel",
        "ricardochimal",
        "andrewsmedina",
        "bialecki",
        "tswicegood"
    ]
}