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=200&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=190&ordering=-featured", "results": [ { "id": 210, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/210/?format=api", "name": "National Oceanic and Atmospheric Administration", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "NOAA", "description": "", "administrator": null, "founding_year": null, "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": 263, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/263/?format=api", "name": "OneSpace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "OS", "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1092, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1092/?format=api", "name": "Institute for Q-shu Pioneers of Space", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.", "administrator": "CEO: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 68, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api", "name": "Space Research Centre", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "CBK-PAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 71, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1070, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1070/?format=api", "name": "PT Pasifik Satelit Nusantara", "featured": false, "type": "Private", "country_code": "IDN", "abbrev": "PSN", "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.", "administrator": "CEO: Adi Rahman Adiwoso", "founding_year": "1991", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 237, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/237/?format=api", "name": "PT Telkom Indonesia", "featured": false, "type": "Commercial", "country_code": "IDN", "abbrev": "TLKM", "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.", "administrator": "CEO: Ririek Adriansyah", "founding_year": "1856", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 100, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api", "name": "Orbital Sciences Corporation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "OSC", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1067, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api", "name": "Intuitive Machines", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "IM", "description": "Intuitive Machines, Inc. is aAmerican company headquartered in Houston, Texas.\r\n\r\nThe company is completing its lunar program which will provide lunar surface access, lunar orbit delivery, and communications at lunar distance.", "administrator": "President: Steve Altemus", "founding_year": "2013", "launchers": "", "spacecraft": "Nova-C", "parent": null, "image_url": null } ] }