API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1090,
    "title": "django-templateloaderwithpriorities",
    "slug": "django-templateloaderwithpriorities",
    "last_updated": "2011-12-28T12:44:52-05:00",
    "last_fetched": "2026-02-15T01:01:59.148820-05:00",
    "repo_url": "https://github.com/qubird/django-templateloaderwithpriorities",
    "pypi_version": "1.0dev",
    "created": "2011-12-28T12:39:41.537743-05:00",
    "modified": "2026-01-28T16:10:14.184618-05:00",
    "repo_forks": 0,
    "repo_description": "Django template loader with priorities: allows you to control the order in which template dirs are resolved",
    "pypi_url": "http://pypi.python.org/pypi/django-templateloaderwithpriorities",
    "documentation_url": null,
    "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": [
        "qubird"
    ]
}