---
title: "Fetch all restaurants"
method: GET
path: "/restaurants"
tags: ["Restaurant"]
---

# Fetch all restaurants

`GET /restaurants`

Returns all restaurants from the system

## Query parameters

- `filter` string, string
- `q` string, string
- `latitude` string, string
- `longitude` string, string
- `radius` string, string
- `sort` string, string
- `sortby` string, string
- `city` string, string
- `cuisine` string[]

## Response `200`

Fetched restaurants

- Restaurant
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `name` string, string — restaurant name.
  - `email` string — email.
  - `phone` string, string — restaurant phone.
  - `mobile` string, string — restaurant mobile.
  - `fax` string, string — restaurant fax.
  - `contact_name` string, string — restaurant contact name.
  - `contact_phone` string, string — restaurant contact phone.
  - `website` string, string — restaurant website.
  - `address1` string, string — restaurant address1.
  - `address` string, string — restaurant address.
  - `zip_code` string, string — zipcode.
  - `latitude` number, double — Latitude.
  - `longitude` number, double — Longitude.
  - `sales_tax` number, float — Sales tax
  - `minimum_order_for_booking` number, float — Minmum order booking
  - `is_allow_users_to_door_delivery_order` integer — Allow user door delivery.
  - `estimated_time_to_delivery` integer — Estimated time to delivery.
  - `delivery_charge` number, float — Delivery charge.
  - `delivery_miles` integer — Delivery miles.
  - `slug` string — Slug of restaurant.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/ofos-api-endpoints.md) · [All operations](https://skmtc.net/agriya/apis/ofos-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/ofos-api-endpoints/revisions/8db13a44d758/schema)
