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&limit=10&offset=10&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 330,
    "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=20&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&ordering=-id",
    "results": [
        {
            "id": 1077,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1077/?format=api",
            "name": "Astroscale",
            "featured": false,
            "type": "Private",
            "country_code": "JPN",
            "abbrev": "ASC",
            "description": "Astroscale Holdings Inc. is a private orbital debris removal company headquartered in Tokyo, Japan. The company is developing satellite end-of-life and active debris removal services to mitigate the growing and hazardous buildup of debris in space.",
            "administrator": "COO: Chris Blackerby",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "ELSA-d | ADRAS-J",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1076,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1076/?format=api",
            "name": "Rivada Space Networks",
            "featured": false,
            "type": "Commercial",
            "country_code": "DEU",
            "abbrev": "RivadaSpace",
            "description": "In March 2022, Rivada announced the formation of Rivada Space Networks GmbH, a wholly owned subsidiary that was land to launch 600 low earth orbit satellites interconnected with laser links to form a single global mesh network in space.",
            "administrator": "CEO: Declan Ganley",
            "founding_year": "2022",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1075,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1075/?format=api",
            "name": "Leidos",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Leidos",
            "description": "Leidos, formerly known as Science Applications International Corporation (SAIC), is an American defense, aviation, information technology, and biomedical research company headquartered in Reston, Virginia, that provides scientific, engineering, systems integration, and technical services.",
            "administrator": "CEO: Thomas Bell",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1074,
            "url": "https://ll.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": 1073,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1073/?format=api",
            "name": "DSN Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "",
            "description": "DSN Corporation Japanese: 株式会社ディー・エス・エヌ is a corporation owned by SKY Perfect JSAT Group, NEC and NTT Com. It was founded on December 19, 2012 for the sole purpose of acting as an investment vehicle in the private finance initiative that would handle the Japanese military X-band DSN satellite network from 2015 to 2031.",
            "administrator": null,
            "founding_year": "2012",
            "launchers": "",
            "spacecraft": "",
            "parent": "SKY Perfect JSAT Group",
            "image_url": null
        },
        {
            "id": 1072,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1072/?format=api",
            "name": "Cabinet Intelligence and Research Office",
            "featured": false,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "Naichō",
            "description": "The Cabinet Intelligence and Research Office also known as Naichō (内調), is a Japanese intelligence agency under the Cabinet Secretariat responsible for gathering, processing, and analyzing national security information for the cabinet.",
            "administrator": "Director of Cabinet Intelligence: Hiroaki Takizawa",
            "founding_year": "1986",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1071,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1071/?format=api",
            "name": "Synspective",
            "featured": false,
            "type": "Private",
            "country_code": "JPN",
            "abbrev": "",
            "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.",
            "administrator": "CEO: Dr. Motoyuki Arai",
            "founding_year": "2018",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1070,
            "url": "https://ll.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": 1069,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1069/?format=api",
            "name": "Astrobotic Technology",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "Astrobotic",
            "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.",
            "administrator": "CEO:  John Thornton",
            "founding_year": "2007",
            "launchers": "",
            "spacecraft": "Peregrine",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1068,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1068/?format=api",
            "name": "Ovzon",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA,SWE",
            "abbrev": "",
            "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States",
            "administrator": "CEO: Per Norén",
            "founding_year": "2006",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}