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

{
    "count": 330,
    "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=30&ordering=-pending_launches",
    "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=10&ordering=-pending_launches",
    "results": [
        {
            "id": 1024,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "VG",
            "description": "Virgin Galactic is an American spaceflight company within the Virgin Group. It is developing commercial spacecraft and aims to provide suborbital spaceflights to space tourists. Virgin Galactic's suborbital spacecraft are air launched from beneath a carrier airplane known as White Knight Two.",
            "administrator": "Founder: Richard Branson",
            "founding_year": "2004",
            "launchers": "VMS Eve",
            "spacecraft": "VSS Enterprise | VSS Unity",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20210522131723.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520galactic_logo_20230509082346.png"
        },
        {
            "id": 1002,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1002/?format=api",
            "name": "Interstellar Technologies",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "ISTECH",
            "description": "Interstellar Technologies, Inc. (Japanese: インターステラテクノロジズ(株) Hepburn: Intāsutera Tekunorojizu (kabu)) is a Japanese NewSpace company. It is a rocket spacelaunch company developing the MOMO launcher. Its stated goal is to reduce the cost of access to space. In 2017, it became the first Japanese company to launch a privately developed space rocket, though the launch was unsuccessful. The company plans to complete a rocket by 2020 that would be capable of launching small satellites into orbit.",
            "administrator": "President: Takahiro Inagawa",
            "founding_year": "2005",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_logo_20190705173722.png"
        },
        {
            "id": 1042,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1042/?format=api",
            "name": "Skyrora",
            "featured": false,
            "type": "Private",
            "country_code": "GBR",
            "abbrev": "SKR",
            "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
            "administrator": "CEO: Volodymyr Lvykin",
            "founding_year": "2017",
            "launchers": "Skyrora",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png"
        },
        {
            "id": 96,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
            "name": "Khrunichev State Research and Production Space Center",
            "featured": true,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "KhSC",
            "description": "Khrunichev State Research and Production Space Center is a Moscow-based producer of spacecraft and space-launch systems, including the Proton and Rokot rockets and is currently developing the Angara rocket family. The Proton launch vehicle launches from Baikonur and Rokot launches from Baikonur and Plesetsk. Angara will launch from Plesetsk and Vostochny.",
            "administrator": "Director: Andrey Vladimirovich Kalinovskiy",
            "founding_year": "1916",
            "launchers": "Proton | Rokot",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_image_20190207032444.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_logo_20190207032444.png"
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "featured": false,
            "type": "Multinational",
            "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX",
            "abbrev": "ESA",
            "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
            "administrator": "Director General: Josef Aschbacher",
            "founding_year": "1975",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
        },
        {
            "id": 1045,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1045/?format=api",
            "name": "Rocket Factory Augsburg",
            "featured": false,
            "type": "Private",
            "country_code": "DEU",
            "abbrev": "RFA",
            "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
            "administrator": "COO: Stefan Brieschenk",
            "founding_year": "2018",
            "launchers": "RFA One",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png"
        },
        {
            "id": 1046,
            "url": "https://ll.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": null,
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg"
        },
        {
            "id": 249,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/249/?format=api",
            "name": "Echostar",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "ECHO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 69,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/69/?format=api",
            "name": "South African National Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ZAF",
            "abbrev": "SANSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": null
        },
        {
            "id": 82,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/82/?format=api",
            "name": "Lockheed Martin",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "LMT",
            "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
            "administrator": null,
            "founding_year": "1953",
            "launchers": "Titan | Agena",
            "spacecraft": "Hubble | JUNO | InSight",
            "parent": null,
            "image_url": null,
            "logo_url": null
        }
    ]
}