API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/"
    ],
    "id": 3737,
    "title": "drf-writable-nested",
    "slug": "drf-writable-nested",
    "last_updated": "2025-03-10T15:55:03-04:00",
    "last_fetched": "2026-02-15T14:35:06.775874-05:00",
    "repo_url": "https://github.com/beda-software/drf-writable-nested",
    "pypi_version": "0.7.2",
    "created": "2017-02-20T06:41:20.124624-05:00",
    "modified": "2026-01-28T13:56:40.182879-05:00",
    "repo_forks": 119,
    "repo_description": "Writable nested model serializer for Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/drf-writable-nested",
    "documentation_url": "",
    "repo_watchers": 1141,
    "commits_over_52": [
        0,
        7,
        0,
        1,
        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": [
        "ruscoder",
        "ir4y",
        "browniebroke",
        "johnthagen",
        "izimobil",
        "palfrey",
        "kseniyashaydurova",
        "robinchow",
        "ron8mcr",
        "jpnauta",
        "projkov",
        "pcarn",
        "yuekui",
        "starryrbs",
        "kavdev",
        "OttoAndrey",
        "claytondaley",
        "karamanolev",
        "bierik",
        "mands",
        "tsaipoan",
        "csdenboer",
        "LeeHanYeong"
    ]
}