API endpoint that allows Astronaut to be viewed.

GET: Return a list of all the existing astronauts.

MODE: Normal, List, LaunchList and Detailed /2.2.0/astronaut/?mode=detailed

FILTERS: Parameters - 'name', 'status', 'nationality', 'agency__name', 'agency__abbrev', 'date_of_birth', 'date_of_death', 'status_ids', 'is_human', 'type__id', 'has_flown', 'in_space' Example - /2.2.0/astronaut/?nationality=American

SEARCH EXAMPLE: /2.2.0/astronaut/?search=armstrong Searches through name, nationality and agency name

ORDERING: Fields - 'name', 'status', 'date_of_birth' Example - /2.2.0/astronaut/?order=name

GET /2.2.0/astronaut/?format=api&offset=730&ordering=-time_in_space
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 853,
  "next": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=740&ordering=-time_in_space",
  "previous": "https://lldev.thespacedevs.com/2.2.0/astronaut/?format=api&limit=10&offset=720&ordering=-time_in_space",
  "results": [
    {
      "id": 852,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/852/?format=api",
      "name": "Owolabi Salis",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M14S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Attorney and a financial consultant",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/owolabi_salis_o_image_20250621125159.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/owolabi_salis_o_image_thumbnail_20250621125159.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-06-29T14:39:56Z",
      "first_flight": "2025-06-29T14:39:56Z"
    },
    {
      "id": 849,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/849/?format=api",
      "name": "Carl Kuehner",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M14S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Chairman of Building and Land Technology (BLT), a real estate development, investment, and property management firm",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/carl_kuehner_of_image_20250621125030.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/carl_kuehner_of_image_thumbnail_20250621125030.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-06-29T14:39:56Z",
      "first_flight": "2025-06-29T14:39:56Z"
    },
    {
      "id": 819,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/819/?format=api",
      "name": "Emily Calandrelli",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M14S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Emily Dawn Calandrelli is an American science communicator, engineer, author, and television presenter. She was the host and an executive producer of Xploration Outer Space and Emily's Wonder Lab.",
      "twitter": "https://x.com/TheSpaceGal",
      "instagram": "https://www.instagram.com/thespacegal/",
      "wiki": "https://en.wikipedia.org/wiki/Emily_Calandrelli",
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/emily_calandrel_image_20241118183545.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/emily_calandrel_image_thumbnail_20241118183546.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2024-11-22T15:30:00Z",
      "first_flight": "2024-11-22T15:30:00Z"
    },
    {
      "id": 851,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/851/?format=api",
      "name": "Freddie Rescigno Jr.",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M14S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American Italian",
      "bio": "Italian-American entrepreneur, business owner, and competitive golfer based in Suwanee, Georgia.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/freddie_rescign_image_20250621125046.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/freddie_rescign_image_thumbnail_20250621125046.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-06-29T14:39:56Z",
      "first_flight": "2025-06-29T14:39:56Z"
    },
    {
      "id": 850,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/850/?format=api",
      "name": "Leland Larson",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M14S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Philanthropist and former CEO of School Bus Services, Inc. and Larson Transportation Services.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/leland_larson_o_image_20250621125143.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/leland_larson_o_image_thumbnail_20250621125144.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-06-29T14:39:56Z",
      "first_flight": "2025-06-29T14:39:56Z"
    },
    {
      "id": 701,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/701/?format=api",
      "name": "Michael Strahan",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M13S",
      "eva_time": "P0D",
      "age": 54,
      "date_of_birth": "1971-11-21",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Michael Strahan is a two-time Emmy award winner, Peabody award-winning journalist, and Super Bowl Champion, who currently serves as a co-anchor on ABC’s “Good Morning America” and host of the top-rated primetime game show “$100,000 Pyramid.” Strahan additionally serves as an analyst for “Fox NFL Sunday” and headlines the Thursday Night Football Pregame Show live from New York City.",
      "twitter": "https://twitter.com/michaelstrahan",
      "instagram": "https://www.instagram.com/michaelstrahan/",
      "wiki": "https://en.wikipedia.org/wiki/Michael_Strahan",
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/michael_strahan_image_20220606095805.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190428.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-12-11T15:00:42Z",
      "first_flight": "2021-12-11T15:00:42Z"
    },
    {
      "id": 702,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/702/?format=api",
      "name": "Dylan Taylor",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M13S",
      "eva_time": "P0D",
      "age": 55,
      "date_of_birth": "1970-10-23",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Dylan Taylor is chairman & CEO of Voyager Space, a global space exploration firm headquartered in Denver, and the founder of the global nonprofit Space for Humanity, which seeks to democratize access to space. He is also co-Founding Patron of the Commercial Spaceflight Federation.",
      "twitter": null,
      "instagram": null,
      "wiki": "https://en.wikipedia.org/wiki/Dylan_Taylor_(executive)",
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dylan_taylor_image_20220606095053.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190906.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-12-11T15:00:42Z",
      "first_flight": "2021-12-11T15:00:42Z"
    },
    {
      "id": 700,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/700/?format=api",
      "name": "Laura Shepard Churchley",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M13S",
      "eva_time": "P0D",
      "age": 78,
      "date_of_birth": "1947-07-01",
      "date_of_death": null,
      "nationality": "American",
      "bio": "Daughter of Alan Shepard, first American in space and fifth human to walk on the Moon. She serves as Chair of the Astronaut Scholarship Foundation Board of Trustees, a foundation that raises funds for college students and provides mentoring to scholars pursuing careers and research in STEM.\r\n\r\nExact date of birth unknown.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/laura_shepard_c_image_20220606095606.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190540.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-12-11T15:00:42Z",
      "first_flight": "2021-12-11T15:00:42Z"
    },
    {
      "id": 705,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/705/?format=api",
      "name": "Cameron Bess",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M13S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "American",
      "bio": "Cameron is a content creator who studied Computer Science and Game Design at DigiPen Institute for Technology in Washington.",
      "twitter": "https://twitter.com/MeepsKitten",
      "instagram": "https://www.instagram.com/thebluffstudios/",
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cameron_bess_image_20220606094741.jpeg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190721.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2021-12-11T15:00:42Z",
      "first_flight": "2021-12-11T15:00:42Z"
    },
    {
      "id": 855,
      "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/855/?format=api",
      "name": "Gökhan Erdem",
      "status": {
        "id": 14,
        "name": "Occasional Spaceflight"
      },
      "type": {
        "id": 3,
        "name": "Private"
      },
      "in_space": false,
      "time_in_space": "PT10M12S",
      "eva_time": "P0D",
      "age": null,
      "date_of_birth": null,
      "date_of_death": null,
      "nationality": "Turkish",
      "bio": "Turkish businessman and a board member of Erdem Holding, a diverse group of companies operating in the energy, telecommunications, construction, and manufacturing sectors. Outside of his professional responsibilities, Gökhan is a passionate space enthusiast and an avid photographer. Deeply inspired by space exploration, he dreams of one day traveling to the International Space Station and possibly even beyond.",
      "twitter": null,
      "instagram": null,
      "wiki": null,
      "agency": {
        "id": 141,
        "url": "https://lldev.thespacedevs.com/2.2.0/agencies/141/?format=api",
        "name": "Blue Origin",
        "featured": true,
        "type": "Commercial",
        "country_code": "USA",
        "abbrev": "BO",
        "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
        "administrator": "CEO: Jeff Bezos",
        "founding_year": "2000",
        "launchers": "New Shepard | New Glenn",
        "spacecraft": "",
        "parent": null,
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
        "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
      },
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/g25c325b6khan_image_20250721163829.jpg",
      "profile_image_thumbnail": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/g25c325b6khan_image_thumbnail_20250721163830.jpeg",
      "flights_count": 1,
      "landings_count": 1,
      "spacewalks_count": 0,
      "last_flight": "2025-08-03T12:42:16Z",
      "first_flight": "2025-08-03T12:42:16Z"
    }
  ]
}