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=240&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured", "results": [ { "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 }, { "id": 56, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/56/?format=api", "name": "National Space Research and Development Agency", "featured": false, "type": "Government", "country_code": "NGA", "abbrev": "NASRDA", "description": null, "administrator": null, "founding_year": null, "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": 151, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/151/?format=api", "name": "Swedish Space Corp", "featured": false, "type": "Commercial", "country_code": "SWE", "abbrev": "SSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 274, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/274/?format=api", "name": "i-Space", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "i-Space", "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.", "administrator": null, "founding_year": "2016", "launchers": "Hyperbola-1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1014, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1014/?format=api", "name": "Martin Marietta", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "MM", "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.", "administrator": null, "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 246, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/246/?format=api", "name": "Vietnam Posts and Telecommunications Group", "featured": false, "type": "Commercial", "country_code": "VNM", "abbrev": "VNPT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 131, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/131/?format=api", "name": "Andrews Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Andrews Space", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 206, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 1025, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1025/?format=api", "name": "United States Departement of Defense", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "DoD", "description": "The DoD is a government agency in the United States. It is in charge of coordinating and supervising all agencies and functions of the government directly related to national security and the United States Armed Forces.", "administrator": null, "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }