> For the complete documentation index, see [llms.txt](https://foodfly-status404.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foodfly-status404.gitbook.io/project/review-list.md).

# Review List

## Review List

<mark style="color:blue;">`GET`</mark> `https://foodfly.shop/review/`

{% tabs %}
{% tab title="200 " %}

```
[
    {
        "pk": pk,
        "content": content,
        "rating": rating
        "user": user
        "store": store
        "reviewimage_set": [
            {
                "location": location
            },
        ]
    },
```

{% endtab %}
{% endtabs %}
