API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/87/?format=api"
    ],
    "id": 4076,
    "title": "django smart share",
    "slug": "djangosmartshare",
    "last_updated": "2018-11-02T09:43:00-04:00",
    "last_fetched": "2026-02-16T03:04:51.445564-05:00",
    "repo_url": "https://github.com/aasmpro/djangosmartshare",
    "pypi_version": "0.8.8",
    "created": "2018-02-25T17:58:12.673938-05:00",
    "modified": "2026-01-28T16:14:29.387245-05:00",
    "repo_forks": 5,
    "repo_description": "a simple django app for sharing files over http",
    "pypi_url": "http://pypi.python.org/pypi/djangosmartshare",
    "documentation_url": "",
    "repo_watchers": 10,
    "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": [
        "aasmpro"
    ]
}