API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2249/?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/235/?format=api"
    ],
    "id": 2249,
    "title": "django-templation",
    "slug": "django-templation",
    "last_updated": "2014-08-27T12:11:16-04:00",
    "last_fetched": "2026-05-25T23:04:49.938383-04:00",
    "repo_url": "https://github.com/qdqmedia/django-templation",
    "pypi_version": "0.1.1",
    "created": "2014-03-05T08:00:22.472854-05:00",
    "modified": "2026-01-28T16:17:46.124662-05:00",
    "repo_forks": 1,
    "repo_description": "Multi-tenancy template editor and designer friendly.",
    "pypi_url": "http://pypi.python.org/pypi/django-templation",
    "documentation_url": "",
    "repo_watchers": 10,
    "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": [
        "dnmellen",
        "iknite",
        "gciotta",
        "bitdeli-chef",
        "lasizoillo"
    ]
}