API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3845/?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/165/?format=api",
        "https://djangopackages.org/api/v4/grids/21/?format=api",
        "https://djangopackages.org/api/v4/grids/11/?format=api",
        "https://djangopackages.org/api/v4/grids/113/?format=api"
    ],
    "id": 3845,
    "title": "django web profiler",
    "slug": "django-web-profiler",
    "last_updated": "2019-06-18T07:49:02-04:00",
    "last_fetched": "2026-02-15T07:06:00.882274-05:00",
    "repo_url": "https://github.com/MicroPyramid/django-web-profiler",
    "pypi_version": "0.1.4",
    "created": "2017-06-09T03:48:09.105215-04:00",
    "modified": "2026-01-29T12:47:48.543814-05:00",
    "repo_forks": 17,
    "repo_description": "Django package to log request values such as device, IP address, user CPU time, system CPU time, No of queries, SQL time, no of cache calls, missing, setting data cache calls for a particular URL with a basic UI.",
    "pypi_url": "http://pypi.python.org/pypi/django-web-profiler",
    "documentation_url": "http://django-web-profiler.readthedocs.io/en/latest/",
    "repo_watchers": 80,
    "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": [
        "nikhila05",
        "ashwin31",
        "itsderek23"
    ]
}