API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2356/?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/245/?format=api"
    ],
    "id": 2356,
    "title": "django-rest-framework-proxy",
    "slug": "django-rest-framework-proxy",
    "last_updated": "2017-08-12T07:14:57-04:00",
    "last_fetched": "2026-02-15T21:07:17.345539-05:00",
    "repo_url": "https://github.com/eofs/django-rest-framework-proxy",
    "pypi_version": "1.6.0",
    "created": "2014-05-06T13:36:18.613712-04:00",
    "modified": "2026-01-28T15:13:35.752029-05:00",
    "repo_forks": 57,
    "repo_description": "Django Rest Framework Proxy views",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-framework-proxy",
    "documentation_url": "https://github.com/eofs/django-rest-framework-proxy/blob/master/README.md",
    "repo_watchers": 137,
    "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": [
        "eofs",
        "jfilipe",
        "mmasashi",
        "SmileyChris",
        "JBKahn",
        "ashchristopher",
        "pistolero",
        "weeliat",
        "m3brown",
        "piotr-szachewicz"
    ]
}