---
title: "Expand the schedule over an arbitrary date range."
method: GET
path: "/api/fppd/schedule/range"
tags: ["fppd"]
---

# Expand the schedule over an arbitrary date range.

`GET /api/fppd/schedule/range`

Unlike `/api/fppd/schedule`, which reports only the rolling window fppd has actually scheduled out, this expands the configured schedule rules across any requested range so past and future dates can be previewed. Occurrences are advisory - they describe what the schedule says should happen, not what fppd has committed to running.

## Query parameters

- `start` integer
- `end` integer
- `includeDisabled` boolean
- `summary` boolean

## Response `200`

Object with a `schedule` member containing `entries`, `items`, `rangeStart` and `rangeEnd`.

## Other responses

- `400` — Missing, malformed, or excessively large range.

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
