API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1789/?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/163/?format=api"
    ],
    "id": 1789,
    "title": "django-front",
    "slug": "django-front",
    "last_updated": "2025-05-12T07:55:55-04:00",
    "last_fetched": "2026-02-15T19:04:31.048834-05:00",
    "repo_url": "https://github.com/mbi/django-front",
    "pypi_version": "0.6.0",
    "created": "2013-05-14T16:03:36.315626-04:00",
    "modified": "2026-01-28T14:41:23.108110-05:00",
    "repo_forks": 18,
    "repo_description": "Django-front is a front-end editing Django application",
    "pypi_url": "http://pypi.python.org/pypi/django-front",
    "documentation_url": "http://django-front.readthedocs.org/en/latest/",
    "repo_watchers": 267,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "mbi",
        "daikeren",
        "anamcerqueira",
        "bitdeli-chef"
    ]
}