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=300&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=310&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290&ordering=featured",
    "results": [
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/68/?format=api",
            "name": "Space Research Centre",
            "featured": false,
            "type": "Government",
            "country_code": "POL",
            "abbrev": "CBK-PAN",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/77/?format=api",
            "name": "OHB System",
            "featured": false,
            "type": "Commercial",
            "country_code": "DEU",
            "abbrev": "OHB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 78,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/78/?format=api",
            "name": "Thales Alenia Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA,ITA",
            "abbrev": "THALES",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/89/?format=api",
            "name": "Fairchild Space and Electronics Division",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "FSED",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/59/?format=api",
            "name": "Pakistan Space and Upper Atmosphere Research Commission",
            "featured": false,
            "type": "Government",
            "country_code": "PAK",
            "abbrev": "SUPARCO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 250,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/250/?format=api",
            "name": "HispaSat",
            "featured": false,
            "type": "Commercial",
            "country_code": "ESP",
            "abbrev": "HISPA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 70,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/70/?format=api",
            "name": "Space Research Institute of Saudi Arabia",
            "featured": false,
            "type": "Government",
            "country_code": "SAU",
            "abbrev": "KACST-SRI",
            "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.",
            "administrator": "Sultan bin Salman Al Saud",
            "founding_year": "2018",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/72/?format=api",
            "name": "Turkmenistan National Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "TKM",
            "abbrev": "TNSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 270,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/270/?format=api",
            "name": "Strategic Rocket Forces",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "RVSN RF",
            "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).",
            "administrator": null,
            "founding_year": "1959",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 83,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/83/?format=api",
            "name": "Space Systems/Loral",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SSL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}