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=190&ordering=consecutive_successful_launches
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=200&ordering=consecutive_successful_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=180&ordering=consecutive_successful_launches",
    "results": [
        {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "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": 92,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/92/?format=api",
            "name": "Hawker Siddeley Dynamics",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "HSD",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/157/?format=api",
            "name": "Bristol Aerospace Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "CAN",
            "abbrev": "BAC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/100/?format=api",
            "name": "Orbital Sciences Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "OSC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1059,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api",
            "name": "Capella Space",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "",
            "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.",
            "administrator": "CEO: Payam Banazadeh",
            "founding_year": "2016",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/capella2520space_logo_20230806180121.png"
        },
        {
            "id": 212,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/212/?format=api",
            "name": "Digital Globe",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DGI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1012,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1012/?format=api",
            "name": "Department of Aerospace Science and Technology",
            "featured": false,
            "type": "Government",
            "country_code": "BRA",
            "abbrev": "",
            "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.",
            "administrator": null,
            "founding_year": "1953",
            "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": 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
        }
    ]
}