API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5033/?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": 5033,
    "title": "django-friendly-captcha",
    "slug": "django-friendly-captcha",
    "last_updated": "2025-09-07T14:16:07-04:00",
    "last_fetched": "2026-02-15T20:04:28.513028-05:00",
    "repo_url": "https://github.com/christianwgd/django-friendly-captcha",
    "pypi_version": "0.1.13",
    "created": "2021-03-23T01:28:08.271834-04:00",
    "modified": "2026-01-28T14:56:06.291657-05:00",
    "repo_forks": 2,
    "repo_description": "Django field/widget for Friendly Capture (https://friendlycaptcha.com)",
    "pypi_url": "http://pypi.python.org/pypi/django-friendly-captcha",
    "documentation_url": "",
    "repo_watchers": 6,
    "commits_over_52": [
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        5,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "christianwgd",
        "kimdre",
        "renovate[bot]",
        "dev-love"
    ]
}