Lotadata
Connector for the lotadata API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api2.lotadata.com/v2 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
get_events— GET /events — Find event occurrences in the area. Returns results at specific place and time, event groups are expanded for every occurrence.get_events_id— GET /events/{id} — Get Specific event details.get_places— GET /places — Venues, landmarks, regions, these are all places to search.get_places_id— GET /places/{id} — Get specific place details
Inputs
apiKey— your lotadata API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_events
apiKey: <your key>