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

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=90&ordering=-total_launch_count",
    "previous": "https://lldev.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=70&ordering=-total_launch_count",
    "results": [
        {
            "id": 1016,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1016/?format=api",
            "name": "Weapons Research Establishment",
            "featured": false,
            "type": "Government",
            "country_code": "AUS",
            "abbrev": "WRE",
            "description": "The Weapons Research Establishment was an Australian government entity dedicated to providing science and technology support for Australia's defence and national security needs.",
            "administrator": null,
            "founding_year": "1955",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1029,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1029/?format=api",
            "name": "TiSPACE",
            "featured": false,
            "type": "Private",
            "country_code": "TWN",
            "abbrev": "",
            "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
            "administrator": "Founder: Dr. Yen-Sen Chen",
            "founding_year": "2016",
            "launchers": "Hapith I, Hapith V",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png"
        },
        {
            "id": 1007,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1007/?format=api",
            "name": "Space Services Inc.",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "",
            "description": "Space Services, Inc. of America (SSIA) is a space services company that provides star naming services as well as space burial services through its subsidiary company, Celestis.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 29,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/29/?format=api",
            "name": "German Aerospace Center",
            "featured": false,
            "type": "Government",
            "country_code": "DEU",
            "abbrev": "DLR",
            "description": "The German Aerospace Center is Germany's Center for aerospace, energy, and transportation research. Their main work is as a contributor to the ESA. They have done work both in tandem with the US on Space Shuttle and the ISS, and also with other European Nations on missions like Space Lab and Mars Express.",
            "administrator": "Administrator: Anke Kaysser-Pyzalla",
            "founding_year": "1969",
            "launchers": "",
            "spacecraft": "Mars Express | Rosetta | Dawn",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/german2520aerospace2520center_logo_20230806164738.png"
        },
        {
            "id": 165,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/165/?format=api",
            "name": "US Army",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "USA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1046,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1046/?format=api",
            "name": "Isar Aerospace",
            "featured": false,
            "type": "Private",
            "country_code": "DEU",
            "abbrev": "ISAR",
            "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
            "administrator": "CEO: Daniel Metzler",
            "founding_year": "2018",
            "launchers": "Spectrum",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg"
        },
        {
            "id": 188,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/188/?format=api",
            "name": "Gilmour Space Technologies",
            "featured": false,
            "type": "Private",
            "country_code": "AUS,SGP",
            "abbrev": "GST",
            "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
            "administrator": "CEO: Adam Gilmour",
            "founding_year": "2013",
            "launchers": "Eris",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png"
        },
        {
            "id": 1080,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1080/?format=api",
            "name": "Orienspace Technology",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "OrienSpace",
            "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
            "administrator": null,
            "founding_year": "2020",
            "launchers": "Gravity-1",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_logo_20240112075736.png"
        },
        {
            "id": 1049,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1049/?format=api",
            "name": "Space Pioneer",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "SP",
            "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.",
            "administrator": "CEO: Kang Yonglai",
            "founding_year": "2015",
            "launchers": "Tianlong",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 1066,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1066/?format=api",
            "name": "HyImpulse",
            "featured": false,
            "type": "Private",
            "country_code": "DEU",
            "abbrev": "HYI",
            "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.",
            "administrator": "CEO: Mario Kobald",
            "founding_year": "2018",
            "launchers": "SR75 | SL1",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hyimpulse_logo_20230818080330.png"
        }
    ]
}