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=90
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=100",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=80",
    "results": [
        {
            "id": 1043,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1043/?format=api",
            "name": "European Union Agency for the Space Programme",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,AUT,SWE,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,HRV,FIN,GRC,EST,IRL,LVA,LTU,LUX,SVN,CYP,MLT",
            "abbrev": "EUSPA",
            "description": "The European Union Agency for the Space Programme (EUSPA) is a space agency, managing the European Union Space Programme as one of the agencies of the European Union (EU). It was initially created as the European Global Navigation Satellite Systems Supervisory Authority (GSA) in 2004, reorganised into the European Global Navigation Satellite Systems Agency (also GSA) in 2010, and established in its current form on May 12, 2021. EUSPA is a separate entity from the European Space Agency (ESA), although the two entities work together closely.",
            "administrator": "Executive Director: Rodrigo da Costa",
            "founding_year": "2021",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520union2520agency2520for2520the2520space2520programme_logo_20221129162709.png"
        },
        {
            "id": 229,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/229/?format=api",
            "name": "Eutelsat",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "EUTEL",
            "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.",
            "administrator": "CEO: Eva Berneke",
            "founding_year": "1977",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1081,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1081/?format=api",
            "name": "Eutelsat OneWeb",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "OneWeb",
            "description": "Eutelsat OneWeb is a subsidiary of Eutelsat Group providing broadband satellite Internet services in low Earth orbit (LEO). The company is headquartered in London, and has offices in Virginia, US and a satellite manufacturing facility in Florida – Airbus OneWeb Satellites – that is a joint venture with Airbus Defence and Space.",
            "administrator": "CEO: Eva Berneke",
            "founding_year": "2012",
            "launchers": "",
            "spacecraft": "OneWeb Internet",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eutelsat2520oneweb_logo_20231228160405.png"
        },
        {
            "id": 1001,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1001/?format=api",
            "name": "EXOS Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "EXOS",
            "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.",
            "administrator": "President: David Mitchell",
            "founding_year": "2014",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_logo_20190629155319.png"
        },
        {
            "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
        },
        {
            "id": 89,
            "url": "https://ll.thespacedevs.com/2.2.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,
            "logo_url": null
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/60/?format=api",
            "name": "FCT Space Office",
            "featured": false,
            "type": "Government",
            "country_code": "PRT",
            "abbrev": "FTC SO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 265,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
            "name": "Firefly Aerospace",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "FA",
            "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
            "administrator": "CEO: Peter Schumacher",
            "founding_year": "2014",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg"
        },
        {
            "id": 90,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/90/?format=api",
            "name": "Fokker Space & Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "NLD",
            "abbrev": "FSS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 253,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/253/?format=api",
            "name": "French Armed Forces",
            "featured": false,
            "type": "Government",
            "country_code": "FRA",
            "abbrev": "FAF",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}