API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5143/
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/"
    ],
    "id": 5143,
    "title": "django-project-template",
    "slug": "jpadilla-django-project-template",
    "last_updated": "2021-05-11T23:00:13-04:00",
    "last_fetched": "2026-02-15T07:02:39.350789-05:00",
    "repo_url": "https://github.com/jpadilla/django-project-template",
    "pypi_version": null,
    "created": "2021-09-27T14:03:12.519755-04:00",
    "modified": "2026-01-29T12:42:37.071115-05:00",
    "repo_forks": 587,
    "repo_description": "Project template layout for Django 3.0+",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 726,
    "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": [
        "jpadilla",
        "dependabot-preview[bot]",
        "dependabot[bot]",
        "fronbasal",
        "baptwaels",
        "JSimo",
        "kylegibson-rldatix",
        "sethwoodworth",
        "ohing504"
    ]
}