API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/137/",
        "https://djangopackages.org/api/v4/grids/152/"
    ],
    "id": 1606,
    "title": "django-voting",
    "slug": "django-voting",
    "last_updated": "2024-07-25T11:26:22-04:00",
    "last_fetched": "2026-02-16T00:02:58.515550-05:00",
    "repo_url": "https://github.com/jezdez/django-voting",
    "pypi_version": "1.1.0",
    "created": "2012-12-26T04:10:06.578898-05:00",
    "modified": "2026-01-28T15:40:29.027750-05:00",
    "repo_forks": 47,
    "repo_description": "A generic voting application for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-voting",
    "documentation_url": null,
    "repo_watchers": 113,
    "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": [
        "insin",
        "pre-commit-ci[bot]",
        "hramezani",
        "PiDelport",
        "jezdez",
        "kaleissin",
        "fabiant7t",
        "urtzai",
        "brosner",
        "H3lllfir3",
        "davidyuk",
        "iamu985",
        "karthikbgl",
        "koobs",
        "nschlemm",
        "h3",
        "jatsu",
        "jazzband-bot"
    ]
}