API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6078/?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/425/?format=api"
    ],
    "id": 6078,
    "title": "pytest-codeblock",
    "slug": "pytest-codeblock",
    "last_updated": "2026-02-15T20:23:21-05:00",
    "last_fetched": "2026-02-15T20:26:15.601733-05:00",
    "repo_url": "https://github.com/barseghyanartur/pytest-codeblock",
    "pypi_version": "0.5.2",
    "created": "2025-05-04T17:20:15.546696-04:00",
    "modified": "2026-02-15T20:26:15.602046-05:00",
    "repo_forks": 1,
    "repo_description": "Test your documentation code blocks.",
    "pypi_url": "https://pypi.org/project/pytest-codeblock",
    "documentation_url": "https://pytest-codeblock.readthedocs.io/",
    "repo_watchers": 2,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        12,
        25,
        6,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        6,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        4,
        3,
        8
    ],
    "participants": [
        "barseghyanartur",
        "xann16"
    ]
}