API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/100/?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/18/?format=api"
    ],
    "id": 100,
    "title": "django-templatetag-sugar",
    "slug": "django-templatetag-sugar",
    "last_updated": "2014-03-24T00:28:06-04:00",
    "last_fetched": "2026-02-15T17:22:12.978455-05:00",
    "repo_url": "https://github.com/alex/django-templatetag-sugar",
    "pypi_version": "1.0",
    "created": "2010-08-19T14:56:56.980358-04:00",
    "modified": "2026-01-28T14:19:03.138175-05:00",
    "repo_forks": 38,
    "repo_description": "This project exists to make defining template tags in Django kickass",
    "pypi_url": "http://pypi.python.org/pypi/django-templatetag-sugar",
    "documentation_url": null,
    "repo_watchers": 213,
    "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": [
        "alex",
        "bmihelac"
    ]
}