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=40&ordering=featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=50&ordering=featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=30&ordering=featured",
    "results": [
        {
            "id": 135,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/135/?format=api",
            "name": "Rocketdyne",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Rocketdyne",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 205,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/205/?format=api",
            "name": "Inmarsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "ISAT",
            "description": "Inmarsat is a British satellite telecommunications company, offering global mobile services. It provides telephone and data services to users worldwide, via portable or mobile terminals which communicate with ground stations through fifteen geostationary telecommunications satellites.",
            "administrator": "CEO: Rajeev Suri",
            "founding_year": "1979",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 197,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/197/?format=api",
            "name": "Lockheed Martin Space Operations",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LMSO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 282,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/282/?format=api",
            "name": "Aevum",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AEV",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 230,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/230/?format=api",
            "name": "Broadcasting Satellite System Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "BSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1037,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1037/?format=api",
            "name": "Ministry of Aerospace Industry",
            "featured": false,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASC",
            "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.",
            "administrator": null,
            "founding_year": "1988",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1049,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api",
            "name": "Space Pioneer",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "SP",
            "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.",
            "administrator": "CEO: Kang Yonglai",
            "founding_year": "2015",
            "launchers": "Tianlong",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1055,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1055/?format=api",
            "name": "Bundeswehr",
            "featured": false,
            "type": "Government",
            "country_code": "DEU",
            "abbrev": "",
            "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.",
            "administrator": "Commander-in-Chief : Federal Minister of Defence",
            "founding_year": "1955",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 77,
            "url": "https://lldev.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": 233,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/233/?format=api",
            "name": "Direction générale de l'armement",
            "featured": false,
            "type": "Government",
            "country_code": "FRA",
            "abbrev": "DGA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}