API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1651/
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/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1651,
    "title": "proofread",
    "slug": "proofread",
    "last_updated": "2013-01-22T12:00:16-05:00",
    "last_fetched": "2026-02-15T01:03:24.449000-05:00",
    "repo_url": "https://github.com/mattrobenolt/proofread",
    "pypi_version": "0.1.2",
    "created": "2013-01-21T00:10:06.725482-05:00",
    "modified": "2026-01-28T16:12:55.043657-05:00",
    "repo_forks": 10,
    "repo_description": "Test your Django app without writing tests!",
    "pypi_url": "http://pypi.python.org/pypi/proofread",
    "documentation_url": null,
    "repo_watchers": 88,
    "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": [
        "mattrobenolt"
    ]
}