API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/246/?format=api"
    ],
    "id": 2375,
    "title": "django_layers",
    "slug": "django_layers",
    "last_updated": "2016-03-21T06:53:46-04:00",
    "last_fetched": "2026-05-25T22:01:50.312832-04:00",
    "repo_url": "https://github.com/iivvoo/django_layers",
    "pypi_version": "0.9",
    "created": "2014-05-11T12:44:38.241530-04:00",
    "modified": "2026-01-28T16:05:15.141491-05:00",
    "repo_forks": 5,
    "repo_description": "Django Layers - Dynamic / request depending template layers for Django",
    "pypi_url": "http://pypi.python.org/pypi/django_layers",
    "documentation_url": "",
    "repo_watchers": 12,
    "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": [
        "iivvoo"
    ]
}