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": 230, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/230/?format=api", "name": "Broadcasting Satellite System Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "BSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 143, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/143/?format=api", "name": "PlanetSpace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PlanetSpace", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 153, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api", "name": "McDonnell Douglas", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "MDC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 245, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/245/?format=api", "name": "Regional African Satellite Communication Organization", "featured": false, "type": "Commercial", "country_code": "MUS", "abbrev": "RASCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 248, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/248/?format=api", "name": "ProtoStar", "featured": false, "type": "Commercial", "country_code": "BMU", "abbrev": "PROTO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 260, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/260/?format=api", "name": "Planet Labs", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PL", "description": "Planet Labs is an American Earth Imaging based in San Francisco, CA that designs and manufactures cubesat's called 'Doves' that are delivered into orbit as secondary payloads. Each cube-sat is equipped with a high-powered telescope that when combined with a constellation can provide a complete image of the Earth.", "administrator": "CEO: Will Marshall", "founding_year": "2010", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/planet2520labs_image_20190207032455.jpeg" }, { "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": 49, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/49/?format=api", "name": "National Space Activities Commission", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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 } ] }