Air France-KLM API

Air France-KLM API as documented publicly: 1 operations. Contract generated from the documentation by API Evangelist (2026-09-22); not the provider's own document.

Operations 1

GET /opendata/flightstatus GET /opendata/flightstatus #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/air-france-klm-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

air-france-klm-openapi-generated.yml Raw ↑
openapi: 3.1.0
info:
  title: Air France-KLM API
  version: '2026-09-22'
  description: 'GENERATED FROM DOCUMENTATION by API Evangelist on 2026-09-22: 1 operation(s) read from 1 public documentation page(s) (each operation
    names its page in x-source). This is not the provider''s published contract; Air France-KLM has published no machine-readable contract that
    the pipeline could find. Engine: local.'
  x-evidence-tiers:
    code-example: 1
    documentation: 0
    pages-with-code: 1
    pages-read: 1
  x-generated-from: documentation
  x-provenance: generated
  x-authored-by: API Evangelist
  x-generated: '2026-09-22'
  x-generator: generate-contract-from-docs.py
  x-engine: local
  x-sources:
  - https://developer.airfranceklm.com/guides
servers:
- url: https://api.airfranceklm.com
paths:
  /opendata/flightstatus:
    get:
      operationId: get_opendata_flightstatus
      tags:
      - Opendata
      summary: GET /opendata/flightstatus
      x-source: https://developer.airfranceklm.com/guides
      parameters:
      - name: endRange
        in: query
        required: false
        schema:
          type: string
      - name: startRange
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: Success (status as documented)
      x-evidence:
        kind: code-example
        language: curl
        snippet: 'curl --location ''https://api.airfranceklm.com/opendata/flightstatus?startRange=2025-12-31T09:00:00Z&endRange=2025-12-31T23:59:59Z''  --header
          ''API-Key: [YOUR_API_KEY]''  --header ''Content-Type: application/x-www-form-urlencoded''

          🛠️ Replace [YOUR_API_KEY] with your actual API key before making the request.

          Next Steps

          🎉 Congratulations! You are now ready to start retrieving data through Air France-KLM'
components:
  securitySchemes:
    apiKey:
      type: apiKey
      in: header
      name: API-Key
security:
- apiKey: []
tags:
- name: Opendata