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=260&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=270&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured",
    "results": [
        {
            "id": 1060,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1060/?format=api",
            "name": "Northstar Earth & Space",
            "featured": false,
            "type": "Private",
            "country_code": "CAN",
            "abbrev": "Northstar",
            "description": "NorthStar seeks to empower humanity to preserve our planet through a unique Space and Earth information & intelligence platform using space-based sensors. NorthStar strives to help transform the way governments, industry and institutions assess risk, enforce regulations and make decisions to foster the sustainable development of our planet and deliver a safe and secure near-Earth environment.",
            "administrator": "Founder:  Stewart Bain",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 51,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/51/?format=api",
            "name": "National Remote Sensing Center of Mongolia",
            "featured": false,
            "type": "Government",
            "country_code": "MNG",
            "abbrev": "NRSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 227,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/227/?format=api",
            "name": "UK Ministry Of Defence",
            "featured": false,
            "type": "Government",
            "country_code": "GBR",
            "abbrev": "UKMOD",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 118,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/118/?format=api",
            "name": "International Launch Services",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ILS",
            "description": "International Launch Services, Inc. (ILS) is a joint venture with exclusive rights to the worldwide sale of commercial Angara and Proton rocket launch services. Proton launches take place at the Baikonur Cosmodrome in Kazakhstan while Angara is planned to launch from the Plesetsk and Vostochny Cosmodromes in Russia.",
            "administrator": "Kirk Pysher",
            "founding_year": "1995",
            "launchers": "",
            "spacecraft": "",
            "parent": "Khrunichev State Research and Production Space Center",
            "image_url": null
        },
        {
            "id": 134,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/134/?format=api",
            "name": "American Rocket Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AMROC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 241,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/241/?format=api",
            "name": "WildBlue",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "WBLU",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/156/?format=api",
            "name": "Alliant Techsystems",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ATK",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 175,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/175/?format=api",
            "name": "Ministry of Defence of the Russian Federation",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "MOD_RUS",
            "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
            "administrator": "Minister: Gen. Sergey Shoygu",
            "founding_year": "1717",
            "launchers": "",
            "spacecraft": "",
            "parent": "Russian Federal Space Agency (ROSCOSMOS)",
            "image_url": null
        },
        {
            "id": 183,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/183/?format=api",
            "name": "Unknown",
            "featured": false,
            "type": "Unknown",
            "country_code": "???",
            "abbrev": "UNK",
            "description": "The agency or launch service provider is not known yet.",
            "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
        }
    ]
}