API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true

SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured

GET /2.0.0/agencies/?format=api&offset=90&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 337,
    "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=100&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=80&ordering=-id",
    "results": [
        {
            "id": 1003,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1003/?format=api",
            "name": "Aérospatiale",
            "featured": false,
            "type": "Government",
            "country_code": "FRA",
            "abbrev": "",
            "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
            "administrator": null,
            "founding_year": "1970",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1002,
            "url": "https://ll.thespacedevs.com/2.0.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/interstellar2520technologies_image_20190705173722.jpg"
        },
        {
            "id": 1001,
            "url": "https://ll.thespacedevs.com/2.0.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"
        },
        {
            "id": 1000,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1000/?format=api",
            "name": "Energia",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "OKB-1",
            "description": null,
            "administrator": null,
            "founding_year": "1946",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 999,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
            "name": "North American Aviation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "",
            "description": "North American Aviation (NAA) was a major American aerospace manufacturer, responsible for a number of historic aircraft, including the T-6 Texan trainer, the P-51 Mustang fighter, the B-25 Mitchell bomber, the F-86 Sabre jet fighter, the X-15 rocket plane, and the XB-70, as well as Apollo command and service module, the second stage of the Saturn V rocket, the Space Shuttle orbiter and the B-1 Lancer.",
            "administrator": null,
            "founding_year": "1928",
            "launchers": "North American X-15",
            "spacecraft": "",
            "parent": "Boeing",
            "image_url": null
        },
        {
            "id": 285,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/285/?format=api",
            "name": "Astra Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AS",
            "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.",
            "administrator": "CEO: Chris Kemp",
            "founding_year": "2005",
            "launchers": "Rocket 3.3",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg"
        },
        {
            "id": 282,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/282/?format=api",
            "name": "Aevum",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AEV",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 274,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/274/?format=api",
            "name": "i-Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "i-Space",
            "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.",
            "administrator": null,
            "founding_year": "2016",
            "launchers": "Hyperbola-1",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 272,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/272/?format=api",
            "name": "China Rocket Co. Ltd.",
            "featured": false,
            "type": "Commercial",
            "country_code": "CHN",
            "abbrev": "CHNR",
            "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 271,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
            "name": "Army Ballistic Missile Agency",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "ABMA",
            "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.",
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}