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=340&ordering=-featured
{ "count": 341, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=-featured", "results": [ { "id": 116, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/116/?format=api", "name": "EADS Astrium Space Transportation", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "EADS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }