API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5769/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/150/?format=api"
    ],
    "id": 5769,
    "title": "sse-relay-server",
    "slug": "sse_relay_server",
    "last_updated": "2024-03-20T04:35:33-04:00",
    "last_fetched": "2026-02-15T21:06:54.543612-05:00",
    "repo_url": "https://github.com/Tobi-De/sse_relay_server",
    "pypi_version": "1.0.14",
    "created": "2023-09-16T14:39:03.617386-04:00",
    "modified": "2026-01-28T15:12:53.954239-05:00",
    "repo_forks": 2,
    "repo_description": "An SSE Relay Service: Perfect for Adding Real-Time Features to Your Django Project Without Introducing ASGI or Async Code.",
    "pypi_url": "https://pypi.org/project/sse-relay-server",
    "documentation_url": "https://github.com/Tobi-De/sse_relay_server",
    "repo_watchers": 19,
    "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": [
        "Tobi-De",
        "mathiasag7"
    ]
}