API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3176/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/"
    ],
    "id": 3176,
    "title": "django-text",
    "slug": "django-text",
    "last_updated": "2017-01-11T14:51:08-05:00",
    "last_fetched": "2026-02-15T20:06:43.341316-05:00",
    "repo_url": "https://github.com/antonagestam/django-text",
    "pypi_version": "1.7.6",
    "created": "2016-01-06T10:28:59.691897-05:00",
    "modified": "2026-01-28T14:59:10.830480-05:00",
    "repo_forks": 5,
    "repo_description": "Intuitive text editing for humans using Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-text",
    "documentation_url": "",
    "repo_watchers": 76,
    "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": [
        "antonagestam",
        "bjornhenriksson",
        "derek73",
        "gitter-badger"
    ]
}