GET /cookshare/menu_item_reviews/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "score": 5,
        "review": "its so good!",
        "menu_item": 22,
        "reviewer": "Cook Guy",
        "avatar": "https://storage.googleapis.com/cookshare-media/logo1.png",
        "create_time": "2022-03-02T07:45:49.310819Z"
    },
    {
        "id": 2,
        "score": 4,
        "review": "Enaak",
        "menu_item": 19,
        "reviewer": "Cook Guy",
        "avatar": "https://storage.googleapis.com/cookshare-media/logo1.png",
        "create_time": "2022-03-02T16:09:12.232681Z"
    },
    {
        "id": 3,
        "score": 5,
        "review": "Nice!",
        "menu_item": 22,
        "reviewer": "Subianto Windoro",
        "avatar": "https://storage.googleapis.com/cookshare-media/6.png",
        "create_time": "2022-05-01T14:05:49.292411Z"
    },
    {
        "id": 4,
        "score": 5,
        "review": "Another review",
        "menu_item": 22,
        "reviewer": "Subianto Windoro",
        "avatar": "https://storage.googleapis.com/cookshare-media/6.png",
        "create_time": "2022-05-01T14:08:22.710054Z"
    },
    {
        "id": 5,
        "score": 5,
        "review": "Love this! My husband kept trying to steal from me, tastes like home!",
        "menu_item": 903,
        "reviewer": "Cynthia Bun",
        "avatar": "",
        "create_time": "2024-05-02T09:14:40.799289Z"
    },
    {
        "id": 6,
        "score": 5,
        "review": "Tasty!",
        "menu_item": 113,
        "reviewer": "Mel Bruno",
        "avatar": "",
        "create_time": "2025-08-05T00:24:46.204224Z"
    }
]