# LotaData **Provider:** LotaData **Category:** maps **Base URL:** `https://api2.lotadata.com/v2` **Auth:** api-key — `GET /endpoint?api_key=YOUR_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api2.lotadata.com/v2 ## Description Access the most exhaustive, accurate and up-to-date collection of global and hyper-local geocoded events and activities across a wide range of categories and genres ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api2.lotadata.com/v2/events` | Find event occurrences in the area. Returns results at specific place and time, event groups are expanded for every occurrence. | | GET | `https://api2.lotadata.com/v2/events/{id}` | Get Specific event details. | | GET | `https://api2.lotadata.com/v2/places` | Venues, landmarks, regions, these are all places to search. | | GET | `https://api2.lotadata.com/v2/places/{id}` | Get specific place details | ## Authentication API key as a query parameter (api_key) ``` GET /endpoint?api_key=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api2.lotadata.com/v2/events' \ -H 'GET /endpoint?api_key=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid events and activity data API. Pricing on request. --- *Source: [API Map](https://apimap.dev/apis/lotadata/) — CC BY 4.0*