API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4319/
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/28/"
    ],
    "id": 4319,
    "title": "Django roles access",
    "slug": "master",
    "last_updated": "2019-05-22T10:25:20-04:00",
    "last_fetched": "2026-02-16T01:01:01.128291-05:00",
    "repo_url": "https://github.com/django-roles-access/master",
    "pypi_version": "0.9.4",
    "created": "2019-03-19T18:02:30.586687-04:00",
    "modified": "2026-01-28T15:47:34.849438-05:00",
    "repo_forks": 0,
    "repo_description": "Django view access security by roles (groups).",
    "pypi_url": "http://pypi.python.org/pypi/django-roles-access",
    "documentation_url": "https://django-roles-access.github.io/",
    "repo_watchers": 5,
    "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": [
        "vicente-ramos"
    ]
}