API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2518/?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/43/?format=api"
    ],
    "id": 2518,
    "title": "django-peavy",
    "slug": "django-peavy",
    "last_updated": "2013-02-08T14:58:57-05:00",
    "last_fetched": "2026-02-15T22:05:18.022533-05:00",
    "repo_url": "https://github.com/fairview/django-peavy",
    "pypi_version": "0.9.0",
    "created": "2014-07-31T07:45:15.738372-04:00",
    "modified": "2026-01-28T15:23:24.745303-05:00",
    "repo_forks": 3,
    "repo_description": "Django application for capturing logging to a database.",
    "pypi_url": "http://pypi.python.org/pypi/django-peavy",
    "documentation_url": "",
    "repo_watchers": 27,
    "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": [
        "fairview"
    ]
}