Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 516 Bytes

File metadata and controls

28 lines (22 loc) · 516 Bytes

Get all crew

Method : GET

URL : https://api.spacexdata.com/v4/crew

Auth required : False

Success Responses

Code : 200 OK

[
    {
        "name": "Robert Behnken",
        "agency": "NASA",
        "image": "https://imgur.com/0smMgMH.png",
        "wikipedia": "https://en.wikipedia.org/wiki/Robert_L._Behnken",
        "launches": [
            "5eb87d46ffd86e000604b388"
        ],
        "status": "active",
        "id": "5ebf1a6e23a9a60006e03a7a"
    },
    ...
]