API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2723/?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": 2723,
    "title": "django-rest-framework-jsonp",
    "slug": "django-rest-framework-jsonp",
    "last_updated": "2019-04-12T21:21:29-04:00",
    "last_fetched": "2026-02-15T18:00:54.594653-05:00",
    "repo_url": "https://github.com/jpadilla/django-rest-framework-jsonp",
    "pypi_version": "1.0.2",
    "created": "2015-01-07T09:44:43.253190-05:00",
    "modified": "2026-01-28T14:19:39.955796-05:00",
    "repo_forks": 15,
    "repo_description": "JSONP support for Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-jsonp",
    "documentation_url": "http://jpadilla.github.io/django-rest-framework-jsonp/",
    "repo_watchers": 22,
    "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": [
        "jpadilla",
        "joeyespo",
        "jayvdb"
    ]
}