API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2154/
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/231/",
        "https://djangopackages.org/api/v4/grids/282/",
        "https://djangopackages.org/api/v4/grids/439/"
    ],
    "id": 2154,
    "title": "django-invitation-strict",
    "slug": "django-invitation-strict",
    "last_updated": "2013-03-20T03:09:32-04:00",
    "last_fetched": "2026-02-15T11:03:18.693124-05:00",
    "repo_url": "https://bitbucket.org/antmar/django-invitation-strict",
    "pypi_version": null,
    "created": "2013-12-06T08:52:34.261553-05:00",
    "modified": "2026-01-28T13:07:09.454614-05:00",
    "repo_forks": 0,
    "repo_description": "django-invitation is built on top of django-registration, it restricts registration to a given number of invited person per active user (strategy introduced by GMail to involve 2.0 users).\r\n\r\ndjango-invitation-strict optionally checks that the user is registering with the same address that the invitation was sent to.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "antmar"
    ]
}