API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/65/
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/26/",
        "https://djangopackages.org/api/v4/grids/57/"
    ],
    "id": 65,
    "title": "django-static",
    "slug": "django-static",
    "last_updated": "2016-08-05T08:20:41-04:00",
    "last_fetched": "2026-02-15T20:07:09.018461-05:00",
    "repo_url": "https://github.com/peterbe/django-static",
    "pypi_version": "1.5.6",
    "created": "2010-08-18T10:55:23.401745-04:00",
    "modified": "2026-01-28T14:59:55.468137-05:00",
    "repo_forks": 28,
    "repo_description": "Template tags for better serving static files from templates in Django",
    "pypi_url": "http://pypi.python.org/pypi/django-static",
    "documentation_url": null,
    "repo_watchers": 193,
    "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": [
        "peterbe",
        "bjornpost",
        "girasquid",
        "vinodpandey",
        "Lacrymology",
        "artemrizhov",
        "joseguerrero",
        "mgedmin",
        "panuta"
    ]
}