API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1662/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/",
        "https://djangopackages.org/api/v4/grids/127/"
    ],
    "id": 1662,
    "title": "django-project-template",
    "slug": "django-project-template",
    "last_updated": "2020-02-17T12:09:38-05:00",
    "last_fetched": "2026-02-15T07:02:37.674768-05:00",
    "repo_url": "https://github.com/edoburu/django-project-template",
    "pypi_version": null,
    "created": "2013-02-07T04:32:36.793029-05:00",
    "modified": "2026-01-29T12:42:34.274541-05:00",
    "repo_forks": 49,
    "repo_description": "Django project layout to quickly start build fantastic websites! (included npm, libsass, frontend setup and base Django apps)",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 125,
    "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": [
        "vdboor",
        "paolodina",
        "polinom",
        "pyup-bot"
    ]
}