API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4443/
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": 4443,
    "title": "Django REST Framework Features",
    "slug": "django-rest-framework-features",
    "last_updated": "2020-02-13T19:02:56-05:00",
    "last_fetched": "2026-02-15T14:01:22.488246-05:00",
    "repo_url": "https://github.com/cloudcode-hungary/django-rest-framework-features",
    "pypi_version": null,
    "created": "2019-10-28T02:33:06.921201-04:00",
    "modified": "2026-01-28T13:26:03.564745-05:00",
    "repo_forks": 0,
    "repo_description": "Advanced schema generation and more based on named features.",
    "pypi_url": "",
    "documentation_url": "https://django-rest-framework-features.readthedocs.io/en/latest/",
    "repo_watchers": 6,
    "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": [
        "cloudcode-hungary",
        "balinabbb",
        "dependabot[bot]"
    ]
}