API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5085/?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/25/?format=api"
    ],
    "id": 5085,
    "title": "django-test-tools",
    "slug": "django-test-tools",
    "last_updated": "2023-09-10T08:00:32-04:00",
    "last_fetched": "2026-02-15T18:14:11.910914-05:00",
    "repo_url": "https://github.com/luiscberrocal/django-test-tools",
    "pypi_version": "2.2.3",
    "created": "2021-06-16T10:35:09.461098-04:00",
    "modified": "2026-01-28T14:34:42.618903-05:00",
    "repo_forks": 4,
    "repo_description": "Django utility for test scaffolding. Tools to create basic tests fast",
    "pypi_url": "http://pypi.python.org/pypi/django-test-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": [
        "luiscberrocal",
        "pyup-bot",
        "dependabot[bot]",
        "luiscarlosberrocal",
        "iimontilla",
        "jayvdb"
    ]
}