API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/24/?format=api"
    ],
    "id": 5566,
    "title": "Yolla",
    "slug": "yolla",
    "last_updated": "2022-10-09T11:02:07-04:00",
    "last_fetched": "2023-02-17T17:38:03.627955-05:00",
    "repo_url": "https://github.com/yulaymusin/yolla",
    "pypi_version": null,
    "created": "2022-10-08T14:10:10.064436-04:00",
    "modified": "2025-01-31T15:00:04.982953-05:00",
    "repo_forks": 0,
    "repo_description": "A web forum with some unique features built with the Django Python web framework.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "yulaymusin"
    ]
}