API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2552/
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/53/"
    ],
    "id": 2552,
    "title": "doner",
    "slug": "doner",
    "last_updated": "2014-10-28T17:42:19-04:00",
    "last_fetched": "2021-04-28T04:30:10.063464-04:00",
    "repo_url": "https://github.com/trojkat/doner",
    "pypi_version": null,
    "created": "2014-08-28T16:48:16.969426-04:00",
    "modified": "2025-01-31T14:59:30.933797-05:00",
    "repo_forks": 9,
    "repo_description": "Ticket Management System for Getting Things Done™ (TMS4GTD)",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 21,
    "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": [
        "trojkat"
    ]
}