API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3802/?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/26/?format=api",
        "https://djangopackages.org/api/v4/grids/57/?format=api",
        "https://djangopackages.org/api/v4/grids/141/?format=api"
    ],
    "id": 3802,
    "title": "django-webpacker",
    "slug": "django-webpacker",
    "last_updated": "2022-01-06T23:47:33-05:00",
    "last_fetched": "2026-02-15T11:04:23.502105-05:00",
    "repo_url": "https://github.com/MicroPyramid/django-webpacker",
    "pypi_version": "0.1.1",
    "created": "2017-04-23T14:48:51.550986-04:00",
    "modified": "2026-01-28T13:09:16.165018-05:00",
    "repo_forks": 16,
    "repo_description": "A django compressor tool that bundles css, js files to a single css, js file with webpack and updates your html files with respective css, js file path.",
    "pypi_url": "http://pypi.python.org/pypi/django-webpacker",
    "documentation_url": "http://django-webpacker.readthedocs.io/en/latest/?badge=latest",
    "repo_watchers": 75,
    "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": [
        "nikhila05",
        "ashwin31",
        "codetriage-readme-bot",
        "timgates42"
    ]
}