freeapis

Schiphol Airport

史基浦机场(Schiphol)

认证方式
API Key
HTTPS
Yes
CORS
Unknown

简介

史基浦机场 API 提供航班时刻、到达和出发。认证是 App ID + Key 对(无凭据的请求返回 403,已实测)。

快速开始

航班(加上你的凭据):

curl "https://api.schiphol.nl/public-flights/flights" \
  -H "app_id: YOUR_APP_ID" \
  -H "app_key: YOUR_APP_KEY" \
  -H "resourceversion: v4"
{ "flights": [ { "flightName": "KL1234", "flightNumber": 1234, "scheduleDate": "2026-08-22", "aircraftType": { "iataMain": "73H" }, "route": { "destinations": ["AMS"] } } ] }

认证方式

  • 在 developer.schiphol.nl 注册 → 创建应用 → App ID + Key。
  • 发送 app_idapp_key 请求头(+ resourceversion: v4);缺失 → 403(已实测)。

速率限制与注意事项

  • 免费层:每日调用有限(看门户);更多需协议。
  • 端点:/public-flights/flights/public-flights/destinations/public-flights/schedules

常见问题

Schiphol API 免费吗? 免费层带每日限额;更多需要付费。

如何获取凭据? developer.schiphol.nl → 创建应用。

为什么 403? 需要 app_id/app_key 请求头(已实测)。

交通运输 分类更多

APIAuthHTTPSCORS
ADS-B Exchange

Access real-time and historical data of any and all airborne aircraft

No authYesUnknown
airportsapi

Get name and website-URL for airports by ICAO code

No authYesUnknown
AIS Hub

Real-time data of any marine and inland vessel equipped with AIS tracking system

API KeyNoUnknown
Amadeus for Developers

Travel Search - Limited usage

OAuthYesUnknown
apilayer aviationstack

Real-time Flight Status & Global Aviation Data API

OAuthYesUnknown