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=250&ordering=name
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=260&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=name",
    "results": [
        {
            "id": 193,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api",
            "name": "Russian Space Forces",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "VKS",
            "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.",
            "administrator": "Commander: Aleksandr Golovko",
            "founding_year": "1992",
            "launchers": "",
            "spacecraft": "",
            "parent": "Russian Federal Space Agency (ROSCOSMOS)",
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png"
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/195/?format=api",
            "name": "Sandia National Laboratories",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "SNL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 239,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/239/?format=api",
            "name": "Satmex",
            "featured": false,
            "type": "Commercial",
            "country_code": "MEX",
            "abbrev": "SATMEX",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1047,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1047/?format=api",
            "name": "Saudi Space Commission",
            "featured": false,
            "type": "Government",
            "country_code": "SAU",
            "abbrev": "SSC",
            "description": "Space Agency of Saudi Arabia.",
            "administrator": "Abdullah Alswaha",
            "founding_year": "2018",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/144/?format=api",
            "name": "Scaled Composites",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Scaled",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1017,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1017/?format=api",
            "name": "Science and Engineering Research Council",
            "featured": false,
            "type": "Government",
            "country_code": "GBR",
            "abbrev": "SERC",
            "description": "The Science and Engineering Research Council (SERC) and its predecessor the Science Research Council (SRC) were the UK agencies in charge of publicly funded scientific and engineering research activities, including astronomy, biotechnology and biological sciences, space research and particle physics, between 1965 and 1994.",
            "administrator": null,
            "founding_year": "1965",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/148/?format=api",
            "name": "Scorpius Space Launch Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SSLC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 122,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
            "name": "Sea Launch",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "SL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 203,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/203/?format=api",
            "name": "SES",
            "featured": false,
            "type": "Commercial",
            "country_code": "LUX",
            "abbrev": "SES",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1035,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1035/?format=api",
            "name": "Seventh Ministry of Machine Building Industry",
            "featured": false,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASC",
            "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.",
            "administrator": null,
            "founding_year": "1964",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}