API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/"
    ],
    "id": 4421,
    "title": "OMS CMS",
    "slug": "oms_cms",
    "last_updated": "2025-05-18T13:14:39-04:00",
    "last_fetched": "2026-02-15T20:06:54.429865-05:00",
    "repo_url": "https://github.com/DJWOMS/oms_cms",
    "pypi_version": "0.12",
    "created": "2019-09-11T04:47:47.240176-04:00",
    "modified": "2026-01-28T14:59:28.351699-05:00",
    "repo_forks": 10,
    "repo_description": "A Django content management system focused on flexibility and user experience",
    "pypi_url": "http://pypi.python.org/pypi/oms_cms",
    "documentation_url": "https://oms-cms.readthedocs.io/ru/latest/",
    "repo_watchers": 19,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "DJWOMS",
        "arsavit",
        "Hamel007",
        "mend-bolt-for-github[bot]"
    ]
}