API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3151/
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": 3151,
    "title": "Django Website Pro",
    "slug": "django-website-pro",
    "last_updated": "2016-11-30T09:17:17-05:00",
    "last_fetched": "2026-02-15T14:01:47.105607-05:00",
    "repo_url": "https://github.com/wooyek/django-website-pro",
    "pypi_version": null,
    "created": "2015-12-04T17:07:40.966715-05:00",
    "modified": "2026-01-28T13:26:52.908888-05:00",
    "repo_forks": 1,
    "repo_description": "Template for Django project, includes all the components that usually end up in your project",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "wooyek",
        "pyup-bot"
    ]
}