API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/395/?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/9/?format=api"
    ],
    "id": 395,
    "title": "django-exposure",
    "slug": "django-exposure",
    "last_updated": "2011-03-31T03:34:08-04:00",
    "last_fetched": "2020-03-23T03:48:40.120616-04:00",
    "repo_url": "https://github.com/natgeo/django-exposure",
    "pypi_version": "0.1dev5",
    "created": "2010-09-22T00:37:28.224430-04:00",
    "modified": "2025-01-31T14:58:26.547042-05:00",
    "repo_forks": 1,
    "repo_description": "django-exposure provides a mechanism for resizing photos and streaming the resulting data as an HTTP response. It avoids the need to store the resized files on disk and assumes that you are using upstream cache.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "richleland",
        "bfitzsimmons",
        "justquick"
    ]
}