API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/?format=api"
    ],
    "id": 3689,
    "title": "django-rest-framework-serializer-extensions",
    "slug": "django-rest-framework-serializer-extensions",
    "last_updated": "2024-03-18T06:41:39-04:00",
    "last_fetched": "2026-02-15T18:13:27.695388-05:00",
    "repo_url": "https://github.com/evenicoulddoit/django-rest-framework-serializer-extensions",
    "pypi_version": "2.0.1",
    "created": "2017-01-27T06:38:23.365490-05:00",
    "modified": "2026-01-28T14:33:47.348451-05:00",
    "repo_forks": 25,
    "repo_description": "Extensions to help DRY up Django Rest Framework serializers",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-serializer-extensions",
    "documentation_url": "https://pythonhosted.org/djangorestframework-serializer-extensions/",
    "repo_watchers": 249,
    "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": [
        "evenicoulddoit",
        "gareth-lloyd",
        "ChrisBurch",
        "philipstarkey",
        "rvause"
    ]
}