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=260&ordering=name
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=270&ordering=name",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=name",
    "results": [
        {
            "id": 144,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/144/?format=api",
            "name": "Scaled Composites",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Scaled",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1017,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1017/?format=api",
            "name": "Science and Engineering Research Council",
            "featured": false,
            "type": "Government",
            "country_code": "GBR",
            "abbrev": "SERC",
            "description": "The Science and Engineering Research Council (SERC) and its predecessor the Science Research Council (SRC) were the UK agencies in charge of publicly funded scientific and engineering research activities, including astronomy, biotechnology and biological sciences, space research and particle physics, between 1965 and 1994.",
            "administrator": null,
            "founding_year": "1965",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 148,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/148/?format=api",
            "name": "Scorpius Space Launch Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SSLC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 122,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/122/?format=api",
            "name": "Sea Launch",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "SL",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 203,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/203/?format=api",
            "name": "SES",
            "featured": false,
            "type": "Commercial",
            "country_code": "LUX",
            "abbrev": "SES",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1035,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1035/?format=api",
            "name": "Seventh Ministry of Machine Building Industry",
            "featured": false,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASC",
            "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.",
            "administrator": null,
            "founding_year": "1964",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1020,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1020/?format=api",
            "name": "Sierra Nevada Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "SNC",
            "description": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.",
            "administrator": "CEO: Fatih Ozmen",
            "founding_year": "1963",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg"
        },
        {
            "id": 231,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/231/?format=api",
            "name": "SKY Perfect JSAT Group",
            "featured": false,
            "type": "Commercial",
            "country_code": "JPN",
            "abbrev": "JSAT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1042,
            "url": "https://ll.thespacedevs.com/2.0.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
        },
        {
            "id": 138,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/138/?format=api",
            "name": "Snecma",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA",
            "abbrev": "Snecma",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}