API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1570/
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/57/"
    ],
    "id": 1570,
    "title": "django-require",
    "slug": "django-require",
    "last_updated": "2017-04-12T05:13:24-04:00",
    "last_fetched": "2026-02-15T21:01:50.015663-05:00",
    "repo_url": "https://github.com/etianen/django-require",
    "pypi_version": "1.0.11",
    "created": "2012-11-30T07:12:43.036869-05:00",
    "modified": "2026-01-28T15:05:02.969456-05:00",
    "repo_forks": 49,
    "repo_description": "A Django staticfiles post-processor for optimizing with RequireJS.",
    "pypi_url": "http://pypi.python.org/pypi/django-require",
    "documentation_url": null,
    "repo_watchers": 239,
    "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": [
        "etianen",
        "thijstriemstra",
        "axelmagn",
        "brad",
        "alendit",
        "jordiecometrica",
        "MiguelSR",
        "sjhewitt",
        "effrenus"
    ]
}