API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/"
    ],
    "id": 1492,
    "title": "django-skel2",
    "slug": "django-skel2",
    "last_updated": "2012-10-03T01:14:09-04:00",
    "last_fetched": "2026-02-15T13:02:12.738998-05:00",
    "repo_url": "https://github.com/nskeip/django-skel2",
    "pypi_version": null,
    "created": "2012-10-03T01:10:11.442312-04:00",
    "modified": "2026-01-28T13:16:50.491643-05:00",
    "repo_forks": 4,
    "repo_description": "A django project skeleton",
    "pypi_url": "",
    "documentation_url": null,
    "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": [
        "nskeip"
    ]
}