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=60&ordering=-total_launch_count
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=70&ordering=-total_launch_count",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=50&ordering=-total_launch_count",
    "results": [
        {
            "id": 259,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api",
            "name": "LandSpace",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "LS",
            "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.",
            "administrator": "Founder: Zhang Changwu",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.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": 95,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/95/?format=api",
            "name": "Israel Aerospace Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "ISR",
            "abbrev": "IAI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "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": 1015,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1015/?format=api",
            "name": "European Launcher Development Organisation",
            "featured": false,
            "type": "Government",
            "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS",
            "abbrev": "ELDO",
            "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.",
            "administrator": null,
            "founding_year": "1961",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1014,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1014/?format=api",
            "name": "Martin Marietta",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "MM",
            "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.",
            "administrator": null,
            "founding_year": "1961",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 190,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/190/?format=api",
            "name": "Antrix Corporation Limited",
            "featured": false,
            "type": "Commercial",
            "country_code": "IND",
            "abbrev": "ACL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/40/?format=api",
            "name": "Korean Committee of Space Technology",
            "featured": false,
            "type": "Government",
            "country_code": "PRK",
            "abbrev": "KCST",
            "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.",
            "administrator": null,
            "founding_year": null,
            "launchers": "Paektusan | Unha",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/36/?format=api",
            "name": "Italian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ITA",
            "abbrev": "ASI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1038,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1038/?format=api",
            "name": "Equatorial Launch Australia",
            "featured": false,
            "type": "Commercial",
            "country_code": "AUS",
            "abbrev": "ELA",
            "description": "Equatorial Launch Australia (ELA) is an Australian startup founded in 2015 to provide commercial space launches from the Arnhem Land spaceport.",
            "administrator": "CEO: Michael Jones",
            "founding_year": "2015",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/equatorial2520launch2520australia_logo_20220912001304.png"
        }
    ]
}