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=170&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured", "results": [ { "id": 33, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/33/?format=api", "name": "Instituto Nacional de Técnica Aeroespacial", "featured": false, "type": "Government", "country_code": "ESP", "abbrev": "INTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 48, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/48/?format=api", "name": "National Commission for Space Research", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CNIE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 999, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/999/?format=api", "name": "North American Aviation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "", "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.", "administrator": null, "founding_year": "1928", "launchers": "North American X-15", "spacecraft": "", "parent": "Boeing", "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": 201, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/201/?format=api", "name": "Vector", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VEC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 226, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/226/?format=api", "name": "PanAmSat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PANAM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1037, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1037/?format=api", "name": "Ministry of Aerospace Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.", "administrator": null, "founding_year": "1988", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1047, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1047/?format=api", "name": "Saudi Space Agency", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "SSA", "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.", "administrator": "CEO: Muhammad al-Tamimi", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1049, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api", "name": "Space Pioneer", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "SP", "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.", "administrator": "CEO: Kang Yonglai", "founding_year": "2015", "launchers": "Tianlong", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1099, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1099/?format=api", "name": "Skyroot Aerospace", "featured": false, "type": "Private", "country_code": "IND", "abbrev": "Skyroot", "description": "Indian private launch services provider based in Hyderabad.", "administrator": "CEO: Pawan Kumar Chandana", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }