API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=280&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 336,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=290&ordering=id",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=270&ordering=id",
    "results": [
        {
            "id": 1037,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1037/?format=api",
            "name": "Ministry of Aerospace Industry",
            "featured": false,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASC",
            "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.",
            "administrator": null,
            "founding_year": "1988",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1038,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1038/?format=api",
            "name": "Equatorial Launch Australia",
            "featured": false,
            "type": "Commercial",
            "country_code": "AUS",
            "abbrev": "ELA",
            "description": "Equatorial Launch Australia (ELA) is an Australian startup founded in 2015 to provide commercial space launches from the Arnhem Land spaceport.",
            "administrator": "CEO: Michael Jones",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/equatorial2520launch2520australia_logo_20220912001304.png"
        },
        {
            "id": 1039,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1039/?format=api",
            "name": "Magellan Aerospace Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "CAN",
            "abbrev": "MAC",
            "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
            "administrator": "CEO: Phillip Underwood",
            "founding_year": "1996",
            "launchers": "Black Brant",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_logo_20220622160105.png"
        },
        {
            "id": 1040,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1040/?format=api",
            "name": "CAS Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "CAS",
            "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "Zhongke",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png"
        },
        {
            "id": 1041,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
            "name": "United States Space Force",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "USSF",
            "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.",
            "administrator": null,
            "founding_year": "2019",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520states2520space2520force_logo_20221102113048.png"
        },
        {
            "id": 1042,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1042/?format=api",
            "name": "Skyrora",
            "featured": false,
            "type": "Private",
            "country_code": "GBR",
            "abbrev": "SKR",
            "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
            "administrator": "CEO: Volodymyr Lvykin",
            "founding_year": "2017",
            "launchers": "Skyrora",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png"
        },
        {
            "id": 1043,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1043/?format=api",
            "name": "European Union Agency for the Space Programme",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,AUT,SWE,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,HRV,FIN,GRC,EST,IRL,LVA,LTU,LUX,SVN,CYP,MLT",
            "abbrev": "EUSPA",
            "description": "The European Union Agency for the Space Programme (EUSPA) is a space agency, managing the European Union Space Programme as one of the agencies of the European Union (EU). It was initially created as the European Global Navigation Satellite Systems Supervisory Authority (GSA) in 2004, reorganised into the European Global Navigation Satellite Systems Agency (also GSA) in 2010, and established in its current form on May 12, 2021. EUSPA is a separate entity from the European Space Agency (ESA), although the two entities work together closely.",
            "administrator": "Executive Director: Rodrigo da Costa",
            "founding_year": "2021",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520union2520agency2520for2520the2520space2520programme_logo_20221129162709.png"
        },
        {
            "id": 1044,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1044/?format=api",
            "name": "ArianeGroup",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "AG",
            "description": "ArianeGroup (formerly Airbus Safran Launchers) is an aerospace company based in France. A joint venture between Airbus and Safran, the company was founded in 2015 and is headquartered in Issy-les-Moulineaux. It consists of three core arms: aerospace, defence and security.",
            "administrator": "CEO: Martin Sion",
            "founding_year": "2015",
            "launchers": "Ariane",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianegroup_logo_20221130111224.PNG"
        },
        {
            "id": 1045,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1045/?format=api",
            "name": "Rocket Factory Augsburg",
            "featured": false,
            "type": "Private",
            "country_code": "DEU",
            "abbrev": "RFA",
            "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
            "administrator": "COO: Stefan Brieschenk",
            "founding_year": "2018",
            "launchers": "RFA One",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png"
        },
        {
            "id": 1046,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api",
            "name": "Isar Aerospace",
            "featured": false,
            "type": "Private",
            "country_code": "DEU",
            "abbrev": "ISAR",
            "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
            "administrator": "CEO: Daniel Metzler",
            "founding_year": "2018",
            "launchers": "Spectrum",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg"
        }
    ]
}