API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1293/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/47/"
    ],
    "id": 1293,
    "title": "django-tabination",
    "slug": "django-tabination",
    "last_updated": "2014-06-21T08:12:53-04:00",
    "last_fetched": "2026-02-16T01:02:31.825846-05:00",
    "repo_url": "https://github.com/dbrgn/django-tabination",
    "pypi_version": "0.4.0",
    "created": "2012-05-04T07:17:44.943294-04:00",
    "modified": "2026-01-28T15:50:41.260623-05:00",
    "repo_forks": 1,
    "repo_description": "A lightweight library that enables you to easily build your own tab navigation based on class based views.",
    "pypi_url": "http://pypi.python.org/pypi/django-tabination",
    "documentation_url": "https://readthedocs.org/projects/django-tabination/",
    "repo_watchers": 21,
    "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": [
        "dbrgn",
        "keimlink",
        "javiertejero",
        "prymitive"
    ]
}