API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/220/?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/174/?format=api"
    ],
    "id": 220,
    "title": "django-typogrify",
    "slug": "django-typogrify",
    "last_updated": "2019-03-20T00:09:00-04:00",
    "last_fetched": "2026-05-26T09:05:25.150876-04:00",
    "repo_url": "https://github.com/chrisdrackett/django-typogrify",
    "pypi_version": null,
    "created": "2010-09-08T19:45:10.400201-04:00",
    "modified": "2026-01-28T13:14:14.821437-05:00",
    "repo_forks": 21,
    "repo_description": "Typogrify is a collection of Django template filters that help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some special cases.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 107,
    "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": [
        "chrisdrackett",
        "sebix",
        "atbradley",
        "epicserve",
        "CarlFK",
        "dmishe",
        "hobbestigrou",
        "philippbosch",
        "ralsina"
    ]
}