API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/2/"
    ],
    "id": 9,
    "title": "Buzzfire",
    "slug": "buzzfire",
    "last_updated": "2010-08-26T09:58:24-04:00",
    "last_fetched": "2016-07-24T13:02:02.750926-04:00",
    "repo_url": "https://github.com/kennyshen/buzzfire",
    "pypi_version": null,
    "created": "2010-08-15T12:47:12-04:00",
    "modified": "2025-01-31T14:57:53.259648-05:00",
    "repo_forks": 3,
    "repo_description": "Twitter buzz bookmark & ranking app",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 13,
    "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": [
        "kennyshen",
        "soulofpeace"
    ]
}