API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2447/
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": 2447,
    "title": "Django REST Utils",
    "slug": "django-rest-utils",
    "last_updated": "2014-05-21T05:08:55-04:00",
    "last_fetched": "2026-02-15T11:01:06.664246-05:00",
    "repo_url": "https://github.com/simonluijk/django-rest-utils",
    "pypi_version": "0.0.5",
    "created": "2014-06-27T09:31:45.493239-04:00",
    "modified": "2026-01-28T13:02:40.604173-05:00",
    "repo_forks": 4,
    "repo_description": "Utils to help building a REST API with django-rest-framework",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "simonluijk"
    ]
}