Roomability Guest API
Commerce & Guest API Services
Hotel Management System
Commerce & Guest API Services
Hotel Management System
  1. Roomability Guest API
Roomability Guest API
  • Introduction
  • Authentication
  • Responses
  • Roomability Guest API
    • PayGateway
      • Detail
    • CancelPolicy
      • Detail
    • Paystack
      • Verify
      • Initialize
    • Reservation
      • Add
      • Availability
      • Cancel
      • Booking Ref
    • Country
      • GetSelectList
    • RoomType
      • DetailList
      • Detail
    • Term
      • Detail
    • State
      • GetSelectList
    • Privacy
      • Detail
    • Guest
      • Detail
    • Payment Method
      • Active List
    • Hotel
      • Detail
      • Hotel Rule
    • GetHotel List
      GET
    • Contact Page
      POST
    • Search List
      GET
    • Countries
      GET
    • Phone Code List
      GET
  • Retails & Ecommece Guest Api
    • Products
    • Users
    • Carts
    • Orders
  • Loyality Endpoint Api
    • Doors
Commerce & Guest API Services
Hotel Management System
Commerce & Guest API Services
Hotel Management System
  1. Roomability Guest API

Search List

GET
https://guestapi.roomability.io/
Last modified:2026-03-12 16:24:45

Request

None

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://guestapi.roomability.io/'
Response Response Example
{
    "items": [
        {
            "code": "WOSAMARENAAGOIWOYEOGUNSTATENIGER",
            "name": "WOSAM ARENA",
            "address": "119, Awolowo Road",
            "address2": "",
            "city": "Ago Iwoye",
            "state": "Lagos",
            "country": "Nigeria"
        },
        {
            "code": "IMPERIALBYWOSAMAPARTMENTSLAGOSNG",
            "name": "IMPERIAL BY WOSAM APARTMENTS",
            "address": "34, Oduduwa Way",
            "address2": "",
            "city": "Ikeja",
            "state": "Lagos",
            "country": "Nigeria"
        },
        {
            "code": "IMPERIALBYWOSAMAPARTMENTSDAWAKIA",
            "name": "Imperial By WosAm Apartments, Dawaki",
            "address": "Building E3, Gora Street ",
            "address2": "Jasmine Estates",
            "city": "Dawaki",
            "state": "FCT",
            "country": "Nigeria"
        }
    ],
    "errorCode": 0,
    "errorMessage": "Successfully retrieved hotel search list."
}
Modified at 2026-03-12 16:24:45
Previous
Contact Page
Next
Countries
Built with