API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/840/
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/18/"
    ],
    "id": 840,
    "title": "django-model-blocks",
    "slug": "django-model-blocks",
    "last_updated": "2011-09-02T12:56:07-04:00",
    "last_fetched": "2026-02-16T00:06:24.073063-05:00",
    "repo_url": "https://github.com/mjumbewu/django-model-blocks",
    "pypi_version": "0.8.10",
    "created": "2011-06-22T17:38:56.204074-04:00",
    "modified": "2026-01-28T15:46:36.624682-05:00",
    "repo_forks": 6,
    "repo_description": "Generic templates for Django models",
    "pypi_url": "http://pypi.python.org/pypi/django-model-blocks",
    "documentation_url": null,
    "repo_watchers": 30,
    "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": [
        "mjumbewu"
    ]
}