Get List of Hotels/Apartments/Resorts
Retrieve a list of available hotels, apartments, and resorts. This endpoint supports extensive filtering options to help merchants discover relevant accommodations based on location, price, amenities,
GET /v2/merpi/hotels
/v2/merpi/hotelsQuery Parameters
Parameter
Type
Required
Description
Header Parameters
Parameter
Type
Required
Description
Example Requests
Code Examples
Query parameters
citystringOptionalExample:
Filter properties by city name.
LagosstatestringOptionalExample:
Filter properties by state name.
LagoscountrystringOptionalExample:
Filter properties by country name.
Nigeriaproperty_typestring · enumOptionalExample:
Filter by property type.
hotelPossible values: min_priceintegerOptionalExample:
Minimum room price to include.
20000max_priceintegerOptionalExample:
Maximum room price to include.
50000amenitiesstringOptionalExample:
Comma-separated list of amenities. Properties must have ALL specified amenities to be included.
wifi,pool,gymavailable_rooms_onlybooleanOptionalExample:
Only return properties with at least one available room.
truesearchstringOptionalExample:
Case-insensitive keyword search on property name and description.
Grand ParadisepageintegerOptionalExample:
Page number for pagination.
1per_pageintegerOptionalExample:
Number of results per page.
20Responses
200
List of hotels, apartments, and resorts
application/json
successbooleanOptionalExample:
truestatusintegerOptionalExample:
200messagestringOptionalExample:
List of hotelsget
/v2/merpi/hotels200
List of hotels, apartments, and resorts
Response Fields
Root Level
Field
Type
Description
Data Object
Field
Type
Description
Hotel Object
Field
Type
Description
Coordinates Object
Field
Type
Description
Contact Object
Field
Type
Description
Business Object
Field
Type
Description
Image Object
Field
Type
Description
Common Use Cases
Important Notes
Next Steps
Last updated