API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/818/
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/161/",
        "https://djangopackages.org/api/v4/grids/52/"
    ],
    "id": 818,
    "title": "Django CTE Trees",
    "slug": "django-cte-trees",
    "last_updated": "2016-10-19T10:22:10-04:00",
    "last_fetched": "2026-02-15T04:06:08.551181-05:00",
    "repo_url": "https://github.com/petrounias/django-cte-trees",
    "pypi_version": "0.9.2",
    "created": "2011-06-07T23:52:56.229343-04:00",
    "modified": "2026-01-28T16:59:24.980858-05:00",
    "repo_forks": 9,
    "repo_description": "Django Adjacency-List trees using PostgreSQL Common Table Expressions (CTE)",
    "pypi_url": "http://pypi.python.org/pypi/django-cte-trees",
    "documentation_url": "https://readthedocs.org/projects/django-cte-trees/",
    "repo_watchers": 47,
    "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": [
        "matthiask",
        "petrounias",
        "sheltonli"
    ]
}