> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sportsapipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Venue Endpoints

> Esports V2 venue data for LAN events

## Venue Endpoints (3)

All endpoints use base URL `https://v2.esports.sportsapipro.com`.

Note: Esports has no managers or referees. Only venue endpoints are available for LAN events.

### Venue Details

```bash theme={null}
GET /api/venue/:id
```

### Venue Past Events

```bash theme={null}
GET /api/venue/:id/events/last/:page
```

### Venue Upcoming Events

```bash theme={null}
GET /api/venue/:id/events/next/:page
```
