API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/?format=api"
    ],
    "id": 666,
    "title": "tddspry",
    "slug": "tddspry",
    "last_updated": "2011-03-01T10:01:10-05:00",
    "last_fetched": "2026-02-15T07:04:21.822566-05:00",
    "repo_url": "https://github.com/playpauseandstop/tddspry",
    "pypi_version": "0.3.1",
    "created": "2011-03-01T19:16:11.203498-05:00",
    "modified": "2026-01-29T12:45:23.470763-05:00",
    "repo_forks": 7,
    "repo_description": "Collection of testcases and helpers to test Django projects and applications with nose and twill libraries.",
    "pypi_url": "http://pypi.python.org/pypi/tddspry",
    "documentation_url": null,
    "repo_watchers": 36,
    "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": [
        "playpauseandstop",
        "dgladkov",
        "t0ster"
    ]
}