API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/39/"
    ],
    "id": 3195,
    "title": "lru2cache",
    "slug": "lru2cache",
    "last_updated": "2016-02-05T12:38:16-05:00",
    "last_fetched": "2026-02-16T02:02:54.024444-05:00",
    "repo_url": "https://github.com/3Top/lru2cache",
    "pypi_version": "0.1.2",
    "created": "2016-01-29T15:17:57.846992-05:00",
    "modified": "2026-01-28T16:01:35.524419-05:00",
    "repo_forks": 5,
    "repo_description": "A least recently used (LRU) 2 layer caching mechanism",
    "pypi_url": "http://pypi.python.org/pypi/lru2cache",
    "documentation_url": "https://github.com/3Top/lru2cache",
    "repo_watchers": 17,
    "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": [
        "mjbrams"
    ]
}