sfomuseum.millsfield.flights.getFlightsForTailNumber

Description

Return the list of flights to and from SFO for an aircraft identified by its registration number or "tail number" Try this method in the API Explorer.

HTTP Request method

GET

Arguments

  • access_token (string) — A valid OAuth2 access token (required)
  • format (string) — The format in which to return the data. Supported formats are json, jsonp. The default format is json.
  • tail_number (string) — A valid aircraft registration number (or "tail number") (required)
  • page (int) — The default is 1.
  • per_page (int) — The default is 100 and the maximum is 500.

Errors

In addition to default error codes common to all methods this API method defines the following additional error codes:

  • 900 — Failed to retrieve flights

Notes

Example request or take this API method for a spin

curl -X GET 'https://api.sfomuseum.org/rest/?method=sfomuseum.millsfield.flights.getFlightsForTailNumber&access_token=<TOKEN>&tail_number=<TAIL_NUMBER>'