API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/218/?format=api"
    ],
    "id": 2324,
    "title": "cookiecutter-django-bootstrap-angular",
    "slug": "cookiecutter-django-bootstrap-angular",
    "last_updated": "2014-04-24T05:26:58-04:00",
    "last_fetched": "2026-02-15T09:05:27.598868-05:00",
    "repo_url": "https://github.com/em-squared/cookiecutter-django-bootstrap-angular",
    "pypi_version": null,
    "created": "2014-04-27T00:00:53.760279-04:00",
    "modified": "2026-01-29T12:55:00.931388-05:00",
    "repo_forks": 0,
    "repo_description": "Cookie cutter template that generates a django skeleton with twitter-bootstrap and angularjs dependencies.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "em-squared"
    ]
}