API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3134/?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/74/?format=api",
        "https://djangopackages.org/api/v4/grids/321/?format=api",
        "https://djangopackages.org/api/v4/grids/71/?format=api"
    ],
    "id": 3134,
    "title": "django-address",
    "slug": "django-address",
    "last_updated": "2022-05-04T21:23:36-04:00",
    "last_fetched": "2026-02-15T18:05:11.172621-05:00",
    "repo_url": "https://github.com/furious-luke/django-address",
    "pypi_version": "0.2.8",
    "created": "2015-11-17T18:29:03.122498-05:00",
    "modified": "2026-01-28T14:24:44.292759-05:00",
    "repo_forks": 181,
    "repo_description": "A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.",
    "pypi_url": "http://pypi.python.org/pypi/django-address",
    "documentation_url": "https://github.com/furious-luke/django-address/blob/master/README.md",
    "repo_watchers": 442,
    "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": [
        "furious-luke",
        "banagale",
        "boulderdave",
        "bendog",
        "karbassi",
        "timjonez",
        "theunraveler",
        "fellu",
        "devidw",
        "pydanny",
        "Benbb96",
        "pyarun",
        "fuzzycode",
        "davidkircos",
        "xjlin0",
        "jpulec",
        "jonblum",
        "kevinroche",
        "max-nicholson",
        "arbeiterz",
        "jacinda"
    ]
}