API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1851/
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/74/"
    ],
    "id": 1851,
    "title": "django-markers",
    "slug": "django-markers",
    "last_updated": "2022-12-22T06:37:37-05:00",
    "last_fetched": "2026-02-15T22:01:04.523412-05:00",
    "repo_url": "https://github.com/danielquinn/django-markers",
    "pypi_version": "1.4.0",
    "created": "2013-06-01T04:42:18.987124-04:00",
    "modified": "2026-01-28T15:15:37.698667-05:00",
    "repo_forks": 2,
    "repo_description": "Dynamic map marker generation using template images and arbitrary text",
    "pypi_url": "http://pypi.python.org/pypi/django-markers",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "danielquinn",
        "robert-kisteleki",
        "hmikihth"
    ]
}