API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4184/?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/25/?format=api"
    ],
    "id": 4184,
    "title": "pytest-djangoapp",
    "slug": "pytest-djangoapp",
    "last_updated": "2025-12-13T02:25:30-05:00",
    "last_fetched": "2026-02-15T14:35:10.235720-05:00",
    "repo_url": "https://github.com/idlesign/pytest-djangoapp",
    "pypi_version": "1.7.0",
    "created": "2018-07-24T21:59:09.063070-04:00",
    "modified": "2026-01-28T13:56:45.403907-05:00",
    "repo_forks": 6,
    "repo_description": "Nice pytest plugin to help you with Django pluggable application testing.",
    "pypi_url": "http://pypi.python.org/pypi/pytest-djangoapp",
    "documentation_url": "http://pytest-djangoapp.readthedocs.io/",
    "repo_watchers": 42,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        11,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        12,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        13,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "idlesign",
        "dependabot[bot]",
        "jayvdb",
        "k4ml",
        "PetrDlouhy"
    ]
}