API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/623/?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/82/?format=api"
    ],
    "id": 623,
    "title": "superwiki",
    "slug": "superwiki",
    "last_updated": "2009-09-17T00:57:45-04:00",
    "last_fetched": "2026-02-15T13:04:57.762595-05:00",
    "repo_url": "https://bitbucket.org/barbuza/superwiki",
    "pypi_version": null,
    "created": "2011-02-07T17:30:47.207845-05:00",
    "modified": "2026-01-28T13:22:19.895394-05:00",
    "repo_forks": 3,
    "repo_description": "wiki for django",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "barbuza"
    ]
}