API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3366/
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/74/"
    ],
    "id": 3366,
    "title": "django-osm-field",
    "slug": "django-osm-field",
    "last_updated": "2025-11-15T18:35:42-05:00",
    "last_fetched": "2026-02-15T21:04:41.217331-05:00",
    "repo_url": "https://github.com/MarkusH/django-osm-field",
    "pypi_version": "0.6.0",
    "created": "2016-07-26T13:27:13.520669-04:00",
    "modified": "2026-01-28T15:09:26.788077-05:00",
    "repo_forks": 12,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-osm-field",
    "documentation_url": "",
    "repo_watchers": 29,
    "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,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "MarkusH",
        "blag",
        "netAction",
        "saschasommer",
        "galuszkak",
        "pre-commit-ci[bot]"
    ]
}