API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4708/?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": 4708,
    "title": "django-ttml",
    "slug": "django-ttml",
    "last_updated": "2022-10-16T04:44:53-04:00",
    "last_fetched": "2026-05-26T18:05:04.112301-04:00",
    "repo_url": "https://github.com/rcrowther/django-tml",
    "pypi_version": "1.0.3",
    "created": "2020-09-15T20:35:17.783240-04:00",
    "modified": "2026-01-28T15:16:37.185475-05:00",
    "repo_forks": 0,
    "repo_description": "A reliable markup language with the essentials for HTML typography.  Fast to type and memorable.",
    "pypi_url": "http://pypi.python.org/pypi/django-ttml",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "rcrowther"
    ]
}