API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2959/?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/71/?format=api"
    ],
    "id": 2959,
    "title": "Django World Regions",
    "slug": "django-world-regions",
    "last_updated": "2015-07-05T07:46:40-04:00",
    "last_fetched": "2026-02-16T03:06:34.818356-05:00",
    "repo_url": "https://github.com/cesarcruz/django-world-regions",
    "pypi_version": "0.1.1",
    "created": "2015-07-05T06:45:00.524529-04:00",
    "modified": "2026-01-28T16:17:47.961795-05:00",
    "repo_forks": 4,
    "repo_description": "Simple Django app to group countries in world's regions.",
    "pypi_url": "http://pypi.python.org/pypi/django-world-regions",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "cesarcruz"
    ]
}