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=210&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=200&ordering=featured", "results": [ { "id": 127, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api", "name": "Robotics Institute", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "RI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 93, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/93/?format=api", "name": "Hughes Aircraft", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HAC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 206, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/206/?format=api", "name": "Intelsat", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "I", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 103, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/103/?format=api", "name": "RKK Energiya", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "RSC", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 131, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/131/?format=api", "name": "Andrews Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Andrews Space", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 110, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/110/?format=api", "name": "TRW", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "TRW", "description": null, "administrator": null, "founding_year": null, "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": 101, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/101/?format=api", "name": "Philco Ford", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PHILCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1007, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1007/?format=api", "name": "Space Services Inc.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "", "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 189, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/189/?format=api", "name": "China Aerospace Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }