Skip to main content
POST
/swiggy/restaurants

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
restaurant
string
required
Minimum string length: 1
lat
number
required
Required range: -90 <= x <= 90
lng
number
required
Required range: -180 <= x <= 180
timeout
integer
default:300
Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
url
string
required
name
string
required
@type
string
default:SwiggyRestaurant
alias
string | null
image
string | null
cuisines
string[]
rating
number | null
rating_count
integer | null
cost_for_two
number | null
cost_for_two_text
string | null
currency
string
default:INR
address
string | null
locality
string | null
area
string | null
city
string | null
state
string | null
postal_code
string | null
latitude
number | null
longitude
number | null
phone
string | null
delivery_time
integer | null
min_delivery_time
integer | null
max_delivery_time
integer | null
delivery_time_text
string | null
distance_km
number | null
serviceability
string | null
is_open
boolean
default:false
next_close_time
string | null
parent_id
string | null
restaurant_category
string | null
is_multi_outlet
boolean
default:false
has_bestseller_items
boolean
default:false
license_no
string | null
timing_status
string | null
timing_message
string | null
opening_hours
object[]
offers
string[]