API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/44/",
        "https://djangopackages.org/api/v4/grids/175/"
    ],
    "id": 5077,
    "title": "django-tree-queries",
    "slug": "django-tree-queries",
    "last_updated": "2025-11-27T14:54:21-05:00",
    "last_fetched": "2026-02-15T17:11:35.758421-05:00",
    "repo_url": "https://github.com/matthiask/django-tree-queries",
    "pypi_version": "0.23.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": 501,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        10,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        1,
        0,
        0,
        1,
        0,
        13,
        1,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "SafaAlfulaij",
        "rhomboss",
        "pre-commit-ci[bot]",
        "glennmatthews",
        "olivierdalang",
        "taobojlen",
        "bryanculver",
        "jameelhamdan",
        "Kircheneer",
        "felixxm"
    ]
}