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=110&ordering=-pending_launches
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=120&ordering=-pending_launches", "previous": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=100&ordering=-pending_launches", "results": [ { "id": 1063, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1063/?format=api", "name": "Astranis Space Technologies Corp.", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Astranis", "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,", "administrator": "CEO: John Gedmark", "founding_year": "2015", "launchers": "", "spacecraft": "Small geostationary communications satellites", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astranis2520space2520technologies2520corp._logo_20230807093654.png" }, { "id": 51, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/51/?format=api", "name": "National Remote Sensing Center of Mongolia", "featured": false, "type": "Government", "country_code": "MNG", "abbrev": "NRSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 52, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/52/?format=api", "name": "National Remote Sensing Center of Tunisia", "featured": false, "type": "Government", "country_code": "TUN", "abbrev": "CNT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1011, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1011/?format=api", "name": "Moscow Institute of Thermal Technology", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "MITT", "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null, "logo_url": null }, { "id": 102, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/102/?format=api", "name": "Rockwell International", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ROI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 189, "url": "https://lldev.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 71, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/71/?format=api", "name": "Swiss Space Office", "featured": false, "type": "Government", "country_code": "CHE", "abbrev": "SSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 206, "url": "https://lldev.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 204, "url": "https://lldev.thespacedevs.com/2.2.0/agencies/204/?format=api", "name": "Globalstar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 49, "url": "https://lldev.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 } ] }