API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2452/?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": 2452,
    "title": "Django REST model hyperlink serializers",
    "slug": "django_rest_model_hyperlink_serializers_project",
    "last_updated": "2013-08-28T17:00:40-04:00",
    "last_fetched": "2026-02-15T13:01:51.737338-05:00",
    "repo_url": "https://github.com/fredkingham/django_rest_model_hyperlink_serializers_project",
    "pypi_version": null,
    "created": "2014-06-27T09:46:52.476769-04:00",
    "modified": "2026-01-28T13:16:03.873826-05:00",
    "repo_forks": 0,
    "repo_description": "additional serializers and resources for django rest",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "fredkingham"
    ]
}