API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/69/"
    ],
    "id": 1749,
    "title": "django-yacaptcha",
    "slug": "django-yacaptcha",
    "last_updated": "2013-04-04T00:12:45-04:00",
    "last_fetched": "2026-02-16T01:06:16.326743-05:00",
    "repo_url": "https://github.com/avigmati/django-yacaptcha",
    "pypi_version": "0.0.6",
    "created": "2013-04-04T00:13:25.206584-04:00",
    "modified": "2026-01-28T15:57:00.867851-05:00",
    "repo_forks": 1,
    "repo_description": "Yandex Captcha (cleanweb) form field/widget integration app.",
    "pypi_url": "http://pypi.python.org/pypi/django-yacaptcha",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "avigmati"
    ]
}