API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/640/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 640,
    "title": "fabulator",
    "slug": "fabulator",
    "last_updated": "2011-04-28T21:29:39-04:00",
    "last_fetched": "2026-02-15T13:03:09.071028-05:00",
    "repo_url": "https://bitbucket.org/dzen/fabulator",
    "pypi_version": null,
    "created": "2011-02-13T18:32:17.740235-05:00",
    "modified": "2026-01-28T13:18:48.667111-05:00",
    "repo_forks": 1,
    "repo_description": "deployment system using fabric",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "dzen"
    ]
}