{
  "title": "WG Luxury Restrooms — Public API Catalog",
  "description": "Machine-readable catalog of public-facing services and endpoints for WG Luxury Restrooms, a luxury portable restroom trailer rental company serving Nevada and Northern California.",
  "contact": {
    "name": "WG Luxury Restrooms",
    "email": "info@wgluxrestrooms.com",
    "phone": "+1-775-298-1095",
    "url": "https://www.wgluxrestrooms.com/contact"
  },
  "apis": [
    {
      "name": "Booking Availability & Requests",
      "description": "Check real-time availability for luxury restroom trailers and submit a booking request for weddings, corporate events, private parties, and festivals.",
      "humanUrl": "https://www.wgluxrestrooms.com/",
      "entryPoint": "https://www.wgluxrestrooms.com/",
      "documentation": "https://www.wgluxrestrooms.com/docs/api",
      "methods": ["GET", "POST"],
      "category": "bookings"
    },
    {
      "name": "Quote Requests",
      "description": "Request a custom quote for restroom trailer rentals, including event details, guest count, add-ons, and site requirements.",
      "humanUrl": "https://www.wgluxrestrooms.com/contact",
      "entryPoint": "https://www.wgluxrestrooms.com/contact",
      "documentation": "https://www.wgluxrestrooms.com/docs/api",
      "methods": ["GET", "POST"],
      "category": "quotes"
    },
    {
      "name": "Event Bookings",
      "description": "Pre-listed regional events (e.g., Burning Man, Hot August Nights, Reno River Festival) with pre-filled dates and one-click booking requests.",
      "humanUrl": "https://www.wgluxrestrooms.com/events",
      "entryPoint": "https://www.wgluxrestrooms.com/events",
      "documentation": "https://www.wgluxrestrooms.com/docs/api",
      "methods": ["GET", "POST"],
      "category": "events"
    },
    {
      "name": "Product Catalog",
      "description": "Details about the luxury restroom trailer fleet, capacity, amenities, accessibility, and setup requirements.",
      "humanUrl": "https://www.wgluxrestrooms.com/restrooms",
      "entryPoint": "https://www.wgluxrestrooms.com/restrooms",
      "documentation": "https://www.wgluxrestrooms.com/docs/api",
      "methods": ["GET"],
      "category": "catalog"
    },
    {
      "name": "Service Documentation",
      "description": "Human-readable API and integration documentation for agents and developers.",
      "humanUrl": "https://www.wgluxrestrooms.com/docs/api",
      "entryPoint": "https://www.wgluxrestrooms.com/docs/api",
      "documentation": "https://www.wgluxrestrooms.com/docs/api",
      "methods": ["GET"],
      "category": "documentation"
    }
  ]
}
