API endpoint that allows Agencies to be viewed.

GET:
Return a list of all the existing users.

MODE:
Normal and Detailed
/2.2.0/agencies/?mode=detailed

FILTERS:
Parameters - 'featured', 'agency_type', 'country_code'
Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE:
/2.2.0/agencies/?search=nasa

ORDERING:
Fields - 'id', 'name', 'featured'
Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/12/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 12,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/12/?format=api",
    "name": "Brazilian Space Agency",
    "featured": false,
    "type": "Government",
    "country_code": "BRA",
    "abbrev": "AEB",
    "description": "The Brazilian Space Agency is a space agency in South America.  They work in partnership with the US and Russia aboard the ISS. It was previously operated by the military until 1994. They now operate largely in tandem with other nations. They run a spaceport and rocket launch site both in Brazil. They built the VLM small satellite launch system in tandem with Germany. The VLS-1 was intended to be a primary launch vehicle for the BSA, but it failed 3 times and was canceled. They have restarted work on the system in tandem with the Russian Space Agency.",
    "administrator": "José Raimundo Coelho",
    "founding_year": "1961",
    "launchers": "VLM | VLS",
    "spacecraft": "None",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 2,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 2,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.aeb.gov.br/",
    "wiki_url": "http://en.wikipedia.org/wiki/Brazilian_Space_Agency",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [],
    "spacecraft_list": []
}