API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1526/?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/33/?format=api",
        "https://djangopackages.org/api/v4/grids/152/?format=api"
    ],
    "id": 1526,
    "title": "django-favorites",
    "slug": "django-favorites",
    "last_updated": "2013-06-19T05:49:12-04:00",
    "last_fetched": "2026-02-15T11:02:08.044809-05:00",
    "repo_url": "https://github.com/liberation/django-favorites",
    "pypi_version": null,
    "created": "2012-11-07T07:26:48.076130-05:00",
    "modified": "2026-01-28T13:04:43.715435-05:00",
    "repo_forks": 6,
    "repo_description": "Generic favorites app for django with some more utilities that make it a bit more plugable",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "yohanboniface",
        "althalus",
        "apg",
        "souen",
        "Fantomas42",
        "diox",
        "twidi",
        "idris"
    ]
}