API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1550/
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/7/"
    ],
    "id": 1550,
    "title": "openid2rp",
    "slug": "openid2rp",
    "last_updated": "2012-05-30T15:52:16-04:00",
    "last_fetched": "2026-02-16T02:01:23.004459-05:00",
    "repo_url": "https://bitbucket.org/loewis/openid2rp",
    "pypi_version": "1.12",
    "created": "2012-11-21T03:34:17.969797-05:00",
    "modified": "2026-01-28T15:58:37.596144-05:00",
    "repo_forks": 1,
    "repo_description": "OpenID 2.0 Relying Party for Python.",
    "pypi_url": "http://pypi.python.org/pypi/openid2rp",
    "documentation_url": "https://pythonhosted.org/openid2rp/",
    "repo_watchers": 6,
    "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": [
        "loewis"
    ]
}