API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4309/?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/26/?format=api"
    ],
    "id": 4309,
    "title": "django-node-assets",
    "slug": "django-node-assets",
    "last_updated": "2025-05-20T12:52:42-04:00",
    "last_fetched": "2026-02-15T18:12:45.531331-05:00",
    "repo_url": "https://github.com/whitespy/django-node-assets",
    "pypi_version": "0.9.15",
    "created": "2019-02-23T18:43:32.096143-05:00",
    "modified": "2026-01-28T14:32:47.442272-05:00",
    "repo_forks": 5,
    "repo_description": "The Django application allows install and serve assets via Node.js package manager infrastructure.",
    "pypi_url": "http://pypi.python.org/pypi/django-node-assets",
    "documentation_url": "",
    "repo_watchers": 29,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        4,
        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": [
        "whitespy",
        "jensenbox",
        "proofit404"
    ]
}