API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3414/?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/53/?format=api"
    ],
    "id": 3414,
    "title": "ticketator",
    "slug": "ticketator",
    "last_updated": "2018-10-30T10:38:32-04:00",
    "last_fetched": "2026-02-15T07:02:13.943198-05:00",
    "repo_url": "https://github.com/sabueso/ticketator",
    "pypi_version": null,
    "created": "2016-09-26T16:46:31.459885-04:00",
    "modified": "2026-01-29T12:42:05.870140-05:00",
    "repo_forks": 17,
    "repo_description": "Django simple ticketing system",
    "pypi_url": "",
    "documentation_url": "https://github.com/sabueso/ticketator/blob/master/README.md",
    "repo_watchers": 52,
    "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": [
        "watollop",
        "pasqualguerrero",
        "grautxo",
        "sabueso",
        "polrodoreda"
    ]
}