API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4265/?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/8/?format=api"
    ],
    "id": 4265,
    "title": "DynamicForms",
    "slug": "dynamicforms",
    "last_updated": "2026-01-28T09:32:32-05:00",
    "last_fetched": "2026-02-15T18:00:37.176567-05:00",
    "repo_url": "https://github.com/velis74/DynamicForms",
    "pypi_version": "0.81.4",
    "created": "2018-12-03T04:34:25.301861-05:00",
    "modified": "2026-01-28T14:19:19.681375-05:00",
    "repo_forks": 7,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/dynamicforms",
    "documentation_url": "https://dynamicforms.readthedocs.io/en/latest/",
    "repo_watchers": 47,
    "commits_over_52": [
        7,
        0,
        5,
        11,
        5,
        4,
        2,
        0,
        5,
        14,
        0,
        3,
        3,
        2,
        6,
        2,
        2,
        4,
        0,
        0,
        0,
        0,
        5,
        3,
        0,
        0,
        0,
        9,
        0,
        0,
        0,
        4,
        0,
        0,
        1,
        0,
        4,
        0,
        4,
        2,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0
    ],
    "participants": [
        "velis74",
        "Brontes",
        "adamPrestor",
        "KlemenSpruk",
        "utement",
        "SneakyTurtlle",
        "zigatomse",
        "trco",
        "spedy"
    ]
}