API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/539/
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/18/"
    ],
    "id": 539,
    "title": "Fancy Tag",
    "slug": "fancy_tag",
    "last_updated": "2012-10-29T13:34:07-04:00",
    "last_fetched": "2026-02-16T01:02:57.491366-05:00",
    "repo_url": "https://github.com/trapeze/fancy_tag",
    "pypi_version": "0.2.0",
    "created": "2010-12-14T13:29:41.040998-05:00",
    "modified": "2026-01-28T15:51:24.977616-05:00",
    "repo_forks": 2,
    "repo_description": "A replacement for Django's simple_tag decorator",
    "pypi_url": "http://pypi.python.org/pypi/fancy_tag",
    "documentation_url": null,
    "repo_watchers": 18,
    "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": [
        "greatestape",
        "jaap3"
    ]
}