API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2276/
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/428/"
    ],
    "id": 2276,
    "title": "django-emoji ",
    "slug": "django-emoji",
    "last_updated": "2024-04-19T04:15:53-04:00",
    "last_fetched": "2026-02-15T19:10:24.514461-05:00",
    "repo_url": "https://github.com/gaqzi/django-emoji",
    "pypi_version": "2.2.2",
    "created": "2014-03-17T22:25:20.510049-04:00",
    "modified": "2026-01-28T14:49:20.620503-05:00",
    "repo_forks": 19,
    "repo_description": "A simple django app to use emojis on your website ⛺",
    "pypi_url": "http://pypi.python.org/pypi/django-emoji",
    "documentation_url": "",
    "repo_watchers": 110,
    "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": [
        "gaqzi",
        "skorokithakis",
        "jrabbit",
        "kitsunde",
        "tsex",
        "nikolas",
        "dependabot[bot]",
        "tim-schilling"
    ]
}