API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/?format=api",
        "https://djangopackages.org/api/v4/grids/65/?format=api"
    ],
    "id": 5705,
    "title": "drf-rw-serializers",
    "slug": "drf-rw-serializers",
    "last_updated": "2024-10-11T10:28:23-04:00",
    "last_fetched": "2026-02-15T18:02:56.879843-05:00",
    "repo_url": "https://github.com/vintasoftware/drf-rw-serializers",
    "pypi_version": "1.4.0",
    "created": "2023-06-14T13:25:27.321980-04:00",
    "modified": "2026-01-28T14:22:11.994437-05:00",
    "repo_forks": 29,
    "repo_description": "Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations",
    "pypi_url": "https://pypi.org/project/drf-rw-serializers",
    "documentation_url": "https://drf-rw-serializers.readthedocs.io",
    "repo_watchers": 182,
    "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": [
        "pamella",
        "hugobessa",
        "amandasavluchinske",
        "fjsj",
        "hebertjulio",
        "dependabot[bot]",
        "amitgaru",
        "g1sky",
        "barseghyanartur",
        "luzfcb",
        "guglielmo",
        "hmpf",
        "nnsnodnb"
    ]
}