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=-id
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=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-id",
    "results": [
        {
            "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
        },
        {
            "id": 82,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/82/?format=api",
            "name": "Lockheed Martin",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LMT",
            "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
            "administrator": null,
            "founding_year": "1953",
            "launchers": "Titan | Agena",
            "spacecraft": "Hubble | JUNO | InSight",
            "parent": null,
            "image_url": null
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/81/?format=api",
            "name": "Astrium Satellites",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA,DEU,ESP,GBR",
            "abbrev": "EADS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/80/?format=api",
            "name": "Boeing",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BA",
            "description": "Boeing as a space agency has recently provided NASA with assistance on sending humans to the ISS from American with both their construction of the CST-100 Starliner crew capsule and their work on the SLS Avionics to return to the moon and beyond. Their ventures in GPS satellite systems and Tracking and Data Relay Satellites provide information about earth-orbiting craft to stations on the ground. They also enable research on the ISS and will be helping with the construction of the Lunar Gateway.",
            "administrator": "Leanne Caret",
            "founding_year": "2002",
            "launchers": "SLS",
            "spacecraft": "Starliner",
            "parent": null,
            "image_url": null
        },
        {
            "id": 79,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/79/?format=api",
            "name": "JSC Information Satellite Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "JSC-ISS",
            "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": 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": 76,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/76/?format=api",
            "name": "Swedish National Space Board",
            "featured": false,
            "type": "Government",
            "country_code": "SWE",
            "abbrev": "SNSB",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "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": 71,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/71/?format=api",
            "name": "Swiss Space Office",
            "featured": false,
            "type": "Government",
            "country_code": "CHE",
            "abbrev": "SSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}