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/175/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "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)",
    "launch_library_url": null,
    "total_launch_count": 0,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.mil.ru",
    "wiki_url": "https://en.wikipedia.org/wiki/Ministry_of_Defence_(Russia)",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ministry2520of2520defence2520of2520the2520russian2520federation_logo_20210905134213.png",
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 153,
            "launch_library_id": 172,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/153/?format=api",
            "name": "Soyuz",
            "description": "",
            "family": "Soyuz",
            "full_name": "Soyuz 2-1v",
            "variant": "2-1v",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 44.0,
            "diameter": 3.0,
            "maiden_flight": "2018-03-29",
            "launch_mass": 158,
            "leo_capacity": 2850,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20190222031122.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz-2-1v",
            "consecutive_successful_launches": 4,
            "successful_launches": 4,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}