API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3940/?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/136/?format=api"
    ],
    "id": 3940,
    "title": "django-carrot",
    "slug": "django-carrot",
    "last_updated": "2019-04-14T15:56:32-04:00",
    "last_fetched": "2026-02-15T03:09:33.165631-05:00",
    "repo_url": "https://github.com/chris104957/django-carrot",
    "pypi_version": "1.5.0",
    "created": "2017-10-18T06:05:50.255706-04:00",
    "modified": "2026-01-28T16:51:39.272247-05:00",
    "repo_forks": 15,
    "repo_description": "A lightweight task queue for Django using RabbitMQ",
    "pypi_url": "http://pypi.python.org/pypi/django-carrot",
    "documentation_url": "http://www.django-carrot.com",
    "repo_watchers": 72,
    "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": [
        "chris104957",
        "ewsterrenburg"
    ]
}