API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2188/
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/11/"
    ],
    "id": 2188,
    "title": "Django-Associations",
    "slug": "django-associations",
    "last_updated": "2014-03-15T00:37:57-04:00",
    "last_fetched": "2026-02-16T00:02:28.429460-05:00",
    "repo_url": "https://github.com/DarkSector/django-associations",
    "pypi_version": "0.1.7",
    "created": "2014-01-13T16:14:21.786710-05:00",
    "modified": "2026-01-28T15:29:31.183019-05:00",
    "repo_forks": 3,
    "repo_description": "A simple Django app to show url associations between installed apps",
    "pypi_url": "http://pypi.python.org/pypi/django-associations",
    "documentation_url": "",
    "repo_watchers": 15,
    "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": [
        "DarkSector"
    ]
}