API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6071/
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/66/"
    ],
    "id": 6071,
    "title": "dj_magister",
    "slug": "dj_magister",
    "last_updated": "2025-04-17T17:11:31-04:00",
    "last_fetched": "2026-02-15T03:07:32.894537-05:00",
    "repo_url": "https://github.com/esmairi/dj_magister",
    "pypi_version": "0.0.2",
    "created": "2025-04-06T19:01:08.684738-04:00",
    "modified": "2026-01-28T16:49:04.099856-05:00",
    "repo_forks": 0,
    "repo_description": "dj_magister is a Django application designed to provide comprehensive access control by managing relationships between subjects (users, groups) and resources (documents, objects). It offers a schema-based approach to defining and enforcing permissions, simplifying relationship management and permission checks.",
    "pypi_url": "https://pypi.org/project/dj_magister",
    "documentation_url": "https://github.com/esmairi/dj_magister/blob/main/README.md",
    "repo_watchers": 3,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "andromeda-maw"
    ]
}