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=150&ordering=-featured
{ "count": 347, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured", "results": [ { "id": 1053, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1053/?format=api", "name": "Turkish Air Force", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TAF", "description": "The Turkish Air Force is the aerial warfare service branch of the Turkish Armed Forces. It traces its origins to June 1911 when it was founded as the Ottoman Aviation Squadrons by the Ottoman Empire.", "administrator": null, "founding_year": "1911", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 140, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/140/?format=api", "name": "Bigelow Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Bigelow", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1032, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1032/?format=api", "name": "Islamic Revolutionary Guard Corps Aerospace Force", "featured": false, "type": "Government", "country_code": "IRN", "abbrev": "IRGCAF", "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.", "administrator": "Brigadier General: Ali Jafarabadi", "founding_year": "1985", "launchers": "Qased", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1062, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1062/?format=api", "name": "Viasat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VSAT", "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.", "administrator": "CEO: Mark D. Dankberg", "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 204, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/204/?format=api", "name": "Globalstar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 101, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/101/?format=api", "name": "Philco Ford", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PHILCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 106, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api", "name": "General Dynamics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 285, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/285/?format=api", "name": "Astra Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AS", "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.", "administrator": "CEO: Chris Kemp", "founding_year": "2005", "launchers": "Rocket 3.3", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg" }, { "id": 84, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 183, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api", "name": "Unknown", "featured": false, "type": "Unknown", "country_code": "???", "abbrev": "UNK", "description": "The agency or launch service provider is not known yet.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }