API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4130/
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/139/",
        "https://djangopackages.org/api/v4/grids/15/",
        "https://djangopackages.org/api/v4/grids/244/",
        "https://djangopackages.org/api/v4/grids/112/"
    ],
    "id": 4130,
    "title": "Django Vox",
    "slug": "django-vox",
    "last_updated": "2019-10-29T00:57:22-04:00",
    "last_fetched": "2026-02-15T20:01:31.365753-05:00",
    "repo_url": "https://gitlab.com/alantrick/django-vox",
    "pypi_version": "4.0.6",
    "created": "2018-04-27T19:50:47.638577-04:00",
    "modified": "2026-01-28T14:51:45.583800-05:00",
    "repo_forks": 3,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-vox",
    "documentation_url": "http://django-vox.readthedocs.io/en/latest/",
    "repo_watchers": 9,
    "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": [
        "Alessandro Biavati",
        "Alan Trick"
    ]
}