API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 5844,
    "title": "django-selenosis",
    "slug": "django-selenosis",
    "last_updated": "2025-04-24T15:24:38-04:00",
    "last_fetched": "2026-02-15T21:04:42.560874-05:00",
    "repo_url": "https://github.com/theatlantic/django-selenosis",
    "pypi_version": "2.1.2",
    "created": "2024-01-28T21:02:07.490592-05:00",
    "modified": "2026-01-28T15:09:29.221995-05:00",
    "repo_forks": 1,
    "repo_description": "Helpers for writing selenium tests for Django (formerly django-admin-testutils)",
    "pypi_url": "https://pypi.org/project/django-selenosis",
    "documentation_url": "",
    "repo_watchers": 4,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        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": [
        "fdintino",
        "dakrauth",
        "sirspen"
    ]
}