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=240&ordering=-failed_launches
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=250&ordering=-failed_launches",
    "previous": "https://lldev.thespacedevs.com/2.3.0/agencies/?format=api&limit=10&offset=230&ordering=-failed_launches",
    "results": [
        {
            "response_mode": "normal",
            "id": 1042,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1042/?format=api",
            "name": "Skyrora",
            "abbrev": "SKR",
            "type": {
                "id": 5,
                "name": "Private"
            },
            "featured": false,
            "country": [
                {
                    "id": 10,
                    "name": "United Kingdom",
                    "alpha_2_code": "GB",
                    "alpha_3_code": "GBR",
                    "nationality_name": "British",
                    "nationality_name_composed": "Brito"
                }
            ],
            "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": null,
            "logo": {
                "id": 2027,
                "name": "Skyrora logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_thumbnail_20240325081537.png",
                "credit": "Skyrora",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": [
                    {
                        "id": 5,
                        "type": {
                            "id": 1,
                            "name": "transparent for light background"
                        },
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/lightbg.png_tra_image_20240325081537.png"
                    },
                    {
                        "id": 6,
                        "type": {
                            "id": 2,
                            "name": "transparent for dark background"
                        },
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/darkbg.png_tran_image_20240325081538.png"
                    }
                ]
            },
            "social_logo": {
                "id": 2028,
                "name": "Skyrora social logo",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_social__image_20240325081654.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_social__image_thumbnail_20240325081654.png",
                "credit": "Skyrora",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            }
        },
        {
            "response_mode": "normal",
            "id": 1049,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1049/?format=api",
            "name": "Space Pioneer",
            "abbrev": "SP",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 6,
                    "name": "China",
                    "alpha_2_code": "CN",
                    "alpha_3_code": "CHN",
                    "nationality_name": "Chinese",
                    "nationality_name_composed": "Sino"
                }
            ],
            "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.",
            "administrator": "CEO: Kang Yonglai",
            "founding_year": 2015,
            "launchers": "Tianlong",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 83,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/83/?format=api",
            "name": "Space Systems/Loral",
            "abbrev": "SSL",
            "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": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 1000,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1000/?format=api",
            "name": "Energia",
            "abbrev": "OKB-1",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": 1946,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 2,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/2/?format=api",
            "name": "Aeronautics and Space Research and Diffusion Center",
            "abbrev": "CIDA-E",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 58,
                    "name": "Uruguay",
                    "alpha_2_code": "UY",
                    "alpha_3_code": "URY",
                    "nationality_name": "Uruguayan",
                    "nationality_name_composed": "Uruguayan"
                }
            ],
            "description": "An Uruguayan Government Space and Aeronautics Research Organization founded in 1975. They study and promote aerospace and space issues along with researching into them. They also advise and collaborate with the Uruguayan Air Force.",
            "administrator": null,
            "founding_year": 1975,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 5,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/5/?format=api",
            "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications",
            "abbrev": "AP-MCSTA",
            "type": {
                "id": 2,
                "name": "Multinational"
            },
            "featured": false,
            "country": [
                {
                    "id": 6,
                    "name": "China",
                    "alpha_2_code": "CN",
                    "alpha_3_code": "CHN",
                    "nationality_name": "Chinese",
                    "nationality_name_composed": "Sino"
                },
                {
                    "id": 14,
                    "name": "Pakistan",
                    "alpha_2_code": "PK",
                    "alpha_3_code": "PAK",
                    "nationality_name": "Pakistani",
                    "nationality_name_composed": "Pakistani"
                },
                {
                    "id": 55,
                    "name": "Thailand",
                    "alpha_2_code": "TH",
                    "alpha_3_code": "THA",
                    "nationality_name": "Thai",
                    "nationality_name_composed": "Thai"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 6,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/6/?format=api",
            "name": "Asia-Pacific Regional Space Agency Forum",
            "abbrev": "APRSAF",
            "type": {
                "id": 2,
                "name": "Multinational"
            },
            "featured": false,
            "country": [
                {
                    "id": 34,
                    "name": "Australia",
                    "alpha_2_code": "AU",
                    "alpha_3_code": "AUS",
                    "nationality_name": "Australian",
                    "nationality_name_composed": "Australo"
                },
                {
                    "id": 60,
                    "name": "Bangladesh",
                    "alpha_2_code": "BD",
                    "alpha_3_code": "BGD",
                    "nationality_name": "Bangladeshi",
                    "nationality_name_composed": "Bangladeshi"
                },
                {
                    "id": 61,
                    "name": "Brunei",
                    "alpha_2_code": "BN",
                    "alpha_3_code": "BRN",
                    "nationality_name": "Bruneian",
                    "nationality_name_composed": "Brunei"
                },
                {
                    "id": 62,
                    "name": "Bhutan",
                    "alpha_2_code": "BT",
                    "alpha_3_code": "BTN",
                    "nationality_name": "Bhutanese",
                    "nationality_name_composed": "Bhutani"
                },
                {
                    "id": 26,
                    "name": "Canada",
                    "alpha_2_code": "CA",
                    "alpha_3_code": "CAN",
                    "nationality_name": "Canadian",
                    "nationality_name_composed": "Canado"
                },
                {
                    "id": 63,
                    "name": "Cambodia",
                    "alpha_2_code": "KH",
                    "alpha_3_code": "KHM",
                    "nationality_name": "Cambodian",
                    "nationality_name_composed": "Cambodian"
                },
                {
                    "id": 6,
                    "name": "China",
                    "alpha_2_code": "CN",
                    "alpha_3_code": "CHN",
                    "nationality_name": "Chinese",
                    "nationality_name_composed": "Sino"
                },
                {
                    "id": 1,
                    "name": "France",
                    "alpha_2_code": "FR",
                    "alpha_3_code": "FRA",
                    "nationality_name": "French",
                    "nationality_name_composed": "Franco"
                },
                {
                    "id": 4,
                    "name": "Germany",
                    "alpha_2_code": "DE",
                    "alpha_3_code": "DEU",
                    "nationality_name": "German",
                    "nationality_name_composed": "Germano"
                },
                {
                    "id": 9,
                    "name": "India",
                    "alpha_2_code": "IN",
                    "alpha_3_code": "IND",
                    "nationality_name": "Indian",
                    "nationality_name_composed": "Indo"
                },
                {
                    "id": 64,
                    "name": "Indonesia",
                    "alpha_2_code": "ID",
                    "alpha_3_code": "IDN",
                    "nationality_name": "Indonesian",
                    "nationality_name_composed": "Indonesian"
                },
                {
                    "id": 28,
                    "name": "Japan",
                    "alpha_2_code": "JP",
                    "alpha_3_code": "JPN",
                    "nationality_name": "Japanese",
                    "nationality_name_composed": "Nippo"
                },
                {
                    "id": 65,
                    "name": "Laos",
                    "alpha_2_code": "LA",
                    "alpha_3_code": "LAO",
                    "nationality_name": "Laotian",
                    "nationality_name_composed": "Lao"
                },
                {
                    "id": 37,
                    "name": "Malaysia",
                    "alpha_2_code": "MY",
                    "alpha_3_code": "MYS",
                    "nationality_name": "Malaysian",
                    "nationality_name_composed": "Malaysian"
                },
                {
                    "id": 41,
                    "name": "Mongolia",
                    "alpha_2_code": "MN",
                    "alpha_3_code": "MNG",
                    "nationality_name": "Mongolian",
                    "nationality_name_composed": "Mongolo"
                },
                {
                    "id": 66,
                    "name": "Myanmar",
                    "alpha_2_code": "MM",
                    "alpha_3_code": "MMR",
                    "nationality_name": "Burmese",
                    "nationality_name_composed": "Myanma"
                },
                {
                    "id": 67,
                    "name": "Nepal",
                    "alpha_2_code": "NP",
                    "alpha_3_code": "NPL",
                    "nationality_name": "Nepali",
                    "nationality_name_composed": "Nepali"
                },
                {
                    "id": 51,
                    "name": "New Zealand",
                    "alpha_2_code": "NZ",
                    "alpha_3_code": "NZL",
                    "nationality_name": "Kiwi",
                    "nationality_name_composed": "Kiwi"
                },
                {
                    "id": 14,
                    "name": "Pakistan",
                    "alpha_2_code": "PK",
                    "alpha_3_code": "PAK",
                    "nationality_name": "Pakistani",
                    "nationality_name_composed": "Pakistani"
                },
                {
                    "id": 68,
                    "name": "Philippines",
                    "alpha_2_code": "PH",
                    "alpha_3_code": "PHL",
                    "nationality_name": "Filipino",
                    "nationality_name_composed": "Filipino"
                },
                {
                    "id": 5,
                    "name": "Russia",
                    "alpha_2_code": "RU",
                    "alpha_3_code": "RUS",
                    "nationality_name": "Russian",
                    "nationality_name_composed": "Russo"
                },
                {
                    "id": 69,
                    "name": "Singapore",
                    "alpha_2_code": "SG",
                    "alpha_3_code": "SGP",
                    "nationality_name": "Singaporean",
                    "nationality_name_composed": "Singaporean"
                },
                {
                    "id": 35,
                    "name": "South Korea",
                    "alpha_2_code": "KR",
                    "alpha_3_code": "KOR",
                    "nationality_name": "South Korean",
                    "nationality_name_composed": "South Korean"
                },
                {
                    "id": 70,
                    "name": "Sri Lanka",
                    "alpha_2_code": "LK",
                    "alpha_3_code": "LKA",
                    "nationality_name": "Sri Lankan",
                    "nationality_name_composed": "Sri Lankan"
                },
                {
                    "id": 55,
                    "name": "Thailand",
                    "alpha_2_code": "TH",
                    "alpha_3_code": "THA",
                    "nationality_name": "Thai",
                    "nationality_name_composed": "Thai"
                },
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                },
                {
                    "id": 33,
                    "name": "Vietnam",
                    "alpha_2_code": "VN",
                    "alpha_3_code": "VNM",
                    "nationality_name": "Vietnamese",
                    "nationality_name_composed": "Vietnamese"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 36,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/36/?format=api",
            "name": "Italian Space Agency",
            "abbrev": "ASI",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 3,
                    "name": "Italy",
                    "alpha_2_code": "IT",
                    "alpha_3_code": "ITA",
                    "nationality_name": "Italian",
                    "nationality_name_composed": "Italo"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 55,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/55/?format=api",
            "name": "National Space Organization",
            "abbrev": "NSPO",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 76,
                    "name": "Taiwan",
                    "alpha_2_code": "TW",
                    "alpha_3_code": "TWN",
                    "nationality_name": "Taiwanese",
                    "nationality_name_composed": "Taiwanese"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        },
        {
            "response_mode": "normal",
            "id": 56,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/56/?format=api",
            "name": "National Space Research and Development Agency",
            "abbrev": "NASRDA",
            "type": {
                "id": 1,
                "name": "Government"
            },
            "featured": false,
            "country": [
                {
                    "id": 79,
                    "name": "Nigeria",
                    "alpha_2_code": "NG",
                    "alpha_3_code": "NGA",
                    "nationality_name": "Nigerian",
                    "nationality_name_composed": "Nigerian"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        }
    ]
}