API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3753/
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/139/"
    ],
    "id": 3753,
    "title": "kawasemi",
    "slug": "kawasemi",
    "last_updated": "2019-11-03T22:24:44-05:00",
    "last_fetched": "2026-02-15T11:01:14.405477-05:00",
    "repo_url": "https://github.com/ymyzk/kawasemi",
    "pypi_version": "3.0.0",
    "created": "2017-03-09T21:07:37.753840-05:00",
    "modified": "2026-01-28T13:02:54.701696-05:00",
    "repo_forks": 8,
    "repo_description": "A Python library for sending notifications to services such as Slack, HipChat, Twitter, and so on.",
    "pypi_url": "http://pypi.python.org/pypi/kawasemi",
    "documentation_url": "https://kawasemi.readthedocs.io/",
    "repo_watchers": 52,
    "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": [
        "ymyzk",
        "adamchainz"
    ]
}