API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2458/?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": 2458,
    "title": "Django REST framework composed permissions",
    "slug": "djangorestframework-composed-permissions",
    "last_updated": "2019-03-17T18:18:30-04:00",
    "last_fetched": "2026-02-15T21:02:11.786166-05:00",
    "repo_url": "https://github.com/niwibe/djangorestframework-composed-permissions",
    "pypi_version": "0.2.1",
    "created": "2014-06-27T10:03:11.663932-04:00",
    "modified": "2026-01-28T15:05:31.549123-05:00",
    "repo_forks": 4,
    "repo_description": "A simple way to define complex permissions for django-rest-framework",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-composed-permissions",
    "documentation_url": "",
    "repo_watchers": 80,
    "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": [
        "harrywhite4",
        "DavidJFelix",
        "bitdeli-chef",
        "JocelynDelalande",
        "ralphbean"
    ]
}