API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/138/",
        "https://djangopackages.org/api/v4/grids/70/",
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 1521,
    "title": "django.js",
    "slug": "django-js",
    "last_updated": "2014-06-27T10:25:45-04:00",
    "last_fetched": "2026-02-15T20:08:10.166732-05:00",
    "repo_url": "https://github.com/noirbizarre/django.js",
    "pypi_version": "0.8.1",
    "created": "2012-11-05T16:04:34.343063-05:00",
    "modified": "2026-01-28T15:01:41.215300-05:00",
    "repo_forks": 82,
    "repo_description": "Javascript tools for Django",
    "pypi_url": "http://pypi.python.org/pypi/django.js",
    "documentation_url": "http://djangojs.readthedocs.org/",
    "repo_watchers": 181,
    "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": [
        "noirbizarre",
        "randlet",
        "szelga",
        "michaeljones"
    ]
}