API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2813/?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/38/?format=api"
    ],
    "id": 2813,
    "title": "django-badgify",
    "slug": "django-badgify",
    "last_updated": "2022-10-24T05:31:19-04:00",
    "last_fetched": "2026-02-15T22:00:43.034911-05:00",
    "repo_url": "https://github.com/ulule/django-badgify",
    "pypi_version": "0.6.0",
    "created": "2015-03-24T05:39:11.360410-04:00",
    "modified": "2026-01-28T15:14:58.263298-05:00",
    "repo_forks": 15,
    "repo_description": "A reusable application to create your own badge engine using Django",
    "pypi_url": "http://pypi.python.org/pypi/django-badgify",
    "documentation_url": "",
    "repo_watchers": 79,
    "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": [
        "gillesfabio",
        "thoas",
        "bufke"
    ]
}