Find a collection
GET https://api.spacexdata.com/v4/capsules
It’s possible someone else has already done the heavy lifting of creating a collection. Check with your teammates to see if they have a collection that can provide a starting point for the full-fledged collection. Or, you may discover that community members are sharing unofficial collections documenting your public API. Here are examples of unofficial APIs documented in Qodex.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
[
{
"reuse_count": 1,
"water_landings": 1,
"land_landings": 0,
"last_update": "Reentered after three weeks in orbit",
"launches": [
"5eb87cdeffd86e000604b330"
],
"serial": "C101",
"status": "retired",
"type": "Dragon 1.0",
"id": "5e9e2c5bf35918ed873b2664"
},
{
"reuse_count": 1,
"water_landings": 1,
"land_landings": 0,
"last_update": "First Dragon spacecraft",
"launches": [
"5eb87cdfffd86e000604b331"
],
"serial": "C102",
"status": "retired",
"type": "Dragon 1.0",
"id": "5e9e2c5bf3591882af3b2665"
},
{
"reuse_count": 1,
"water_landings": 1,
"land_landings": 0,
"last_update": "First of twenty missions flown under the CRS1 contract",
"launches": [
"5eb87ce0ffd86e000604b332"
],
"serial": "C103",
"status": "unknown",
"type": "Dragon 1.0",
"id": "5e9e2c5bf3591835983b2666"
},
{
"reuse_count": 1,
"water_landings": 1,
"land_landings": 0,
"last_update": null,
"launches": [
"5eb87ce1ffd86e000604b333"
],
"serial": "C104",
"status": "unknown",
"type": "Dragon 1.0",
"id": "5e9e2c5bf359189ef23b2667"
},
{
"reuse_count": 1,
"water_landings": 1,
"land_landings": 0,
"last_update": "First Dragon v1.1 capsule",
"launches": [
"5eb87ce4ffd86e000604b337"
],
"serial": "C105",
"status": "unknown",
"type": "Dragon 1.1",
"id": "5e9e2c5bf3591859a63b2668"
},
{
"reuse_count": 3,
"water_landings": 3,
"land_landings": 0,
"last_update": "First Dragon capsule to be reused",
"launches": [
"5eb87ce7ffd86e000604b33b",
"5eb87d03ffd86e000604b352",
"5eb87d39ffd86e000604b37e"
],
"serial": "C106",
"status": "active",
"type": "Dragon 1.1",
"id": "5e9e2c5bf3591880643b2669"
},
{
"reuse_count": 1,
"water_landings": 1,
"land_landings": 0,
"last_update": null,
"launches": [
"5eb87ce8ffd86e000604b33c"
],
"serial": "C107",
"status": "unknown",
"type": "Dragon 1.1",
"id": "5e9e2c5bf35918165f3b266a"
},
{
"reuse_count": 3,
"water_landings": 3,
"land_landings": 0,
"last_update": "Second Dragon capsule to be reused",
"launches": [
"5eb87cecffd86e000604b33f",
"5eb87d0effd86e000604b35c",
"5eb87d36ffd86e000604b37b"
],
"serial": "C108",
"status": "active",
"type": "Dragon 1.1",
"id": "5e9e2c5cf359188bfb3b266b"
},
{
"reuse_count": 1,
"water_landings": 1,
"land_landings": 0,
"last_update": "Destroyed on impact after F9 launch failure",
"launches": [
"5eb87ceeffd86e000604b341"
],
"serial": "C109",
"status": "destroyed",
"type": "Dragon 1.1",
"id": "5e9e2c5cf35918407d3b266c"
},
{
"reuse_count": 2,
"water_landings": 2,
"land_landings": 0,
"last_update": null,
"launches": [
"5eb87cf3ffd86e000604b345",
Curl curl -X GET 'https://api.spacexdata.com/v4/capsules' ENDPOINTS |