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=310&ordering=-featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=-featured", "results": [ { "id": 252, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/252/?format=api", "name": "MEASAT Satellite Systems", "featured": false, "type": "Commercial", "country_code": "MYS", "abbrev": "MEAST", "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": 1083, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api", "name": "Space One", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "Space One", "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites", "administrator": null, "founding_year": "2018", "launchers": "KAIROS", "spacecraft": "", "parent": null, "image_url": null }, { "id": 30, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/30/?format=api", "name": "Hungarian Space Office", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "HSO", "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": 1074, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1074/?format=api", "name": "National Aerospace Development Administration", "featured": false, "type": "Government", "country_code": "PRK", "abbrev": "NADA", "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.", "administrator": null, "founding_year": "2013", "launchers": "Chollima", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 11, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 18, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 119, "url": "https://lldev.thespacedevs.com/2.0.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 } ] }