API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/57/?format=api"
    ],
    "id": 4700,
    "title": "django-static_models",
    "slug": "django-static_models",
    "last_updated": "2023-03-02T07:04:03-05:00",
    "last_fetched": "2026-02-15T21:03:59.094790-05:00",
    "repo_url": "https://github.com/rcrowther/django-static_models",
    "pypi_version": "1.1.1",
    "created": "2020-09-05T17:10:33.644424-04:00",
    "modified": "2026-01-28T15:08:16.623376-05:00",
    "repo_forks": 0,
    "repo_description": "Create static pages from models, views or URLs, then serve",
    "pypi_url": "http://pypi.python.org/pypi/django-static-models",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "rcrowther"
    ]
}