API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2370/?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/406/?format=api"
    ],
    "id": 2370,
    "title": "django_profiler",
    "slug": "django_profiler",
    "last_updated": "2020-04-16T00:15:15-04:00",
    "last_fetched": "2026-02-16T01:04:21.750637-05:00",
    "repo_url": "https://github.com/vinu76jsr/django_profiler",
    "pypi_version": "0.2.6",
    "created": "2014-05-10T12:16:00.150749-04:00",
    "modified": "2026-01-28T15:53:54.328012-05:00",
    "repo_forks": 2,
    "repo_description": "Profiling app for django",
    "pypi_url": "http://pypi.python.org/pypi/profile-middleware",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "vinu76jsr",
        "wmig"
    ]
}