API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1261/?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/35/?format=api"
    ],
    "id": 1261,
    "title": "django-adminhelp",
    "slug": "django-adminhelp",
    "last_updated": "2015-07-16T10:36:02-04:00",
    "last_fetched": "2022-05-13T18:12:31.252044-04:00",
    "repo_url": "https://github.com/semente/django-adminhelp",
    "pypi_version": null,
    "created": "2012-04-11T13:11:53.217359-04:00",
    "modified": "2025-01-31T14:57:59.444930-05:00",
    "repo_forks": 4,
    "repo_description": "A help application for Django administration.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "semente"
    ]
}