API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1691/
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/439/"
    ],
    "id": 1691,
    "title": "django-registration-names",
    "slug": "django-registration-names",
    "last_updated": "2013-02-25T04:36:42-05:00",
    "last_fetched": "2026-02-15T02:04:33.340100-05:00",
    "repo_url": "https://github.com/ivanyu/django-registration-names",
    "pypi_version": "0.1b",
    "created": "2013-02-23T14:15:38.777709-05:00",
    "modified": "2026-01-28T16:22:32.151774-05:00",
    "repo_forks": 1,
    "repo_description": "A way to control allowed and prohibited user names for registration with django-registration",
    "pypi_url": "http://pypi.python.org/pypi/django-registration-names",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "ivanyu"
    ]
}