API Services
Integrate SmoothQ's Wait Time Prediction Data into Your Application
Overview
SmoothQ API is a RESTful API for programmatic access to wait time prediction data for 130,000+ facilities nationwide. We offer various features including facility search, wait time prediction, and congestion status retrieval.
Endpoints
Get a list of facilities. Filter by prefecture or facility type.
Parameters
Get detailed information for a specific facility by ID. Includes address, hours, and available services.
Get wait time predictions for a specific facility. Includes current prediction, hourly forecast, and confidence level.
Response Example
{
"facility_id": "tokyo_hospital_001",
"predicted_wait_time": 25,
"confidence": 0.85,
"congestion_level": "medium",
"prediction_tier": "verified",
"hourly_forecast": [...]
}Search facilities by keyword or location.
Parameters
Authentication
An API key is required to access the API. Include your API key in the Authorization header of all requests.
Enterprise API Solutions
SmoothQ API is available for businesses and enterprises with fully customized solutions. Contact us to get a plan tailored to your specific needs.
Dedicated staff provides free support from implementation to operation.
Dedicated server environment for maximum security and performance.
We offer optimal pricing plans based on your scale and requirements.
Getting Started
If you're interested in using our API, please contact us through the inquiry form. Our team will respond within 3 business days.
SDKs
We provide SDKs for major programming languages to make API integration easier.
