Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 748 Bytes

one.md

File metadata and controls

40 lines (29 loc) · 748 Bytes

Get one fairing

Method : GET

URL : https://api.spacexdata.com/v4/fairings/:id

URL Parameters : id=[string] where id is the ID of the fairing

Auth required : False

Success Response

Code : 200 OK

Content example :

{
  "serial": "ff13b75ee72046ea8b00e9f4ac242f0b",
  "version": "2.1",
  "status": "active",
  "reuse_count": 3,
  "net_landing_attempts": 2,
  "net_landing": 1,
  "water_landing_attempts": 1,
  "water_landing": 1,
  "last_update": "2020-12-20T21:01:14.606Z",
  "launches": [
    "e7ba84e6294145a1bec0b684a6ca9aa6",
    "9daa1cebfedc41199e9ef5747d17d5c4",
    "9120aff3571e4af18dba1021dac4dfdd"
  ]
}

Error Responses

Code : 404 NOT FOUND

Content : Not Found