API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/277/
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/67/",
        "https://djangopackages.org/api/v4/grids/83/"
    ],
    "id": 277,
    "title": "django-openid",
    "slug": "django-openid",
    "last_updated": "2013-10-21T06:30:34-04:00",
    "last_fetched": "2026-02-15T07:01:39.248369-05:00",
    "repo_url": "https://github.com/simonw/django-openid",
    "pypi_version": null,
    "created": "2010-09-13T02:47:34.180723-04:00",
    "modified": "2026-01-29T12:41:03.987550-05:00",
    "repo_forks": 30,
    "repo_description": "A modern library for integrating OpenID with Django - incomplete, but really nearly there (promise)",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-openid/",
    "repo_watchers": 163,
    "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": [
        "brosner",
        "jezdez",
        "dpoirier",
        "fmarier",
        "robhudson"
    ]
}