API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/5/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/?format=api"
    ],
    "id": 2911,
    "title": "Django Hackathon Starter - Boilerplate",
    "slug": "django-hackathon-starter",
    "last_updated": "2016-01-28T23:07:31-05:00",
    "last_fetched": "2026-02-15T11:02:56.985573-05:00",
    "repo_url": "https://github.com/DrkSephy/django-hackathon-starter",
    "pypi_version": null,
    "created": "2015-05-19T12:07:21.451421-04:00",
    "modified": "2026-01-28T13:06:21.347481-05:00",
    "repo_forks": 290,
    "repo_description": "A boilerplate for Django web applications",
    "pypi_url": "",
    "documentation_url": "https://github.com/DrkSephy/django-hackathon-starter",
    "repo_watchers": 1622,
    "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": [
        "DrkSephy",
        "mk200789",
        "mquezada88",
        "lsxliron",
        "decentral1se",
        "EswariSwarna"
    ]
}