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=280&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=290&ordering=-featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=-featured",
    "results": [
        {
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/29/?format=api",
            "name": "German Aerospace Center",
            "featured": false,
            "type": "Government",
            "country_code": "DEU",
            "abbrev": "DLR",
            "description": "The German Aerospace Center is Germany's Center for aerospace, energy, and transportation research. Their main work is as a contributor to the ESA. They have done work both in tandem with the US on Space Shuttle and the ISS, and also with other European Nations on missions like Space Lab and Mars Express.",
            "administrator": "Anke Kaysser-Pyzalla",
            "founding_year": "1969",
            "launchers": "",
            "spacecraft": "Mars Express | Rosetta | Dawn",
            "parent": null,
            "image_url": null
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/13/?format=api",
            "name": "UK Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "GBR",
            "abbrev": "UKSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 154,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/154/?format=api",
            "name": "Production Corporation Polyot",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "NP",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 34,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/34/?format=api",
            "name": "Iranian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "IRN",
            "abbrev": "ISA",
            "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.",
            "administrator": "Morteza Barari",
            "founding_year": "2004",
            "launchers": "Safir | Simorgh",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 57,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/57/?format=api",
            "name": "Netherlands Institute for Space Research",
            "featured": false,
            "type": "Government",
            "country_code": "NLD",
            "abbrev": "SRON",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 68,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/68/?format=api",
            "name": "Space Research Centre",
            "featured": false,
            "type": "Government",
            "country_code": "POL",
            "abbrev": "CBK-PAN",
            "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": 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": 89,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/89/?format=api",
            "name": "Fairchild Space and Electronics Division",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "FSED",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 59,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/59/?format=api",
            "name": "Pakistan Space and Upper Atmosphere Research Commission",
            "featured": false,
            "type": "Government",
            "country_code": "PAK",
            "abbrev": "SUPARCO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}