Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/?format=api&offset=320&ordering=featured
{ "count": 347, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=310&ordering=featured", "results": [ { "id": 206, "url": "https://ll.thespacedevs.com/2.0.0/agencies/206/?format=api", "name": "Intelsat", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "I", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 8, "url": "https://ll.thespacedevs.com/2.0.0/agencies/8/?format=api", "name": "Austrian Space Agency", "featured": false, "type": "Government", "country_code": "AUT", "abbrev": "ALR", "description": "The Austrian Space Agency was founded in 1972 and joined the ESA as a member in 1987. In 2005, control of the ALR was transferred to the Austrian Agency for Aerospace. They coordinated the first flight of an Austrian in space with a Soyuz launch in 1990.", "administrator": "Administrator: Andreas Geisler", "founding_year": "1972", "launchers": "", "spacecraft": "Spacelab | GALILEO", "parent": null, "image_url": null }, { "id": 157, "url": "https://ll.thespacedevs.com/2.0.0/agencies/157/?format=api", "name": "Bristol Aerospace Company", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "BAC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 14, "url": "https://ll.thespacedevs.com/2.0.0/agencies/14/?format=api", "name": "Bolivian Space Agency", "featured": false, "type": "Government", "country_code": "BOL", "abbrev": "ABAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 52, "url": "https://ll.thespacedevs.com/2.0.0/agencies/52/?format=api", "name": "National Remote Sensing Center of Tunisia", "featured": false, "type": "Government", "country_code": "TUN", "abbrev": "CNT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 161, "url": "https://ll.thespacedevs.com/2.0.0/agencies/161/?format=api", "name": "United States Air Force", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USAF", "description": "The United States Air Force (USAF) is the air service branch of the United States Armed Forces, and is one of the eight uniformed services of the United States. Originally created on 1 August 1907, as a part of the United States Army Signal Corps, the USAF was established as a separate branch of the United States Armed Forces in 1947 with the enactment of the National Security Act of 1947.", "administrator": "Commander-in-Chief: President of the US", "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 60, "url": "https://ll.thespacedevs.com/2.0.0/agencies/60/?format=api", "name": "FCT Space Office", "featured": false, "type": "Government", "country_code": "PRT", "abbrev": "FTC SO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 236, "url": "https://ll.thespacedevs.com/2.0.0/agencies/236/?format=api", "name": "DirecTV", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DIREC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1003, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1003/?format=api", "name": "Aérospatiale", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "", "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.", "administrator": null, "founding_year": "1970", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 22, "url": "https://ll.thespacedevs.com/2.0.0/agencies/22/?format=api", "name": "Committee on Space Research", "featured": false, "type": "Multinational", "country_code": "ARG,ARM,AUS,AUT,BEL,BGR,BRA,CAN,CHN,TWN,CZE,DNK,EGY,ESP,FIN,FRA,DEU,GRC,HUN,IND,IDN,IRN,ISR,ITA,JPN,MEX,NLD,NGA,NOR,PAK,POL,PRT,ROU,RUS,SVK,ZAF,SWE,CHE,THA,TUR,UKR,GBR,USA", "abbrev": "COSPAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }