API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2038/
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/72/",
        "https://djangopackages.org/api/v4/grids/139/",
        "https://djangopackages.org/api/v4/grids/33/"
    ],
    "id": 2038,
    "title": "Stream Framework",
    "slug": "stream-framework",
    "last_updated": "2025-12-04T16:26:10-05:00",
    "last_fetched": "2026-02-15T22:03:06.311232-05:00",
    "repo_url": "https://github.com/tschellenbach/Stream-Framework",
    "pypi_version": "1.4.0",
    "created": "2013-09-13T04:41:51.568479-04:00",
    "modified": "2026-01-28T15:19:07.398567-05:00",
    "repo_forks": 533,
    "repo_description": "Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud service for feed technology:",
    "pypi_url": "http://pypi.python.org/pypi/stream_framework",
    "documentation_url": "http://feedly.readthedocs.org/en/latest/",
    "repo_watchers": 4746,
    "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,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "tschellenbach",
        "tbarbugli",
        "gumuz",
        "Anislav",
        "JelteF",
        "austin-wentz",
        "kenhoff",
        "ashwinrajeev",
        "JulienPalard",
        "pterk",
        "orf",
        "adamn",
        "dkingman",
        "ivanchenkodmitry",
        "dmexs",
        "ernestofgonzalez",
        "saltduck",
        "izhan",
        "ammsa",
        "reneklacan",
        "timgates42",
        "ferhatelmas",
        "MagnusKnutas"
    ]
}