API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2478/?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": 2478,
    "title": "django-vote",
    "slug": "django-vote",
    "last_updated": "2025-12-01T21:21:04-05:00",
    "last_fetched": "2026-05-26T17:10:20.722865-04:00",
    "repo_url": "https://github.com/shellfly/django-vote",
    "pypi_version": "2.5.0",
    "created": "2014-07-07T05:49:29.371663-04:00",
    "modified": "2026-01-28T15:10:23.898525-05:00",
    "repo_forks": 49,
    "repo_description": "Simple vote for django",
    "pypi_url": "http://pypi.python.org/pypi/django-vote",
    "documentation_url": "http://django-vote.readthedocs.org/en/latest/",
    "repo_watchers": 160,
    "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,
        1,
        2,
        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": [
        "shellfly",
        "tooooolong",
        "ialex",
        "philippeluickx",
        "JohnnyZhao",
        "DoctorJohn",
        "WillSkywalker",
        "jpic",
        "Barthelemy",
        "harikvpy",
        "BlueLovin",
        "pushplataranjan",
        "mozillazg",
        "pivolan"
    ]
}