Modes

Levels of detail in the response - list, normal, detailed

Example - /agencies/?mode=list

Filters

Parameters - abbrev, abbrev__contains, attempted_landings, attempted_landings__gt, attempted_landings__gte, attempted_landings__lt, attempted_landings__lte, consecutive_successful_landings, consecutive_successful_landings__gt, consecutive_successful_landings__gte, consecutive_successful_landings__lt, consecutive_successful_landings__lte, consecutive_successful_launches, consecutive_successful_launches__gt, consecutive_successful_launches__gte, consecutive_successful_launches__lt, consecutive_successful_launches__lte, country_code, description, description__contains, failed_landings, failed_landings__gt, failed_landings__gte, failed_landings__lt, failed_landings__lte, failed_launches, failed_launches__gt, failed_launches__gte, failed_launches__lt, failed_launches__lte, featured, founding_year, founding_year__gt, founding_year__gte, founding_year__lt, founding_year__lte, id, name, name__contains, parent__id, pending_launches, pending_launches__gt, pending_launches__gte, pending_launches__lt, pending_launches__lte, spacecraft, successful_landings, successful_landings__gt, successful_landings__gte, successful_landings__lt, successful_landings__lte, successful_launches, successful_launches__gt, successful_launches__gte, successful_launches__lt, successful_launches__lte, total_launch_count, total_launch_count__gt, total_launch_count__gte, total_launch_count__lt, total_launch_count__lte, type__id

Example - /agencies/?abbrev=NASA

Fields searched - abbrev, name

Example - /agencies/?search=SpaceX

Ordering

Fields - attempted_landings, consecutive_successful_landings, consecutive_successful_launches, failed_landings, failed_launches, featured, id, name, pending_launches, successful_landings, successful_launches, total_launch_count

Example - /agencies/?ordering=-total_launch_count

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /agencies/?limit=2

Format

Switch to JSON output - /agencies/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/agencies/?format=api&offset=170&ordering=-total_launch_count
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.3.0/agencies/?format=api&limit=10&offset=180&ordering=-total_launch_count",
    "previous": "https://lldev.thespacedevs.com/2.3.0/agencies/?format=api&limit=10&offset=160&ordering=-total_launch_count",
    "results": [
        {
            "response_mode": "normal",
            "id": 255,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/255/?format=api",
            "name": "Avanti Communications",
            "abbrev": "AVN",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 10,
                    "name": "United Kingdom",
                    "alpha_2_code": "GB",
                    "alpha_3_code": "GBR",
                    "nationality_name": "British",
                    "nationality_name_composed": "Brito"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 159,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/159/?format=api",
            "name": "Avio S.p.A",
            "abbrev": "Avio",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": true,
            "country": [
                {
                    "id": 3,
                    "name": "Italy",
                    "alpha_2_code": "IT",
                    "alpha_3_code": "ITA",
                    "nationality_name": "Italian",
                    "nationality_name_composed": "Italo"
                }
            ],
            "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
            "administrator": "CEO: Giulio Ranzo",
            "founding_year": 1908,
            "launchers": "Vega",
            "spacecraft": "",
            "parent": null,
            "image": {
                "id": 1861,
                "name": "Vega-C liftoff on its maiden flight (LARES-2)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193950.jpeg",
                "credit": "ESA/CNES/Arianespace/Optique vidéo du CSG–S. Martin",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": false,
                "variants": []
            },
            "logo": {
                "id": 113,
                "name": "Avio logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184917.png",
                "credit": "Avio",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "social_logo": {
                "id": 2319,
                "name": "Avio social logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/avio_social_log_image_20250211190007.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/avio_social_log_image_thumbnail_20250211190008.jpeg",
                "credit": "Avio",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            }
        },
        {
            "response_mode": "normal",
            "id": 1087,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1087/?format=api",
            "name": "Korea Advanced Institute of Science and Technology",
            "abbrev": "KAIST",
            "type": {
                "id": 4,
                "name": "Educational"
            },
            "featured": false,
            "country": [
                {
                    "id": 35,
                    "name": "South Korea",
                    "alpha_2_code": "KR",
                    "alpha_3_code": "KOR",
                    "nationality_name": "South Korean",
                    "nationality_name_composed": "South Korean"
                }
            ],
            "description": "The Korea Advanced Institute of Science and Technology (KAIST) is a national research university located in Daedeok Innopolis, Daejeon, South Korea. KAIST was established by the Korean government in 1971 as the nation's first public, research-oriented science and engineering institution.",
            "administrator": "President: Lee Kwang-hyung",
            "founding_year": 1971,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": {
                "id": 2077,
                "name": "KAIST Logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kaist_logo_image_20240412170624.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kaist_logo_image_thumbnail_20240412170625.png",
                "credit": "KAIST",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 1022,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
            "name": "Axiom Space",
            "abbrev": "AXS",
            "type": {
                "id": 5,
                "name": "Private"
            },
            "featured": false,
            "country": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
            "administrator": "CEO: Michael Suffredini",
            "founding_year": 2016,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": {
                "id": 114,
                "name": "[AUTO] Axiom Space - logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184918.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 231,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/231/?format=api",
            "name": "SKY Perfect JSAT Group",
            "abbrev": "JSAT",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 28,
                    "name": "Japan",
                    "alpha_2_code": "JP",
                    "alpha_3_code": "JPN",
                    "nationality_name": "Japanese",
                    "nationality_name_composed": "Nippo"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 10,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/10/?format=api",
            "name": "Belgian Institute for Space Aeronomy",
            "abbrev": "BIRA",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 20,
                    "name": "Belgium",
                    "alpha_2_code": "BE",
                    "alpha_3_code": "BEL",
                    "nationality_name": "Belgian",
                    "nationality_name_composed": "Belgo"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 11,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/11/?format=api",
            "name": "Bolivarian Agency for Space Activities",
            "abbrev": "ABAE",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 73,
                    "name": "Venezuela",
                    "alpha_2_code": "VE",
                    "alpha_3_code": "VEN",
                    "nationality_name": "Venezuelan",
                    "nationality_name_composed": "Venezuelan"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 33,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/33/?format=api",
            "name": "Instituto Nacional de Técnica Aeroespacial",
            "abbrev": "INTA",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 7,
                    "name": "Spain",
                    "alpha_2_code": "ES",
                    "alpha_3_code": "ESP",
                    "nationality_name": "Spanish",
                    "nationality_name_composed": "Hispano"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 1020,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1020/?format=api",
            "name": "Sierra Nevada Corporation",
            "abbrev": "SNC",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "description": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.",
            "administrator": "CEO: Fatih Ozmen",
            "founding_year": 1963,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": {
                "id": 27,
                "name": "[AUTO] Sierra Nevada Corporation - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305184659.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "logo": {
                "id": 180,
                "name": "[AUTO] Sierra Nevada Corporation - logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sierra2520nevada2520corporation_logo_20200821083933.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185125.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 87,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/87/?format=api",
            "name": "British Aerospace",
            "abbrev": "BAE",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 10,
                    "name": "United Kingdom",
                    "alpha_2_code": "GB",
                    "alpha_3_code": "GBR",
                    "nationality_name": "British",
                    "nationality_name_composed": "Brito"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        }
    ]
}