API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5412/?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/258/?format=api"
    ],
    "id": 5412,
    "title": "django-performance-monitor",
    "slug": "django-performance-monitor",
    "last_updated": "2022-09-01T01:28:42-04:00",
    "last_fetched": "2026-02-16T04:03:01.623683-05:00",
    "repo_url": "https://github.com/afsal-parseltongue/django-performance-monitor",
    "pypi_version": "1.0.0",
    "created": "2022-04-05T01:02:57.611591-04:00",
    "modified": "2026-01-28T16:21:37.582293-05:00",
    "repo_forks": 1,
    "repo_description": "Django Performance monitor is simple django application for tracking the view which takes more time than a threshold value (By default 1.5 Seconds). Also using a Configuration in admin we turn on or off this feature",
    "pypi_url": "http://pypi.python.org/pypi/django-performance-monitor",
    "documentation_url": "",
    "repo_watchers": 31,
    "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": [
        "ramwin",
        "afsal-parseltongue"
    ]
}