API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4992/
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/79/"
    ],
    "id": 4992,
    "title": "rest-framework-actions",
    "slug": "rest-framework-actions",
    "last_updated": "2021-01-11T00:37:59-05:00",
    "last_fetched": "2026-02-16T00:04:50.743744-05:00",
    "repo_url": "https://github.com/AlexisMunera98/rest-framework-actions",
    "pypi_version": "0.1",
    "created": "2021-01-11T00:51:29.104039-05:00",
    "modified": "2026-01-28T15:44:00.316648-05:00",
    "repo_forks": 0,
    "repo_description": "A DRF app extension to control serializers per action",
    "pypi_url": "http://pypi.python.org/pypi/rest-framework-actions",
    "documentation_url": "",
    "repo_watchers": 13,
    "commits_over_52": [
        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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "AlexisMunera98"
    ]
}