# Sg001 Harmony Sliq — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Check the upcoming livestream schedule for Colorado General Assembly sessions and committee meetings directly from their Harmony video system. Find event details like dates, times, and session information to plan when to watch legislative proceedings live.

**Category:** Government & Public Data | **Website:** [sg001-harmony.sliq.net/00327/Harmony/en/View/UpcomingEvents/20260812/-1](https://sg001-harmony.sliq.net/00327/Harmony/en/View/UpcomingEvents/20260812/-1) | **Docs:** [parse.bot/marketplace/76ba8539-a460-4438-804c-13534e6b0178/sg001-harmony-sliq-net-api](https://parse.bot/marketplace/76ba8539-a460-4438-804c-13534e6b0178/sg001-harmony-sliq-net-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-sg001-harmony-sliq-net-api-76ba8539/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_schedule

Fetches the schedule of upcoming legislative livestreams for a given date. Returns all events visible on that date's schedule page, which typically includes events from the requested date forward across multiple days. Each event includes title, location, scheduled time, duration, status, and any associated handout documents. Makes one request per event to retrieve full detail from the upstream API.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `date` | string | Yes | Date in YYYYMMDD format (e.g. 20260812). Determines which upcoming events page to load. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-sg001-harmony-sliq-net-api-76ba8539/get_schedule \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"date":"<string>"}'
```
