API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/137/?format=api"
    ],
    "id": 1607,
    "title": "django-secretballot",
    "slug": "django-secretballot",
    "last_updated": "2021-12-02T01:28:32-05:00",
    "last_fetched": "2026-05-26T16:13:56.466700-04:00",
    "repo_url": "https://github.com/bashu/django-secretballot",
    "pypi_version": "2.0.0",
    "created": "2012-12-26T04:21:53.764701-05:00",
    "modified": "2026-01-28T14:57:57.487708-05:00",
    "repo_forks": 68,
    "repo_description": "🗳 Django voting application that allows semi-anonymous voting",
    "pypi_url": "http://pypi.python.org/pypi/django-secretballot",
    "documentation_url": "https://github.com/bashu/django-secretballot/blob/develop/README.rst",
    "repo_watchers": 210,
    "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": [
        "jamesturk",
        "bashu",
        "phala",
        "nick13jaremek",
        "tpilewicz",
        "smn",
        "Afnarel",
        "kneirinck",
        "kreativitea",
        "hedleyroos",
        "drinks",
        "kant",
        "msgre"
    ]
}