API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1640/?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/11/?format=api",
        "https://djangopackages.org/api/v4/grids/406/?format=api"
    ],
    "id": 1640,
    "title": "django-live-profiler",
    "slug": "django-live-profiler",
    "last_updated": "2013-06-12T04:53:38-04:00",
    "last_fetched": "2026-02-16T00:00:44.648269-05:00",
    "repo_url": "https://github.com/InviteBox/django-live-profiler",
    "pypi_version": "0.0.9",
    "created": "2013-01-17T13:56:53.974198-05:00",
    "modified": "2026-01-28T15:26:19.242177-05:00",
    "repo_forks": 44,
    "repo_description": "A database access profiler for Django-based applications that can be ran in production",
    "pypi_url": "http://pypi.python.org/pypi/django-live-profiler",
    "documentation_url": null,
    "repo_watchers": 190,
    "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": [
        "atereshkin",
        "dulacp"
    ]
}