---
title: "Flight Status by Route"
method: GET
path: "/operations/flightstatus/route/{origin}/{destination}/{date}"
tags: ["Operations"]
---

# Flight Status by Route

`GET /operations/flightstatus/route/{origin}/{destination}/{date}`

Status of flights between a given origin and destination on a given date.

## Path parameters

- `origin` string, required
- `destination` string, required
- `date` string, required

## Query parameters

- `limit` string
- `offset` string

## Headers

- `Accept` string, required

## Response `200`

OK

- object

## Changes

- **2017-12-21** `c6979ffe3af9` — 1 info
  - api operation id `Flight Status by Route` removed and replaced with `OperationsFlightstatusRouteDateByOriginAndDestinationGet`
- **2017-01-10** `2bc6c5d6d08b` — 1 breaking, 3 info
  - the `header` request parameter `Accept` became required
  - api operation id `Get_Flight Status by Route_` removed and replaced with `Flight Status by Route`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `offset`

[Change history](https://skmtc.dev/lufthansaopenapi/apis/lh-public-api/changes/operations/flightstatus/route/:origin/:destination/:date/get.md)

---

[API](https://skmtc.dev/lufthansaopenapi/apis/lh-public-api.md) · [All operations](https://skmtc.dev/lufthansaopenapi/apis/lh-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lufthansaopenapi/lh-public-api/revisions/dd2684fb5a91/schema)
