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=270&ordering=-featured
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=280&ordering=-featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=-featured",
    "results": [
        {
            "id": 1083,
            "url": "https://ll.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": 1078,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1078/?format=api",
            "name": "International Institute for Aeronautical Sciences",
            "featured": false,
            "type": "Multinational",
            "country_code": "???",
            "abbrev": "IIAS",
            "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/87/?format=api",
            "name": "British Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "BAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/11/?format=api",
            "name": "Bolivarian Agency for Space Activities",
            "featured": false,
            "type": "Government",
            "country_code": "VEN",
            "abbrev": "ABAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/14/?format=api",
            "name": "Bolivian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "BOL",
            "abbrev": "ABAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/80/?format=api",
            "name": "Boeing",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BA",
            "description": "Boeing as a space agency has recently provided NASA with assistance on sending humans to the ISS from American with both their construction of the CST-100 Starliner crew capsule and their work on the SLS Avionics to return to the moon and beyond. Their ventures in GPS satellite systems and Tracking and Data Relay Satellites provide information about earth-orbiting craft to stations on the ground. They also enable research on the ISS and will be helping with the construction of the Lunar Gateway.",
            "administrator": "Leanne Caret",
            "founding_year": "2002",
            "launchers": "SLS",
            "spacecraft": "Starliner",
            "parent": null,
            "image_url": null
        },
        {
            "id": 47,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/47/?format=api",
            "name": "National Commission for Aerospace Research and Development",
            "featured": false,
            "type": "Government",
            "country_code": "PER",
            "abbrev": "CONIDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/52/?format=api",
            "name": "National Remote Sensing Center of Tunisia",
            "featured": false,
            "type": "Government",
            "country_code": "TUN",
            "abbrev": "CNT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/55/?format=api",
            "name": "National Space Organization",
            "featured": false,
            "type": "Government",
            "country_code": "TWN",
            "abbrev": "NSPO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 56,
            "url": "https://ll.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
        }
    ]
}