API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1848/?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": 1848,
    "title": "django-softhyphen",
    "slug": "django-softhyphen",
    "last_updated": "2015-12-21T22:41:09-05:00",
    "last_fetched": "2026-05-26T04:14:45.996290-04:00",
    "repo_url": "https://github.com/datadesk/django-softhyphen",
    "pypi_version": "1.1.0",
    "created": "2013-05-30T20:12:34.717357-04:00",
    "modified": "2026-01-29T12:44:25.543478-05:00",
    "repo_forks": 10,
    "repo_description": "A Python library for hyphenating HTML in your Django project",
    "pypi_url": "http://pypi.python.org/pypi/django-softhyphen",
    "documentation_url": null,
    "repo_watchers": 38,
    "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": [
        "palewire",
        "epicserve",
        "jrief",
        "V-Alexeev",
        "streeter",
        "DNX",
        "vdboor"
    ]
}