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

{
    "count": 337,
    "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=-featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=200&ordering=-featured",
    "results": [
        {
            "id": 204,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/204/?format=api",
            "name": "Globalstar",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "GSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1070,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1070/?format=api",
            "name": "PT Pasifik Satelit Nusantara",
            "featured": false,
            "type": "Private",
            "country_code": "IDN",
            "abbrev": "PSN",
            "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.",
            "administrator": "CEO: Adi Rahman Adiwoso",
            "founding_year": "1991",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 256,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/256/?format=api",
            "name": "Mexican Satellite System",
            "featured": false,
            "type": "Government",
            "country_code": "MEX",
            "abbrev": "MEXSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1083,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api",
            "name": "Space One",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "Space One",
            "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
            "administrator": null,
            "founding_year": "2018",
            "launchers": "KAIROS",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 35,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/35/?format=api",
            "name": "Israeli Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ISR",
            "abbrev": "ISA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 126,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/126/?format=api",
            "name": "Deep Space Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DSI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1080,
            "url": "https://lldev.thespacedevs.com/2.0.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
        },
        {
            "id": 1091,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1091/?format=api",
            "name": "ispace",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "ispace",
            "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
            "administrator": "Founder: Takeshi Hakamada",
            "founding_year": "2010",
            "launchers": "",
            "spacecraft": "Hakuto-R",
            "parent": null,
            "image_url": null
        },
        {
            "id": 133,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/133/?format=api",
            "name": "Aerojet",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Aerojet",
            "description": "An American Propulsion and Rocket manufacturer founded in 1942 that worked on major projects for NASA such as the Apollo CM main engine, the Space Shuttle Orbital Maneuvering System, and engines for the Titan Rockets the launched the likes of Voyager. They merged with Rocketdyne in 2013.",
            "administrator": null,
            "founding_year": "1942",
            "launchers": "Aerobee | Aerojet General X-8",
            "spacecraft": "None",
            "parent": null,
            "image_url": null
        },
        {
            "id": 245,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/245/?format=api",
            "name": "Regional African Satellite Communication Organization",
            "featured": false,
            "type": "Commercial",
            "country_code": "MUS",
            "abbrev": "RASCOM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}