Roomstorm API

Roomstorm's B2B hotel-room marketplace REST API (Django REST framework backend). Documented in API Blueprint, it covers a bootstrap discovery endpoint, JWT username/password authentication, hotel search by geo/airport, vacancy and room pricing, bookings and sold-rooms, organizations, vouchers, and guest/airline buy flows. Collection endpoints support page_size pagination via X-Total-Count and Link headers.

API entry from apis.yml

apis.yml Raw ↑
name: Roomstorm API
description: Roomstorm's B2B hotel-room marketplace REST API (Django REST framework backend). Documented
  in API Blueprint, it covers a bootstrap discovery endpoint, JWT username/password authentication, hotel
  search by geo/airport, vacancy and room pricing, bookings and sold-rooms, organizations, vouchers, and
  guest/airline buy flows. Collection endpoints support page_size pagination via X-Total-Count and Link
  headers.
humanURL: https://github.com/walksource/roomstorm-api
baseURL: https://www.roomstorm.com/backend/v1/
properties:
- type: API Blueprint
  url: api-blueprint/roomstorm-apiary.apib
- type: APIReference
  url: https://www.roomstorm.com/backend/v1/bootstrap/
- type: Authentication
  url: authentication/roomstorm-authentication.yml
- type: ErrorCatalog
  url: errors/roomstorm-problem-types.yml
- type: Conventions
  url: conventions/roomstorm-conventions.yml