API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/489/?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/58/?format=api",
        "https://djangopackages.org/api/v4/grids/69/?format=api",
        "https://djangopackages.org/api/v4/grids/68/?format=api"
    ],
    "id": 489,
    "title": "django-puzzle-captcha",
    "slug": "django-puzzle-captcha",
    "last_updated": "2016-08-25T12:28:45-04:00",
    "last_fetched": "2026-02-15T14:00:53.980035-05:00",
    "repo_url": "https://github.com/MegaMark16/django-puzzle-captcha",
    "pypi_version": null,
    "created": "2010-11-14T04:05:13.520530-05:00",
    "modified": "2026-01-28T13:25:05.222489-05:00",
    "repo_forks": 4,
    "repo_description": "A Captcha Field for Django that uses images as puzzles that humans must arrange correctly to validate the field.",
    "pypi_url": "",
    "documentation_url": null,
    "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": [
        "MegaMark16"
    ]
}