API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1486/
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/59/"
    ],
    "id": 1486,
    "title": "django-generic-permissions",
    "slug": "django-generic-permissions",
    "last_updated": "2013-01-09T22:47:49-05:00",
    "last_fetched": "2026-02-16T03:05:10.006034-05:00",
    "repo_url": "https://github.com/garrypolley/django_generic_permissions",
    "pypi_version": "0.1.0",
    "created": "2012-09-27T16:49:26.762034-04:00",
    "modified": "2026-01-28T16:15:03.130805-05:00",
    "repo_forks": 1,
    "repo_description": "A simple Authentication Backend to manage specific permissions.",
    "pypi_url": "http://pypi.python.org/pypi/django-generic-permissions",
    "documentation_url": null,
    "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": [
        "garrypolley"
    ]
}