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

{
    "count": 330,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=310&ordering=-id",
    "results": [
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/10/?format=api",
            "name": "Belgian Institute for Space Aeronomy",
            "featured": false,
            "type": "Government",
            "country_code": "BEL",
            "abbrev": "BIRA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/9/?format=api",
            "name": "Azerbaijan National Aerospace Agency",
            "featured": false,
            "type": "Government",
            "country_code": "AZE",
            "abbrev": "AMAKA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/8/?format=api",
            "name": "Austrian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "AUT",
            "abbrev": "ALR",
            "description": "The Austrian Space Agency was founded in 1972 and joined the ESA as a member in 1987. In 2005, control of the ALR was transferred to the Austrian Agency for Aerospace. They coordinated the first flight of an Austrian in space with a Soyuz launch in 1990.",
            "administrator": "Andreas Geisler",
            "founding_year": "1972",
            "launchers": "",
            "spacecraft": "Spacelab | GALILEO",
            "parent": null,
            "image_url": null
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/7/?format=api",
            "name": "Asia-Pacific Space Cooperation Organization",
            "featured": false,
            "type": "Multinational",
            "country_code": "ITA,DEU,CHN,GBR,PAK,TUR,IRN,KOR,MNG,THA,BGD,IDN,PER",
            "abbrev": "APSCO",
            "description": "The Asia-Pacific Space Cooperation Organization (APSCO) is an inter-governmental organization operated as a non-profit independent body with full international legal status. It is headquartered in Beijing, People's Republic of China.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/6/?format=api",
            "name": "Asia-Pacific Regional Space Agency Forum",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,USA,DEU,RUS,CHN,IND,PAK,CAN,JPN,VNM,AUS,KOR,MYS,MNG,NZL,THA,BGD,BRN,BTN,KHM,IDN,LAO,MMR,NPL,PHL,SGP,LKA",
            "abbrev": "APRSAF",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/5/?format=api",
            "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications",
            "featured": false,
            "type": "Multinational",
            "country_code": "CHN,PAK,THA",
            "abbrev": "AP-MCSTA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/4/?format=api",
            "name": "Algerian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "DZA",
            "abbrev": "ASAL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/3/?format=api",
            "name": "Mexican Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "MEX",
            "abbrev": "AEM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/2/?format=api",
            "name": "Aeronautics and Space Research and Diffusion Center",
            "featured": false,
            "type": "Government",
            "country_code": "URY",
            "abbrev": "CIDA-E",
            "description": "An Uruguayan Government Space and Aeronautics Research Organization founded in 1975. They study and promote aerospace and space issues along with researching into them. They also advise and collaborate with the Uruguayan Air Force.",
            "administrator": null,
            "founding_year": "1975",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1/?format=api",
            "name": "Belarus Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "BLR",
            "abbrev": "BSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}