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=250&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=260&ordering=-featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-featured",
    "results": [
        {
            "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
        },
        {
            "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": 87,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/87/?format=api",
            "name": "British Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "BAE",
            "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": 1007,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1007/?format=api",
            "name": "Space Services Inc.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "",
            "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1014,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1014/?format=api",
            "name": "Martin Marietta",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "MM",
            "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.",
            "administrator": null,
            "founding_year": "1961",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}