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/?format=api&offset=120&ordering=consecutive_successful_landings
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=130&ordering=consecutive_successful_landings",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=110&ordering=consecutive_successful_landings",
    "results": [
        {
            "id": 105,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/105/?format=api",
            "name": "SpaceDev",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SPDV",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1021,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
            "name": "Galactic Energy",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "GE",
            "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "Ceres-1 | Pallas-1",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png"
        },
        {
            "id": 123,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/123/?format=api",
            "name": "Starsem SA",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA,RUS",
            "abbrev": "SSA",
            "description": "Starsem is a French-Russian company that was created in 1996 to commercialise the Soyuz launcher internationally.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/144/?format=api",
            "name": "Scaled Composites",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Scaled",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/163/?format=api",
            "name": "Russian Aerospace Defence Forces",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "VKO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": "Russian Federal Space Agency (ROSCOSMOS)",
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 197,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 226,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/226/?format=api",
            "name": "PanAmSat",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "PANAM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 999,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/999/?format=api",
            "name": "North American Aviation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "",
            "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
            "administrator": null,
            "founding_year": "1928",
            "launchers": "North American X-15",
            "spacecraft": "",
            "parent": "Boeing",
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/north2520american2520aviation_logo_20200711032022.png"
        },
        {
            "id": 49,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/49/?format=api",
            "name": "National Space Activities Commission",
            "featured": false,
            "type": "Government",
            "country_code": "ARG",
            "abbrev": "CONAE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
            "name": "ExPace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "EP",
            "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
            "administrator": "CEO: Zhang Di",
            "founding_year": "2016",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}