API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4383/?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/19/?format=api",
        "https://djangopackages.org/api/v4/grids/58/?format=api",
        "https://djangopackages.org/api/v4/grids/321/?format=api"
    ],
    "id": 4383,
    "title": "django-mapbox-location-field",
    "slug": "django-mapbox-location-field",
    "last_updated": "2024-06-20T08:43:20-04:00",
    "last_fetched": "2026-02-15T20:03:27.821347-05:00",
    "repo_url": "https://github.com/Simon-the-Shark/django-mapbox-location-field",
    "pypi_version": "2.1.0",
    "created": "2019-07-04T11:42:56.225694-04:00",
    "modified": "2026-01-28T14:54:25.851066-05:00",
    "repo_forks": 23,
    "repo_description": "Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.",
    "pypi_url": "http://pypi.python.org/pypi/django-mapbox-location-field",
    "documentation_url": "",
    "repo_watchers": 70,
    "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": [
        "simon-the-shark",
        "kuyesu",
        "jerinpetergeorge",
        "bernd-wechner",
        "dependabot[bot]",
        "edgaru",
        "aitoehigie",
        "h3x4git"
    ]
}