API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2459/?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": 2459,
    "title": "REST Condition",
    "slug": "rest_condition",
    "last_updated": "2019-01-04T10:23:55-05:00",
    "last_fetched": "2026-02-15T17:13:37.451561-05:00",
    "repo_url": "https://github.com/caxap/rest_condition",
    "pypi_version": "1.0.3",
    "created": "2014-06-27T10:04:01.278676-04:00",
    "modified": "2026-01-28T14:09:50.879255-05:00",
    "repo_forks": 30,
    "repo_description": " Complex permissions flow for django-rest-framework (http://django-rest-framework.org)",
    "pypi_url": "http://pypi.python.org/pypi/rest_condition",
    "documentation_url": "",
    "repo_watchers": 280,
    "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": [
        "caxap",
        "skade",
        "mdentremont",
        "makerGeek",
        "ibooj"
    ]
}