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=30
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=40",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=20",
    "results": [
        {
            "id": 1077,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1077/?format=api",
            "name": "Astroscale",
            "featured": false,
            "type": "Private",
            "country_code": "JPN",
            "abbrev": "ASC",
            "description": "Astroscale Holdings Inc. is a private orbital debris removal company headquartered in Tokyo, Japan. The company is developing satellite end-of-life and active debris removal services to mitigate the growing and hazardous buildup of debris in space.",
            "administrator": "COO: Chris Blackerby",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "ELSA-d | ADRAS-J",
            "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": 255,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/255/?format=api",
            "name": "Avanti Communications",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "AVN",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 159,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/159/?format=api",
            "name": "Avio S.p.A",
            "featured": false,
            "type": "Commercial",
            "country_code": "ITA",
            "abbrev": "Avio",
            "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
            "administrator": "CEO: Giulio Ranzo",
            "founding_year": "1908",
            "launchers": "Vega",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1022,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1022/?format=api",
            "name": "Axiom Space",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "AXS",
            "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
            "administrator": "Michael Suffredini",
            "founding_year": "2016",
            "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": 86,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/86/?format=api",
            "name": "Ball Aerospace & Technologies Corp.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BLL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "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
        },
        {
            "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": 140,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/140/?format=api",
            "name": "Bigelow Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Bigelow",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}