API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/4/"
    ],
    "id": 217,
    "title": "django-profile",
    "slug": "django-profile",
    "last_updated": null,
    "last_fetched": "2026-02-15T04:13:10.431719-05:00",
    "repo_url": "http://code.google.com/p/django-profile/",
    "pypi_version": null,
    "created": "2010-09-08T11:13:35.032570-04:00",
    "modified": "2026-01-29T12:38:33.872530-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}