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=130&ordering=-featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=120&ordering=-featured", "results": [ { "id": 1057, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1057/?format=api", "name": "Maxar Technologies", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Maxar", "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.", "administrator": "President & CEO: Daniel Jablonsky", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1078, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1078/?format=api", "name": "International Institute for Aeronautical Sciences", "featured": false, "type": "Multinational", "country_code": "???", "abbrev": "IIAS", "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 225, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/225/?format=api", "name": "1worldspace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "1WSP", "description": "A now nonexistent satellite radio network company that operated two satellites to bring coverage with 62 stations to most of the Eastern Hemisphere. They went bankrupt in 2008. There has been a plan to relaunch the company, but it was announced in 2011, and nothing has been done since.", "administrator": null, "founding_year": "1960", "launchers": "", "spacecraft": "AfriStar | AsiaStar", "parent": null, "image_url": null }, { "id": 251, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/251/?format=api", "name": "AlYahSat", "featured": false, "type": "Commercial", "country_code": "ARE", "abbrev": "ALYAH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 89, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/89/?format=api", "name": "Fairchild Space and Electronics Division", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "FSED", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1088, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api", "name": "Hungarian Ministry of Foreign Affairs and Trade", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 81, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/81/?format=api", "name": "Astrium Satellites", "featured": false, "type": "Commercial", "country_code": "FRA,DEU,ESP,GBR", "abbrev": "EADS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 55, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/55/?format=api", "name": "National Space Organization", "featured": false, "type": "Government", "country_code": "TWN", "abbrev": "NSPO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1069, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1069/?format=api", "name": "Astrobotic Technology", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Astrobotic", "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.", "administrator": "CEO: John Thornton", "founding_year": "2007", "launchers": "", "spacecraft": "Peregrine", "parent": null, "image_url": null }, { "id": 235, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/235/?format=api", "name": "Thaicom", "featured": false, "type": "Commercial", "country_code": "THA", "abbrev": "TICOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }