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

{
    "count": 336,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=280&ordering=-successful_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=-successful_launches",
    "results": [
        {
            "id": 240,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/240/?format=api",
            "name": "Optus",
            "featured": false,
            "type": "Commercial",
            "country_code": "AUS",
            "abbrev": "OPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/195/?format=api",
            "name": "Sandia National Laboratories",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "SNL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 204,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/204/?format=api",
            "name": "Globalstar",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 230,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 1057,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1057/?format=api",
            "name": "Maxar Technologies",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Maxar",
            "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.",
            "administrator": "President & CEO: Daniel Jablonsky",
            "founding_year": "2017",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maxar2520technologies_logo_20230806171500.png"
        },
        {
            "id": 1026,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1026/?format=api",
            "name": "Spaceflight Launch Services",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Spaceflight",
            "description": "Spaceflight enables commercial, non-profit organizations and government entities get launched, achieving their mission goals.",
            "administrator": null,
            "founding_year": "2011",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 86,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/86/?format=api",
            "name": "Ball Aerospace & Technologies Corp.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "BLL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 125,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/125/?format=api",
            "name": "A.M. Makarov Yuzhny Machine-Building Plant",
            "featured": false,
            "type": "Commercial",
            "country_code": "UKR",
            "abbrev": "PA Yuzhmash",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 252,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/252/?format=api",
            "name": "MEASAT Satellite Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "MYS",
            "abbrev": "MEAST",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 214,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/214/?format=api",
            "name": "Spire Global",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SPIRE",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}