API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1198/?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/11/?format=api",
        "https://djangopackages.org/api/v4/grids/66/?format=api",
        "https://djangopackages.org/api/v4/grids/7/?format=api"
    ],
    "id": 1198,
    "title": "django-moat",
    "slug": "django-moat",
    "last_updated": "2013-03-12T12:10:13-04:00",
    "last_fetched": "2026-02-15T07:03:21.364335-05:00",
    "repo_url": "https://github.com/amrox/django-moat",
    "pypi_version": "0.1.1",
    "created": "2012-03-02T21:48:06.989875-05:00",
    "modified": "2026-01-29T12:43:35.087503-05:00",
    "repo_forks": 6,
    "repo_description": "Keep the black night at bay",
    "pypi_url": "http://pypi.python.org/pypi/django-moat",
    "documentation_url": null,
    "repo_watchers": 21,
    "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": [
        "RyanBalfanz",
        "simplylizz"
    ]
}