---
title: "API010 トレーナー口コミ取得"
method: GET
path: "/trainers/{trainer_id}/reviews"
tags: ["trainer"]
---

# API010 トレーナー口コミ取得

`GET /trainers/{trainer_id}/reviews`

## Path parameters

- `trainer_id` string, required

## Response `200`

トレーナーの口コミを取得しました。

- Reviews
  - `count` integer — 検索件数
  - `items` Review[]
    - `review_id` string — レビューID
    - `display_name` string — トレーニーの表示名
    - `trainer_name` string — トレーナー名
    - `comment` string — レビューコメント
    - `posted_at` string, date — 投稿日時
    - `star_count` number, float — 星の数

## Other responses

- `400` — 400 Bad Request
- `404` — 404 Not Found
- `500` — 500 Internal Server
- `503` — 503 Service Unavailable

---

[API](https://skmtc.net/future-architect/apis/future-muscle-partner-api.md) · [All operations](https://skmtc.net/future-architect/apis/future-muscle-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/future-architect/future-muscle-partner-api/revisions/8f70bad57269/schema)
