API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5120/
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/415/"
    ],
    "id": 5120,
    "title": "django-code-generator",
    "slug": "django-code-generator",
    "last_updated": "2021-03-11T18:46:57-05:00",
    "last_fetched": "2026-02-15T04:03:05.854584-05:00",
    "repo_url": "https://github.com/Nekmo/django-code-generator",
    "pypi_version": "0.2.2",
    "created": "2021-08-27T21:04:14.971805-04:00",
    "modified": "2026-01-28T16:55:25.832770-05:00",
    "repo_forks": 10,
    "repo_description": "Generate code from your Django models for faster development",
    "pypi_url": "http://pypi.python.org/pypi/django-code-generator",
    "documentation_url": "https://docs.nekmo.org/django-code-generator/",
    "repo_watchers": 54,
    "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": [
        "Nekmo"
    ]
}