API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/174/?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/37/?format=api",
        "https://djangopackages.org/api/v4/grids/124/?format=api"
    ],
    "id": 174,
    "title": "coffin",
    "slug": "coffin",
    "last_updated": "2021-01-16T17:56:54-05:00",
    "last_fetched": "2022-08-10T18:38:46.303132-04:00",
    "repo_url": "https://github.com/coffin/coffin",
    "pypi_version": null,
    "created": "2010-08-31T00:34:27.421533-04:00",
    "modified": "2025-01-31T14:57:55.312558-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/coffin/",
    "repo_watchers": 0,
    "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": [
        "coffin"
    ]
}