API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3001/?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/79/?format=api",
        "https://djangopackages.org/api/v4/grids/245/?format=api"
    ],
    "id": 3001,
    "title": "django-rest-tools",
    "slug": "django-rest-tools",
    "last_updated": "2015-08-27T11:31:41-04:00",
    "last_fetched": "2026-02-16T03:03:10.551458-05:00",
    "repo_url": "https://github.com/quiqueporta/django-rest-tools",
    "pypi_version": "1.1",
    "created": "2015-07-30T05:24:03.862559-04:00",
    "modified": "2026-01-28T16:12:20.218347-05:00",
    "repo_forks": 2,
    "repo_description": "Tools for Django Rest Framework",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-tools",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "quiqueporta"
    ]
}