Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true
SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured
The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.
GET /2.2.0/agencies/?format=api&offset=330&ordering=consecutive_successful_landings
{ "count": 345, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=340&ordering=consecutive_successful_landings", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=consecutive_successful_landings", "results": [ { "id": 135, "url": "https://ll.thespacedevs.com/2.2.0/agencies/135/?format=api", "name": "Rocketdyne", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Rocketdyne", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 248, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 18, "url": "https://ll.thespacedevs.com/2.2.0/agencies/18/?format=api", "name": "Colombian Space Commission", "featured": false, "type": "Government", "country_code": "COL", "abbrev": "CCE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 20, "url": "https://ll.thespacedevs.com/2.2.0/agencies/20/?format=api", "name": "Commonwealth Scientific and Industrial Research Organisation", "featured": false, "type": "Government", "country_code": "AUS", "abbrev": "CSIRO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1/?format=api", "name": "Belarus Space Agency", "featured": false, "type": "Government", "country_code": "BLR", "abbrev": "BSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 35, "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api", "name": "Israeli Space Agency", "featured": false, "type": "Government", "country_code": "ISR", "abbrev": "ISA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 2, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 119, "url": "https://ll.thespacedevs.com/2.2.0/agencies/119/?format=api", "name": "ISC Kosmotras", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "ISCK", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 11, "url": "https://ll.thespacedevs.com/2.2.0/agencies/11/?format=api", "name": "Bolivarian Agency for Space Activities", "featured": false, "type": "Government", "country_code": "VEN", "abbrev": "ABAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 49, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null } ] }