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=280&ordering=featured
{ "count": 347, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=featured", "results": [ { "id": 2, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/2/?format=api", "name": "Aeronautics and Space Research and Diffusion Center", "featured": false, "type": "Government", "country_code": "URY", "abbrev": "CIDA-E", "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_url": null }, { "id": 97, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/97/?format=api", "name": "NPO Lavochkin", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "LA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 10, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/10/?format=api", "name": "Belgian Institute for Space Aeronomy", "featured": false, "type": "Government", "country_code": "BEL", "abbrev": "BIRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1003, "url": "https://lldev.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": 162, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/162/?format=api", "name": "People's Liberation Army", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "PLA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1059, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1059/?format=api", "name": "Capella Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "", "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.", "administrator": "CEO: Payam Banazadeh", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1029, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1029/?format=api", "name": "TiSPACE", "featured": false, "type": "Private", "country_code": "TWN", "abbrev": "", "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.", "administrator": "Founder: Dr. Yen-Sen Chen", "founding_year": "2016", "launchers": "Hapith I, Hapith V", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1054, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1054/?format=api", "name": "Defense Advanced Research Projects Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "DARPA", "description": "The Defense Advanced Research Projects Agency (DARPA) is a research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use by the military.", "administrator": "Director: Stefanie Tompkins", "founding_year": "1958", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1063, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1063/?format=api", "name": "Astranis Space Technologies Corp.", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Astranis", "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,", "administrator": "CEO: John Gedmark", "founding_year": "2015", "launchers": "", "spacecraft": "Small geostationary communications satellites", "parent": null, "image_url": null }, { "id": 1084, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1084/?format=api", "name": "PT Telkom Satellite Indonesia", "featured": false, "type": "Commercial", "country_code": "IDN", "abbrev": "Telkomsat", "description": "PT Telkom Satellite Indonesia or commonly abbreviated as Telkomsat, is a subsidiary of Telkom Indonesia which is engaged in satellite service providers with international standards with a comprehensive and innovative business portfolio scope from upstream to downstream.", "administrator": "President Director: Lukman Hakim Abd. Rauf", "founding_year": "1995", "launchers": "", "spacecraft": "", "parent": "PT Telkom Indonesia", "image_url": null } ] }