API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/44/?format=api"
    ],
    "id": 1528,
    "title": "django-easytree",
    "slug": "django-easytree",
    "last_updated": "2009-08-12T23:31:05-04:00",
    "last_fetched": "2026-02-15T11:01:47.057054-05:00",
    "repo_url": "https://bitbucket.org/fivethreeo/django-easytree",
    "pypi_version": null,
    "created": "2012-11-09T01:02:24.994454-05:00",
    "modified": "2026-01-28T13:03:58.793743-05:00",
    "repo_forks": 2,
    "repo_description": "Another attempt at modified preordered tree traversal.\r\n\r\nMeant to be as generic as possible, should be easy to use in the admin.\r\n\r\nAnd a apology to gpicon for stealing code from treebeard ;)",
    "pypi_url": "",
    "documentation_url": null,
    "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": [
        "fivethreeo"
    ]
}