LaunchFind

Definition

input LaunchFind {
  apoapsis_km: Float
  block: Int
  cap_serial: String
  capsule_reuse: String
  core_flight: Int
  core_reuse: String
  core_serial: String
  customer: String
  eccentricity: Float
  end: Date
  epoch: Date
  fairings_recovered: String
  fairings_recovery_attempt: String
  fairings_reuse: String
  fairings_reused: String
  fairings_ship: String
  gridfins: String
  id: ID
  inclination_deg: Float
  land_success: String
  landing_intent: String
  landing_type: String
  landing_vehicle: String
  launch_date_local: Date
  launch_date_utc: Date
  launch_success: String
  launch_year: String
  legs: String
  lifespan_years: Float
  longitude: Float
  manufacturer: String
  mean_motion: Float
  mission_id: String
  mission_name: String
  nationality: String
  norad_id: Int
  orbit: String
  payload_id: String
  payload_type: String
  periapsis_km: Float
  period_min: Float
  raan: Float
  reference_system: String
  regime: String
  reused: String
  rocket_id: String
  rocket_name: String
  rocket_type: String
  second_stage_block: String
  semi_major_axis_km: Float
  ship: String
  side_core1_reuse: String
  side_core2_reuse: String
  site_id: String
  site_name_long: String
  site_name: String
  start: Date
  tbd: String
  tentative_max_precision: String
  tentative: String
}

Input fields

apoapsis_km

block

Int

cap_serial

capsule_reuse

core_flight

Int

core_reuse

core_serial

customer

eccentricity

end

epoch

fairings_recovered

fairings_recovery_attempt

fairings_reuse

fairings_reused

fairings_ship

gridfins

id

ID

inclination_deg

land_success

landing_intent

landing_type

landing_vehicle

launch_date_local

launch_date_utc

launch_success

launch_year

legs

lifespan_years

longitude

manufacturer

mean_motion

mission_id

mission_name

nationality

norad_id

Int

orbit

payload_id

payload_type

periapsis_km

period_min

raan

reference_system

regime

reused

rocket_id

rocket_name

rocket_type

second_stage_block

semi_major_axis_km

ship

side_core1_reuse

side_core2_reuse

site_id

site_name_long

site_name

start

tbd

tentative_max_precision

tentative

Example

LaunchFind.json
{
  "apoapsis_km": 123.45,
  "block": 12345,
  "cap_serial": "Some string",
  "capsule_reuse": "Some string",
  "core_flight": 12345,
  "core_reuse": "Some string",
  "core_serial": "Some string",
  "customer": "Some string",
  "eccentricity": 123.45,
  "end": "01-01-1970",
  "epoch": "01-01-1970",
  "fairings_recovered": "Some string",
  "fairings_recovery_attempt": "Some string",
  "fairings_reuse": "Some string",
  "fairings_reused": "Some string",
  "fairings_ship": "Some string",
  "gridfins": "Some string",
  "id": "ac23e983-c67e-442c-9570-c3f2d40e5bf3",
  "inclination_deg": 123.45,
  "land_success": "Some string",
  "landing_intent": "Some string",
  "landing_type": "Some string",
  "landing_vehicle": "Some string",
  "launch_date_local": "01-01-1970",
  "launch_date_utc": "01-01-1970",
  "launch_success": "Some string",
  "launch_year": "Some string",
  "legs": "Some string",
  "lifespan_years": 123.45,
  "longitude": 123.45,
  "manufacturer": "Some string",
  "mean_motion": 123.45,
  "mission_id": "Some string",
  "mission_name": "Some string",
  "nationality": "Some string",
  "norad_id": 12345,
  "orbit": "Some string",
  "payload_id": "Some string",
  "payload_type": "Some string",
  "periapsis_km": 123.45,
  "period_min": 123.45,
  "raan": 123.45,
  "reference_system": "Some string",
  "regime": "Some string",
  "reused": "Some string",
  "rocket_id": "Some string",
  "rocket_name": "Some string",
  "rocket_type": "Some string",
  "second_stage_block": "Some string",
  "semi_major_axis_km": 123.45,
  "ship": "Some string",
  "side_core1_reuse": "Some string",
  "side_core2_reuse": "Some string",
  "site_id": "Some string",
  "site_name_long": "Some string",
  "site_name": "Some string",
  "start": "01-01-1970",
  "tbd": "Some string",
  "tentative_max_precision": "Some string",
  "tentative": "Some string"
}