API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/69/"
    ],
    "id": 4241,
    "title": "crecaptcha",
    "slug": "crecaptcha",
    "last_updated": "2018-10-16T21:12:43-04:00",
    "last_fetched": "2026-02-16T02:02:47.916496-05:00",
    "repo_url": "https://github.com/cristiansteib/crecaptcha",
    "pypi_version": "0.1.32",
    "created": "2018-10-16T19:53:02.558961-04:00",
    "modified": "2026-01-28T16:01:22.099925-05:00",
    "repo_forks": 0,
    "repo_description": "A python module for reCaptcha v3",
    "pypi_url": "http://pypi.python.org/pypi/crecaptcha",
    "documentation_url": "https://github.com/cristiansteib/crecaptcha/blob/master/README.md",
    "repo_watchers": 9,
    "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": [
        "cristiansteib"
    ]
}