API Overview
The Seenic Data REST API is a lightweight, read-only API for accessing data from Seenic 3D Explorer experiences. Use it when you need to build your own UI, integrate Seenic content into an external system, or simply fetch structured data to power search, availability, and dashboards.
This API is public: it does not require authentication and is intended to be easy to use from any backend service.
Base URL
All endpoints are served from:
https://data-api.seenic.io
Read-only
The Data API is read-only. You can only retrieve data (GET requests). It does not support creating, updating, or deleting resources.
No authentication
Requests do not require an API key or token.
Rate limiting
To keep the service reliable for everyone, requests are rate-limited:
- Max 5 requests per second per IP address
If you exceed the limit, you may temporarily receive rate limit responses. Implement basic retries with backoff if needed.
Conventions
- All requests use JSON unless stated otherwise.
- Errors are returned with an HTTP status code and an error payload.