API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/44/?format=api",
        "https://djangopackages.org/api/v4/grids/175/?format=api"
    ],
    "id": 5077,
    "title": "django-tree-queries",
    "slug": "django-tree-queries",
    "last_updated": "2026-05-19T00:20:45-04:00",
    "last_fetched": "2026-05-26T11:35:55.652688-04:00",
    "repo_url": "https://github.com/matthiask/django-tree-queries",
    "pypi_version": "0.24.0",
    "created": "2021-06-03T00:36:18.409359-04:00",
    "modified": "2026-01-28T14:07:49.373640-05:00",
    "repo_forks": 32,
    "repo_description": "Adjacency-list trees for Django using recursive common table expressions. Supports PostgreSQL, sqlite, MySQL and MariaDB.",
    "pypi_url": "http://pypi.python.org/pypi/django-tree-queries",
    "documentation_url": "https://django-tree-queries.readthedocs.io/en/latest/",
    "repo_watchers": 512,
    "commits_over_52": [
        0,
        10,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        1,
        0,
        0,
        1,
        1,
        12,
        1,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        13,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1
    ],
    "participants": [
        "matthiask",
        "SafaAlfulaij",
        "rhomboss",
        "pre-commit-ci[bot]",
        "glennmatthews",
        "olivierdalang",
        "taobojlen",
        "bryanculver",
        "jameelhamdan",
        "Kircheneer",
        "felixxm"
    ]
}