API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/258/",
        "https://djangopackages.org/api/v4/grids/245/",
        "https://djangopackages.org/api/v4/grids/430/",
        "https://djangopackages.org/api/v4/grids/79/",
        "https://djangopackages.org/api/v4/grids/51/"
    ],
    "id": 5879,
    "title": "Apitally",
    "slug": "apitally",
    "last_updated": "2026-02-13T21:44:58-05:00",
    "last_fetched": "2026-02-15T18:03:22.616696-05:00",
    "repo_url": "https://github.com/apitally/python-client",
    "pypi_version": "0.24.0",
    "created": "2024-03-09T01:58:27.869141-05:00",
    "modified": "2026-01-28T14:22:47.163443-05:00",
    "repo_forks": 8,
    "repo_description": "Simple API monitoring & analytics for Python apps",
    "pypi_url": "https://pypi.org/project/apitally",
    "documentation_url": "https://docs.apitally.io",
    "repo_watchers": 216,
    "commits_over_52": [
        3,
        2,
        5,
        4,
        3,
        5,
        2,
        2,
        1,
        2,
        7,
        2,
        5,
        4,
        4,
        6,
        3,
        13,
        5,
        4,
        6,
        2,
        6,
        0,
        2,
        8,
        1,
        1,
        3,
        5,
        4,
        6,
        2,
        9,
        3,
        3,
        5,
        3,
        0,
        0,
        12,
        2,
        10,
        4,
        2,
        4,
        5,
        9,
        6,
        4,
        4,
        4
    ],
    "participants": [
        "renovate[bot]",
        "itssimon"
    ]
}