API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2158/
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/58/"
    ],
    "id": 2158,
    "title": "django-precise-bbcode",
    "slug": "django-precise-bbcode",
    "last_updated": "2026-01-01T06:44:38-05:00",
    "last_fetched": "2026-02-15T19:07:02.045580-05:00",
    "repo_url": "https://github.com/ellmetha/django-precise-bbcode",
    "pypi_version": "1.2.16",
    "created": "2013-12-07T04:51:38.924057-05:00",
    "modified": "2026-01-28T14:44:39.159003-05:00",
    "repo_forks": 11,
    "repo_description": "A Django application for parsing, displaying and editing BBCodes-based text contents.",
    "pypi_url": "http://pypi.python.org/pypi/django-precise-bbcode",
    "documentation_url": "http://django-precise-bbcode.readthedocs.org/",
    "repo_watchers": 31,
    "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,
        2,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ellmetha",
        "dependabot[bot]",
        "thorrak",
        "slasyz",
        "robvdl",
        "ilar"
    ]
}