API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4006/?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/69/?format=api"
    ],
    "id": 4006,
    "title": "django-rest-recaptcha",
    "slug": "django-rest-recaptcha",
    "last_updated": "2018-08-15T16:23:23-04:00",
    "last_fetched": "2026-02-15T21:02:33.399572-05:00",
    "repo_url": "https://github.com/motius/django-rest-recaptcha",
    "pypi_version": "1.0.2",
    "created": "2017-11-16T05:22:15.835857-05:00",
    "modified": "2026-01-28T15:06:01.551824-05:00",
    "repo_forks": 8,
    "repo_description": "🔒 Django rest recaptcha field for easy integration of google recaptcha with django-rest-framework.",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-recaptcha",
    "documentation_url": "https://github.com/motius/django-rest-recaptcha/blob/master/README.rst",
    "repo_watchers": 19,
    "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": [
        "sagar270690",
        "magnunleno",
        "tech4242"
    ]
}