API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3807/
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/47/"
    ],
    "id": 3807,
    "title": "django-menu-generator",
    "slug": "django-menu-generator",
    "last_updated": "2020-11-25T17:19:52-05:00",
    "last_fetched": "2026-02-15T21:07:14.548908-05:00",
    "repo_url": "https://github.com/LaLogiaDePython/django-menu-generator",
    "pypi_version": "1.1.0",
    "created": "2017-04-26T22:15:23.293952-04:00",
    "modified": "2026-01-28T15:13:31.046432-05:00",
    "repo_forks": 17,
    "repo_description": "A straightforward menu generator for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-menu-generator",
    "documentation_url": "http://django-menu-generator.readthedocs.io/en/latest/",
    "repo_watchers": 29,
    "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": [
        "MiltonLn",
        "yamijuan",
        "juandgc",
        "lachmanfrantisek",
        "Natureshadow",
        "hansegucker",
        "lucaskuzma"
    ]
}