---
title: "Get Restaurant"
method: GET
path: "/admin/tabelog/restaurants/{rst_id}"
tags: ["admin-tabelog"]
---

# Get Restaurant

`GET /admin/tabelog/restaurants/{rst_id}`

Full record for one restaurant.

## Path parameters

- `rst_id` string, required

## Response `200`

Successful Response

- RestaurantDetail
  - `rst_id` string, required
  - `slug_path` string, required
  - `name` string, nullable, required
  - `name_en` string, nullable, required
  - `pref` string, required
  - `area_big` string, required
  - `area_leaf` string, required
  - `lat` number, nullable, required
  - `lng` number, nullable, required
  - `address_locality` string, nullable, required
  - `address_region` string, nullable, required
  - `address_postal` string, nullable, required
  - `street_address` string, nullable, required
  - `phone` string, nullable, required
  - `price_range` string, nullable, required
  - `cuisine_labels` string[], nullable, required
  - `cuisine_codes` string[], nullable, required
  - `rating` number, nullable, required
  - `rating_count` integer, nullable, required
  - `hero_image_url` string, nullable, required
  - `image_urls` string[], nullable, required
  - `opening_hours` string, nullable, required
  - `business_status` string, nullable, required
  - `pr_headline` string, nullable, required
  - `pr_text` string, nullable, required
  - `features` object, nullable, required
  - `reviews` object[], nullable, required
  - `description_en` string, nullable, required
  - `tagline_en` string, nullable, required
  - `described_at` string, nullable, required
  - `detail_fetched_at` string, nullable, required
  - `tabelog_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
