API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4404/
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/71/"
    ],
    "id": 4404,
    "title": "django-address-model",
    "slug": "django-address-model",
    "last_updated": "2020-11-18T04:46:12-05:00",
    "last_fetched": "2026-02-16T02:01:31.866243-05:00",
    "repo_url": "https://github.com/agusmakmun/django-address-model",
    "pypi_version": "1.0.4",
    "created": "2019-08-11T05:09:22.643448-04:00",
    "modified": "2026-01-28T15:58:53.900767-05:00",
    "repo_forks": 5,
    "repo_description": "django abstract model that provide the complete address, eg: no, na/rt, ca/rw, village/desa, sub district/kecamatan, district/kabupaten, province, country, postal code, currency code, phone code, etc.",
    "pypi_url": "http://pypi.python.org/pypi/django-address-model",
    "documentation_url": "",
    "repo_watchers": 14,
    "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": [
        "agusmakmun"
    ]
}