API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4558/?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/79/?format=api",
        "https://djangopackages.org/api/v4/grids/13/?format=api"
    ],
    "id": 4558,
    "title": "Concrete Datastore",
    "slug": "concrete-datastore",
    "last_updated": "2023-12-08T05:37:53-05:00",
    "last_fetched": "2026-02-15T19:03:31.828482-05:00",
    "repo_url": "https://github.com/netsach/concrete-datastore",
    "pypi_version": "1.58.1",
    "created": "2020-03-28T07:10:57.389924-04:00",
    "modified": "2026-01-28T14:40:02.668785-05:00",
    "repo_forks": 17,
    "repo_description": "A Highly Versatile REST Datastore built on top of Django",
    "pypi_url": "http://pypi.python.org/pypi/concrete-datastore",
    "documentation_url": "https://concrete-datastore.netsach.org/en/latest/",
    "repo_watchers": 33,
    "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": [
        "lcognat",
        "KhaledBousrih",
        "GuiRch",
        "Theodrem",
        "Ricocotam",
        "LeanaNeuber"
    ]
}