API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/"
    ],
    "id": 4292,
    "title": "Django 2.0+ Project Template",
    "slug": "django2-project-template",
    "last_updated": "2019-08-09T07:23:36-04:00",
    "last_fetched": "2026-02-15T09:06:09.741023-05:00",
    "repo_url": "https://github.com/mohsen-mahmoodi/django2-project-template",
    "pypi_version": null,
    "created": "2019-02-01T09:19:11.306101-05:00",
    "modified": "2026-01-29T12:56:03.318797-05:00",
    "repo_forks": 2,
    "repo_description": "Project template layout for Django 2.0+",
    "pypi_url": "",
    "documentation_url": "https://mohsen-mahmoodi.github.io/django2-project-template/",
    "repo_watchers": 1,
    "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": [
        "pyup-bot"
    ]
}