API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2721/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/"
    ],
    "id": 2721,
    "title": "django-rest-framework-yaml",
    "slug": "django-rest-framework-yaml",
    "last_updated": "2020-04-26T21:17:09-04:00",
    "last_fetched": "2026-02-15T17:20:49.784235-05:00",
    "repo_url": "https://github.com/jpadilla/django-rest-framework-yaml",
    "pypi_version": "2.0.0",
    "created": "2015-01-07T09:40:09.738968-05:00",
    "modified": "2026-01-28T14:17:23.885208-05:00",
    "repo_forks": 18,
    "repo_description": "YAML support for Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-yaml",
    "documentation_url": "http://jpadilla.github.io/django-rest-framework-yaml/",
    "repo_watchers": 31,
    "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",
        "davidfischer-ch",
        "jayvdb",
        "patvdleer"
    ]
}