API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2243/?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"
    ],
    "id": 2243,
    "title": "django-location-field",
    "slug": "django-location-field",
    "last_updated": "2023-11-21T09:30:59-05:00",
    "last_fetched": "2026-02-15T18:01:53.446836-05:00",
    "repo_url": "https://github.com/caioariede/django-location-field",
    "pypi_version": "2.7.3",
    "created": "2014-02-24T10:27:20.272908-05:00",
    "modified": "2026-01-28T14:20:54.985187-05:00",
    "repo_forks": 129,
    "repo_description": "Location field and widget for Django. It supports Google Maps, OpenStreetMap and Mapbox",
    "pypi_url": "http://pypi.python.org/pypi/django-location-field",
    "documentation_url": "",
    "repo_watchers": 569,
    "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": [
        "caioariede",
        "mariocesar",
        "angvp",
        "Kami",
        "hirunatan",
        "earthboundkid",
        "leibowitz",
        "1vank1n",
        "arcticlinux",
        "jeromelebleu",
        "litchfield",
        "sylvainblot",
        "wolfskaempf",
        "parkhomchukp",
        "mpauly",
        "uniphil",
        "predatell",
        "shayh",
        "tadeo",
        "voodmania",
        "czpython",
        "Mixser",
        "humpfreybogart",
        "marteinn",
        "thejoeejoee",
        "fpoulain",
        "fruitschen",
        "camilonova",
        "Jamim"
    ]
}