API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2593/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/258/"
    ],
    "id": 2593,
    "title": "django-perftools",
    "slug": "django-perftools",
    "last_updated": "2012-08-21T17:54:17-04:00",
    "last_fetched": "2026-02-15T22:06:11.812781-05:00",
    "repo_url": "https://github.com/disqus/django-perftools",
    "pypi_version": "0.7.2",
    "created": "2014-09-24T09:33:58.508395-04:00",
    "modified": "2026-01-28T15:24:34.268791-05:00",
    "repo_forks": 7,
    "repo_description": "Performance monitoring tools for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-perftools",
    "documentation_url": "",
    "repo_watchers": 110,
    "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": [
        "dcramer",
        "zmanji"
    ]
}