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=190&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=200&ordering=-featured",
    "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=-featured",
    "results": [
        {
            "id": 110,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/110/?format=api",
            "name": "TRW",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "TRW",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "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": 236,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/236/?format=api",
            "name": "DirecTV",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "DIREC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 255,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/255/?format=api",
            "name": "Avanti Communications",
            "featured": false,
            "type": "Commercial",
            "country_code": "GBR",
            "abbrev": "AVN",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1015,
            "url": "https://lldev.thespacedevs.com/2.0.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
        },
        {
            "id": 234,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/234/?format=api",
            "name": "XTAR LLC",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "XTAR",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 54,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/54/?format=api",
            "name": "National Space Agency of Ukraine",
            "featured": false,
            "type": "Government",
            "country_code": "UKR",
            "abbrev": "HKAY",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 266,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/266/?format=api",
            "name": "Relativity Space",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "RS",
            "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
            "administrator": "CEO: Tim Ellis",
            "founding_year": "2015",
            "launchers": "Terran",
            "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": 1074,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1074/?format=api",
            "name": "National Aerospace Development Administration",
            "featured": false,
            "type": "Government",
            "country_code": "PRK",
            "abbrev": "NADA",
            "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.",
            "administrator": null,
            "founding_year": "2013",
            "launchers": "Chollima",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}