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=20
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=30",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=10",
    "results": [
        {
            "id": 139,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/139/?format=api",
            "name": "Armadillo Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Armadillo",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 271,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
            "name": "Army Ballistic Missile Agency",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "ABMA",
            "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.",
            "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,IRN,MNG,PAK,PER,THA,TUR",
            "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": 1063,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1063/?format=api",
            "name": "Astranis Space Technologies Corp.",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "Astranis",
            "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,",
            "administrator": "CEO:  John Gedmark",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "Small geostationary communications satellites",
            "parent": null,
            "image_url": null
        },
        {
            "id": 285,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/285/?format=api",
            "name": "Astra Space",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AS",
            "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.",
            "administrator": "CEO: Chris Kemp",
            "founding_year": "2005",
            "launchers": "Rocket 3.3",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg"
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/81/?format=api",
            "name": "Astrium Satellites",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA,DEU,ESP,GBR",
            "abbrev": "EADS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "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": 85,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/85/?format=api",
            "name": "Astronautic Technology Sdn Bhd",
            "featured": false,
            "type": "Commercial",
            "country_code": "MYS",
            "abbrev": "ATSB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}