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=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": 91,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/91/?format=api",
            "name": "General Electric",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 228,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/228/?format=api",
            "name": "National Space Development Agency of Japan",
            "featured": false,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "NASDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 133,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/133/?format=api",
            "name": "Aerojet",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Aerojet",
            "description": "An American Propulsion and Rocket manufacturer founded in 1942 that worked on major projects for NASA such as the Apollo CM main engine, the Space Shuttle Orbital Maneuvering System, and engines for the Titan Rockets the launched the likes of Voyager. They merged with Rocketdyne in 2013.",
            "administrator": null,
            "founding_year": "1942",
            "launchers": "Aerobee | Aerojet General X-8",
            "spacecraft": "None",
            "parent": null,
            "image_url": null
        },
        {
            "id": 247,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/247/?format=api",
            "name": "Türksat",
            "featured": false,
            "type": "Commercial",
            "country_code": "TUR",
            "abbrev": "TRKST",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 102,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/102/?format=api",
            "name": "Rockwell International",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ROI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 54,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/54/?format=api",
            "name": "National Space Agency of Ukraine",
            "featured": false,
            "type": "Government",
            "country_code": "UKR",
            "abbrev": "HKAY",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/9/?format=api",
            "name": "Azerbaijan National Aerospace Agency",
            "featured": false,
            "type": "Government",
            "country_code": "AZE",
            "abbrev": "AMAKA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/11/?format=api",
            "name": "Bolivarian Agency for Space Activities",
            "featured": false,
            "type": "Government",
            "country_code": "VEN",
            "abbrev": "ABAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/138/?format=api",
            "name": "Snecma",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "Snecma",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1050,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1050/?format=api",
            "name": "Italian Air Force",
            "featured": false,
            "type": "Government",
            "country_code": "ITA",
            "abbrev": "IAF",
            "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.",
            "administrator": null,
            "founding_year": "1923",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}