API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1130/?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/34/?format=api"
    ],
    "id": 1130,
    "title": "django_newsletter",
    "slug": "django_newsletter",
    "last_updated": "2012-01-25T13:38:49-05:00",
    "last_fetched": "2026-02-15T11:04:53.178706-05:00",
    "repo_url": "https://github.com/rokj/django_newsletter",
    "pypi_version": null,
    "created": "2012-01-25T13:42:27.527359-05:00",
    "modified": "2026-01-28T13:10:06.364263-05:00",
    "repo_forks": 1,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "rokj"
    ]
}