API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4613/?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/22/?format=api",
        "https://djangopackages.org/api/v4/grids/176/?format=api"
    ],
    "id": 4613,
    "title": "django-stackstore-model",
    "slug": "django-stackstore-model",
    "last_updated": "2020-05-28T02:49:46-04:00",
    "last_fetched": "2026-02-15T22:07:05.982751-05:00",
    "repo_url": "https://github.com/salexkidd/django-stackstore-model",
    "pypi_version": "0.1",
    "created": "2020-05-28T02:57:03.526914-04:00",
    "modified": "2026-01-28T15:26:10.490520-05:00",
    "repo_forks": 1,
    "repo_description": "Django Stackstore is a library that can support model versioning in a minimal amount of steps.",
    "pypi_url": "http://pypi.python.org/pypi/django-stackstore-model",
    "documentation_url": "https://github.com/salexkidd/django-stackstore-model/blob/master/readme.md",
    "repo_watchers": 4,
    "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": [
        "salexkidd"
    ]
}