API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2150/
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/"
    ],
    "id": 2150,
    "title": "django-waitinglist",
    "slug": "django-waitinglist",
    "last_updated": "2017-11-14T13:30:55-05:00",
    "last_fetched": "2026-02-15T22:00:58.644564-05:00",
    "repo_url": "https://github.com/pinax/django-waitinglist",
    "pypi_version": "1.4.5",
    "created": "2013-12-06T08:45:52.095104-05:00",
    "modified": "2026-01-28T15:15:25.316444-05:00",
    "repo_forks": 14,
    "repo_description": "DEPRECATED - please see https://github.com/pinax/pinax-waitinglist",
    "pypi_url": "http://pypi.python.org/pypi/django-waitinglist",
    "documentation_url": "http://django-waitinglist.readthedocs.org/",
    "repo_watchers": 65,
    "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": [
        "paltman",
        "brosner",
        "jtauber",
        "airtonix",
        "chromano",
        "zenware",
        "KatherineMichel"
    ]
}