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

{
    "count": 330,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=30&ordering=-successful_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=10&ordering=-successful_launches",
    "results": [
        {
            "id": 122,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
            "name": "Sea Launch",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "SL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 118,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/118/?format=api",
            "name": "International Launch Services",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ILS",
            "description": "International Launch Services, Inc. (ILS) is a joint venture with exclusive rights to the worldwide sale of commercial Angara and Proton rocket launch services. Proton launches take place at the Baikonur Cosmodrome in Kazakhstan while Angara is planned to launch from the Plesetsk and Vostochny Cosmodromes in Russia.",
            "administrator": "Kirk Pysher",
            "founding_year": "1995",
            "launchers": "",
            "spacecraft": "",
            "parent": "Khrunichev State Research and Production Space Center",
            "image_url": null,
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520launch2520services_logo_20200714154120.png"
        },
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "featured": true,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "JAXA",
            "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
            "administrator": "Administrator: Hiroshi Yamakawa",
            "founding_year": "2003",
            "launchers": "H-II",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
        },
        {
            "id": 1009,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1009/?format=api",
            "name": "Institute of Space and Astronautical Science",
            "featured": false,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "ISAS",
            "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
            "administrator": null,
            "founding_year": null,
            "launchers": "Lambda",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 189,
            "url": "https://ll.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": 141,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/141/?format=api",
            "name": "Blue Origin",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BO",
            "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
            "administrator": "CEO: Jeff Bezos",
            "founding_year": "2000",
            "launchers": "New Shepard | New Glenn",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/blue2520origin_logo_20190207032427.png"
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
            "name": "ExPace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "EP",
            "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
            "administrator": "CEO: Zhang Di",
            "founding_year": "2016",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 119,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/163/?format=api",
            "name": "Russian Aerospace Defence Forces",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "VKO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": "Russian Federal Space Agency (ROSCOSMOS)",
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 228,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
            "name": "National Space Development Agency of Japan",
            "featured": false,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "NASDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}