API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4267/
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/171/",
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 4267,
    "title": "Django test curl",
    "slug": "django-test-curl",
    "last_updated": "2021-11-15T11:22:32-05:00",
    "last_fetched": "2026-02-16T00:00:43.642890-05:00",
    "repo_url": "https://github.com/crccheck/django-test-curl",
    "pypi_version": "0.2.0",
    "created": "2018-12-11T17:28:40.025591-05:00",
    "modified": "2026-01-28T15:26:17.184636-05:00",
    "repo_forks": 0,
    "repo_description": "Write Django test requests using curl syntax",
    "pypi_url": "http://pypi.python.org/pypi/django-test-curl/",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "crccheck",
        "actions-user"
    ]
}