API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2862/
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/7/",
        "https://djangopackages.org/api/v4/grids/28/"
    ],
    "id": 2862,
    "title": "django-login-canary",
    "slug": "django-login-canary",
    "last_updated": "2018-12-03T11:40:16-05:00",
    "last_fetched": "2026-02-15T02:01:23.104473-05:00",
    "repo_url": "https://github.com/MarkusH/django-login-canary",
    "pypi_version": "0.1.0",
    "created": "2015-04-16T20:41:55.078965-04:00",
    "modified": "2026-01-28T16:17:00.979094-05:00",
    "repo_forks": 1,
    "repo_description": "django-login-canary is a reusable Django application to notify users upon successful and failed logins",
    "pypi_url": "http://pypi.python.org/pypi/django-login-canary",
    "documentation_url": "",
    "repo_watchers": 14,
    "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": [
        "MarkusH"
    ]
}