API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2315/
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/26/",
        "https://djangopackages.org/api/v4/grids/84/"
    ],
    "id": 2315,
    "title": "dj-libcloud",
    "slug": "dj-libcloud",
    "last_updated": "2017-01-06T15:09:06-05:00",
    "last_fetched": "2026-02-15T07:04:40.661850-05:00",
    "repo_url": "https://github.com/pydanny/dj-libcloud",
    "pypi_version": "0.2.0",
    "created": "2014-04-22T18:18:32.121582-04:00",
    "modified": "2026-01-29T12:45:52.736412-05:00",
    "repo_forks": 4,
    "repo_description": "Adds easy python 3 and 2.7 support to Django for management of static assets.",
    "pypi_url": "http://pypi.python.org/pypi/dj-libcloud",
    "documentation_url": "http://dj-libcloud.readthedocs.org/en/latest/",
    "repo_watchers": 53,
    "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": [
        "pydanny",
        "galuszkak",
        "jezdez",
        "pirsquare",
        "syphar"
    ]
}