API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4999/?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",
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 4999,
    "title": "django-cprofile-middleware",
    "slug": "django-cprofile-middleware",
    "last_updated": "2020-02-20T12:49:00-05:00",
    "last_fetched": "2026-02-15T04:05:00.237261-05:00",
    "repo_url": "https://github.com/omarish/django-cprofile-middleware",
    "pypi_version": "1.0.5",
    "created": "2021-01-25T07:36:15.045910-05:00",
    "modified": "2026-01-28T16:57:59.978589-05:00",
    "repo_forks": 46,
    "repo_description": "Helpful django cprofiling middleware.",
    "pypi_url": "http://pypi.python.org/pypi/django-cprofile-middleware",
    "documentation_url": "",
    "repo_watchers": 153,
    "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": [
        "omarish",
        "hobbestigrou",
        "alxfv",
        "hannseman",
        "romack77",
        "alexsanduk",
        "skyl",
        "josven"
    ]
}