API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1493/
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/28/"
    ],
    "id": 1493,
    "title": "cerberos",
    "slug": "cerberos",
    "last_updated": "2014-06-04T08:21:24-04:00",
    "last_fetched": "2026-02-16T01:04:22.696310-05:00",
    "repo_url": "https://github.com/AdrianRibao/cerberos",
    "pypi_version": "0.2.1",
    "created": "2012-10-03T09:48:12.286615-04:00",
    "modified": "2026-01-28T15:53:56.407333-05:00",
    "repo_forks": 2,
    "repo_description": "Django cerberos is an app that watches failed login attempts and blocks the users after N times.",
    "pypi_url": "http://pypi.python.org/pypi/cerberos",
    "documentation_url": "https://readthedocs.org/projects/cerberos/",
    "repo_watchers": 9,
    "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": [
        "AdrianRibao",
        "jlovison"
    ]
}