API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2253/?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/8/?format=api"
    ],
    "id": 2253,
    "title": "formulation",
    "slug": "formulation",
    "last_updated": "2015-04-06T02:03:42-04:00",
    "last_fetched": "2026-02-15T22:04:05.415833-05:00",
    "repo_url": "https://github.com/funkybob/formulation",
    "pypi_version": "2.0.13",
    "created": "2014-03-06T13:42:14.702539-05:00",
    "modified": "2026-01-28T15:21:02.211066-05:00",
    "repo_forks": 6,
    "repo_description": "Django Form rendering helper tags - DEPRECATED in favour of https://github.com/funkybob/django-sniplates",
    "pypi_url": "http://pypi.python.org/pypi/formulation",
    "documentation_url": "",
    "repo_watchers": 45,
    "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": [
        "funkybob",
        "sergei-maertens",
        "julianwachholz",
        "schinckel",
        "bradleyayers",
        "sesh",
        "chrisdoble"
    ]
}