API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/"
    ],
    "id": 1215,
    "title": "django-base-template",
    "slug": "django-base-template",
    "last_updated": "2015-08-31T19:26:59-04:00",
    "last_fetched": "2026-02-15T09:07:30.182287-05:00",
    "repo_url": "https://github.com/xenith/django-base-template",
    "pypi_version": null,
    "created": "2012-03-16T10:29:59.103634-04:00",
    "modified": "2026-01-29T12:58:09.285270-05:00",
    "repo_forks": 140,
    "repo_description": "A Django 1.8 base template with HTML5Boilerplate and Twitter Bootstrap",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 634,
    "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": [
        "xenith",
        "torbjoernk",
        "vitan",
        "breyten",
        "lilac",
        "markandrus",
        "nikolas",
        "goinnn",
        "peterfschaadt",
        "Saex",
        "serkansokmen",
        "songpeng1997",
        "tonylampada"
    ]
}