API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1896/?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": 1896,
    "title": "django-simple-math-captcha",
    "slug": "django-simple-math-captcha",
    "last_updated": "2022-10-29T22:53:04-04:00",
    "last_fetched": "2026-02-15T21:04:38.599291-05:00",
    "repo_url": "https://github.com/btaylordesign/django-simple-math-captcha",
    "pypi_version": "2.0.1",
    "created": "2013-06-25T15:43:24.997140-04:00",
    "modified": "2026-01-28T15:09:22.186326-05:00",
    "repo_forks": 28,
    "repo_description": "An easy-to-use math field/widget captcha for Django forms.",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-math-captcha",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "alsoicode",
        "nkryptic",
        "rustamzh",
        "sonic182",
        "EliotBerriot",
        "sumpfralle",
        "luisza",
        "tboulogne",
        "vpoulailleau",
        "jestntime"
    ]
}