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=140&ordering=-failed_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=150&ordering=-failed_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=130&ordering=-failed_launches",
    "results": [
        {
            "id": 186,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/186/?format=api",
            "name": "Polish Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "POL",
            "abbrev": "POLSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 261,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/261/?format=api",
            "name": "Korean Astronaut Program",
            "featured": false,
            "type": "Government",
            "country_code": "KOR",
            "abbrev": "KAP",
            "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.",
            "administrator": null,
            "founding_year": "2006",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1010,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1010/?format=api",
            "name": "KB Mashinostroyeniya",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "",
            "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 120,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/120/?format=api",
            "name": "SpaceQuest, Ltd.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SQ",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 251,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/251/?format=api",
            "name": "AlYahSat",
            "featured": false,
            "type": "Commercial",
            "country_code": "ARE",
            "abbrev": "ALYAH",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 178,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/178/?format=api",
            "name": "Airbus Defence and Space",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,GBR",
            "abbrev": "AIRDS",
            "description": "Airbus Defence and Space is a division of Airbus responsible for defence and aerospace products and services. The division was formed in January 2014 during the corporate restructuring of European Aeronautic Defence and Space (EADS), and comprises the former Airbus Military, Astrium, and Cassidian divisions. It is the world's second largest space company after Boeing and one of the top ten defence companies in the world.",
            "administrator": "CEO: Michael Schoellhorn",
            "founding_year": "2014",
            "launchers": "Ariane",
            "spacecraft": "ATV | Columbus | Orion ESM",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/airbus_defence__image_20250211203957.jpg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/airbus2520defence2520and2520space_logo_20190207032423.png"
        },
        {
            "id": 244,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/244/?format=api",
            "name": "Star One",
            "featured": false,
            "type": "Commercial",
            "country_code": "BRA",
            "abbrev": "STA1",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 84,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/84/?format=api",
            "name": "Amsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA,ITA,DEU,IND,GBR,CAN,JPN",
            "abbrev": "AMSAT",
            "description": "AMSAT is a name for amateur radio satellite organizations worldwide, but in particular the Radio Amateur Satellite Corporation (AMSAT) with headquarters at Washington, D.C. AMSAT organizations design, build, arrange launches for, and then operate (command) satellites carrying amateur radio payloads, including the OSCAR series of satellites. Other informally affiliated national organizations exist, such as AMSAT Germany (AMSAT-DL) and AMSAT Japan (JAMSAT).",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 116,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/116/?format=api",
            "name": "EADS Astrium Space Transportation",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "EADS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 240,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/240/?format=api",
            "name": "Optus",
            "featured": false,
            "type": "Commercial",
            "country_code": "AUS",
            "abbrev": "OPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}