API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2167/?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/116/?format=api"
    ],
    "id": 2167,
    "title": "Django Websocket Redis",
    "slug": "django-websocket-redis",
    "last_updated": "2025-03-03T05:20:22-05:00",
    "last_fetched": "2026-02-15T19:03:36.901887-05:00",
    "repo_url": "https://github.com/jrief/django-websocket-redis",
    "pypi_version": "0.6.0",
    "created": "2013-12-18T12:33:37.413668-05:00",
    "modified": "2026-01-28T14:40:06.996123-05:00",
    "repo_forks": 222,
    "repo_description": "Websockets for Django applications using Redis as message queue",
    "pypi_url": "http://pypi.python.org/pypi/django-websocket-redis",
    "documentation_url": "https://readthedocs.org/projects/django-websocket-redis",
    "repo_watchers": 898,
    "commits_over_52": [
        0,
        0,
        2,
        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": [
        "jrief",
        "nanuxbe",
        "yguarata",
        "charleswhchan",
        "ErwinJunge",
        "gtnx",
        "gitaarik",
        "erikreed",
        "mlambir",
        "aorcajo",
        "lordi",
        "smcdonald-bepress",
        "timgates42",
        "eagle21st",
        "AgDude",
        "DaniilSezonov",
        "Silent743",
        "aviau",
        "iorlas",
        "fako",
        "geotob",
        "Ian-Gabaraev",
        "jenda1",
        "joerick",
        "Keilan",
        "bastiao",
        "manuelzs",
        "marcelchastain",
        "depaolim",
        "oal",
        "orn688",
        "or",
        "ppokrovsky",
        "outime",
        "tmehlinger",
        "jizhilong",
        "dependabot[bot]",
        "sdobz"
    ]
}