API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2323/
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/218/"
    ],
    "id": 2323,
    "title": "cookiecutter-django-paas",
    "slug": "cookiecutter-django-paas",
    "last_updated": "2014-04-03T10:05:30-04:00",
    "last_fetched": "2026-02-15T09:05:34.547698-05:00",
    "repo_url": "https://github.com/pbacterio/cookiecutter-django-paas",
    "pypi_version": null,
    "created": "2014-04-26T22:35:48.272535-04:00",
    "modified": "2026-01-29T12:55:15.610023-05:00",
    "repo_forks": 5,
    "repo_description": "Django template ready to use in PAAS platforms like Heroku, OpenShift, etc...",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 21,
    "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": [
        "pbacterio"
    ]
}