API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4587/?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/49/?format=api"
    ],
    "id": 4587,
    "title": "django-user-g11n",
    "slug": "django-user-g11n",
    "last_updated": "2024-06-06T01:22:16-04:00",
    "last_fetched": "2026-02-15T21:07:57.249248-05:00",
    "repo_url": "https://github.com/salexkidd/django-user-g11n",
    "pypi_version": "0.4.4",
    "created": "2020-05-04T11:42:11.342484-04:00",
    "modified": "2026-01-28T15:14:48.050660-05:00",
    "repo_forks": 1,
    "repo_description": "Django User g11n (globalization) provides fields for users to set time zones and regions, as well as middleware to handle them properly.",
    "pypi_url": "http://pypi.python.org/pypi/django-user-g11n",
    "documentation_url": "",
    "repo_watchers": 26,
    "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": [
        "salexkidd"
    ]
}