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=330&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=340&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=-featured", "results": [ { "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": 239, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/239/?format=api", "name": "Satmex", "featured": false, "type": "Commercial", "country_code": "MEX", "abbrev": "SATMEX", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 54, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/54/?format=api", "name": "National Space Agency of Ukraine", "featured": false, "type": "Government", "country_code": "UKR", "abbrev": "HKAY", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 7, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/7/?format=api", "name": "Asia-Pacific Space Cooperation Organization", "featured": false, "type": "Multinational", "country_code": "ITA,DEU,CHN,GBR,PAK,TUR,IRN,KOR,MNG,THA,BGD,IDN,PER", "abbrev": "APSCO", "description": "The Asia-Pacific Space Cooperation Organization (APSCO) is an inter-governmental organization operated as a non-profit independent body with full international legal status. It is headquartered in Beijing, People's Republic of China.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 76, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/76/?format=api", "name": "Swedish National Space Board", "featured": false, "type": "Government", "country_code": "SWE", "abbrev": "SNSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 183, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api", "name": "Unknown", "featured": false, "type": "Unknown", "country_code": "???", "abbrev": "UNK", "description": "The agency or launch service provider is not known yet.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 58, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/58/?format=api", "name": "Norwegian Space Centre", "featured": false, "type": "Government", "country_code": "NOR", "abbrev": "NRS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 234, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/234/?format=api", "name": "XTAR LLC", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XTAR", "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 }, { "id": 84, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/84/?format=api", "name": "Amsat", "featured": false, "type": "Commercial", "country_code": "USA,ITA,DEU,IND,GBR,CAN,JPN", "abbrev": "AMSAT", "description": "AMSAT is a name for amateur radio satellite organizations worldwide, but in particular the Radio Amateur Satellite Corporation (AMSAT) with headquarters at Washington, D.C. AMSAT organizations design, build, arrange launches for, and then operate (command) satellites carrying amateur radio payloads, including the OSCAR series of satellites. Other informally affiliated national organizations exist, such as AMSAT Germany (AMSAT-DL) and AMSAT Japan (JAMSAT).", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }