Developer Portal

Build with StayInLagos API

Integrate Lagos's premier accommodation platform into your applications. Access property listings, availability, bookings, and more through our powerful REST API.

Why Build with Us?

RESTful API

Clean, well-documented REST endpoints for all platform operations

Real-time Data

WebSocket support for live availability and booking updates

Secure

OAuth 2.0 authentication with role-based access control

Fast

Low latency responses with 99.9% uptime SLA

Quick Example

// Search for properties in Lagos
const response = await fetch('https://api.stayinlagos.com/v1/properties', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  params: {
    location: 'Lekki Phase 1',
    checkIn: '2024-12-20',
    checkOut: '2024-12-27',
    guests: 4
  }
});

const properties = await response.json();
console.log(properties);

Ready to get started?

Create your developer account and get your API keys in minutes. Start building with our comprehensive documentation.