---
title: "Check Starlink Endpoint"
method: GET
path: "/starlink/check"
tags: ["starlink"]
---

# Check Starlink Endpoint

`GET /starlink/check`

## Query parameters

- `flight` string, required — Flight identifier, e.g. UA123
- `date` string, date, nullable
- `from` string, nullable
- `to` string, nullable

## Response `200`

Successful Response

- StarlinkCheckResponse
  - `verdict` 'yes' | 'no' | 'probably_yes' | 'probably_no', required
  - `confidence` 'high' | 'medium', required
  - `source` string, required
  - `wifi_type` string, nullable, required
  - `tail_number` string, nullable, required
  - `aircraft_type` string, nullable, required
  - `airline_iata` string, nullable, required
  - `airline_name` string, nullable
  - `explanation` string, required
  - `decision_path` string[], required
  - `notes` string, nullable
  - `flight_info` FlightInfo
    - `found` boolean, required
    - `departure_time` string, nullable
    - `departure_airport` string, nullable
    - `departure_airport_code` string, nullable
    - `departure_city` string, nullable
    - `departure_country_code` string, nullable
    - `duration` string, nullable
    - `arrival_time` string, nullable
    - `arrival_airport` string, nullable
    - `arrival_airport_code` string, nullable
    - `arrival_city` string, nullable
    - `arrival_country_code` string, nullable
    - `flight_status` string, nullable
    - `aircraft_name` string, nullable
  - `airline_tracked_count` integer, nullable
  - `airline_starlink_count` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
