API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/258/?format=api",
        "https://djangopackages.org/api/v4/grids/245/?format=api",
        "https://djangopackages.org/api/v4/grids/430/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api",
        "https://djangopackages.org/api/v4/grids/51/?format=api"
    ],
    "id": 5879,
    "title": "Apitally",
    "slug": "apitally",
    "last_updated": "2026-05-22T23:42:44-04:00",
    "last_fetched": "2026-05-26T12:13:39.611949-04:00",
    "repo_url": "https://github.com/apitally/python-client",
    "pypi_version": "0.24.4",
    "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": 220,
    "commits_over_52": [
        2,
        6,
        6,
        10,
        7,
        3,
        5,
        4,
        4,
        0,
        4,
        6,
        2,
        1,
        6,
        1,
        5,
        5,
        2,
        9,
        3,
        3,
        5,
        3,
        0,
        9,
        5,
        7,
        5,
        3,
        1,
        5,
        8,
        7,
        5,
        3,
        4,
        5,
        2,
        3,
        4,
        3,
        3,
        10,
        0,
        3,
        3,
        3,
        4,
        2,
        4,
        3
    ],
    "participants": [
        "renovate[bot]",
        "itssimon"
    ]
}