API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2785/?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/273/?format=api"
    ],
    "id": 2785,
    "title": "djproxy",
    "slug": "djproxy",
    "last_updated": "2020-12-23T12:53:49-05:00",
    "last_fetched": "2026-05-26T12:09:09.088250-04:00",
    "repo_url": "https://github.com/thomasw/djproxy",
    "pypi_version": "2.3.6",
    "created": "2015-02-23T11:57:51.383831-05:00",
    "modified": "2026-01-28T14:19:59.025485-05:00",
    "repo_forks": 12,
    "repo_description": "djproxy is a class-based generic view reverse HTTP proxy for Django.",
    "pypi_url": "http://pypi.python.org/pypi/djproxy",
    "documentation_url": "",
    "repo_watchers": 42,
    "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": [
        "thomasw",
        "michaeljoseph",
        "ds10x",
        "blaix",
        "asherf",
        "bitdeli-chef"
    ]
}