---
title: "Retrieve all special security areas traversed by route."
method: POST
path: "/us/v1/ssa/route-query"
tags: ["Special Security Areas"]
---

# Retrieve all special security areas traversed by route.

`POST /us/v1/ssa/route-query`

Retrieve all special security areas intersected by route. Request body parameters are:
* route: [GeoJSON Linestring](https://www.rfc-editor.org/rfc/rfc7946.html#appendix-A) defining the route. Max allowed length is 50 km.

## Headers

- `x-api-key` string

## Request body

- SSAByRoute — Geometry-defining arguments for along-route requests
  - `route` object, required

## Response `200`

A GeoJSON FeatureCollection, one Feature for each area found.

- SSARouteResponse
  - `found` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ljaero/apis/dflight-api.md) · [All operations](https://skmtc.net/ljaero/apis/dflight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ljaero/dflight-api/revisions/1395ce057bfd/schema)
