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

{
    "count": 331,
    "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=10&ordering=id",
    "previous": null,
    "results": [
        {
            "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
        },
        {
            "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": 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": 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": 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": 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": "AUS,BGD,BRN,BTN,CAN,KHM,CHN,FRA,DEU,IND,IDN,JPN,LAO,MYS,MNG,MMR,NPL,NZL,PAK,PHL,RUS,SGP,KOR,LKA,THA,USA,VNM",
            "abbrev": "APRSAF",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "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": "BGD,CHN,IDN,IRNMNG,PAK,PER,THA,TUR",
            "abbrev": "APSCO",
            "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": 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": 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
        }
    ]
}