API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1205/
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/127/",
        "https://djangopackages.org/api/v4/grids/6/"
    ],
    "id": 1205,
    "title": "django-smarter",
    "slug": "django-smarter",
    "last_updated": "2016-09-28T10:05:29-04:00",
    "last_fetched": "2026-02-15T11:07:08.066634-05:00",
    "repo_url": "https://github.com/05bit/django-smarter",
    "pypi_version": "1.1",
    "created": "2012-03-05T10:07:04.799615-05:00",
    "modified": "2026-01-28T13:12:36.967556-05:00",
    "repo_forks": 6,
    "repo_description": "Declarative style generic views for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-smarter",
    "documentation_url": "https://readthedocs.org/projects/django-smarter/",
    "repo_watchers": 82,
    "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": [
        "rudyryk",
        "fabiosantoscode"
    ]
}