API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1527/
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/52/",
        "https://djangopackages.org/api/v4/grids/44/",
        "https://djangopackages.org/api/v4/grids/175/"
    ],
    "id": 1527,
    "title": "django-polymorphic-tree",
    "slug": "django-polymorphic-tree",
    "last_updated": "2021-11-18T06:00:04-05:00",
    "last_fetched": "2026-02-15T18:11:39.437847-05:00",
    "repo_url": "https://github.com/django-polymorphic/django-polymorphic-tree",
    "pypi_version": "2.1",
    "created": "2012-11-07T08:57:52.246954-05:00",
    "modified": "2026-01-28T14:31:52.010243-05:00",
    "repo_forks": 41,
    "repo_description": "Polymorphic MPTT tree support for models",
    "pypi_url": "http://pypi.python.org/pypi/django-polymorphic-tree",
    "documentation_url": null,
    "repo_watchers": 169,
    "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": [
        "vdboor",
        "smcoll",
        "gannettchad",
        "vinnyrose",
        "njamaleddine",
        "singleton11",
        "stasfilin",
        "bashu",
        "jpotterm",
        "jorgebg",
        "floppya",
        "BertrandBordage",
        "meshy",
        "dannyshaw",
        "David-Guillot",
        "gonzalobustos",
        "akermen"
    ]
}