API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3920/
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/257/",
        "https://djangopackages.org/api/v4/grids/293/"
    ],
    "id": 3920,
    "title": "django-popupcrud",
    "slug": "django-popupcrud",
    "last_updated": "2020-06-15T23:46:19-04:00",
    "last_fetched": "2026-02-15T21:04:16.970116-05:00",
    "repo_url": "https://github.com/harikvpy/django-popupcrud",
    "pypi_version": "0.12.0",
    "created": "2017-09-26T11:01:41.205012-04:00",
    "modified": "2026-01-28T15:08:47.923057-05:00",
    "repo_forks": 6,
    "repo_description": "A CRUD framework that implements CRUD operations through HTML popups.",
    "pypi_url": "http://pypi.python.org/pypi/django-popupcrud",
    "documentation_url": "http://django-popupcrud.readthedocs.io",
    "repo_watchers": 15,
    "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": [
        "harikvpy",
        "ak4zh"
    ]
}