-
Get all Landpads
GET https://api.spacexdata.com/v4/landpads
-
Get one Landpad
GET https://api.spacexdata.com/v4/landpads{{id}}
-
Query Landpads
POST https://api.spacexdata.com/v4/landpads/query
-
Create Landpad
POST https://api.spacexdata.com/v4/landpads
-
Update Landpads
PATCH https://api.spacexdata.com/v4/landpads{{id}}
-
Delete Landpads
DELETE https://api.spacexdata.com/v4/landpads{{id}}