API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2719/
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": 2719,
    "title": "django-treasuremap",
    "slug": "django-treasuremap",
    "last_updated": "2023-06-19T13:07:08-04:00",
    "last_fetched": "2026-02-15T21:07:31.209470-05:00",
    "repo_url": "https://github.com/silentsokolov/django-treasuremap",
    "pypi_version": "0.3.4",
    "created": "2015-01-07T03:02:11.480013-05:00",
    "modified": "2026-01-28T15:13:58.542514-05:00",
    "repo_forks": 4,
    "repo_description": "django-treasuremap app, makes it easy to store and display the location on the map using different providers (Google, Yandex).",
    "pypi_url": "http://pypi.python.org/pypi/django-treasuremap",
    "documentation_url": "",
    "repo_watchers": 24,
    "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": [
        "silentsokolov",
        "arkadybag"
    ]
}