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=170&ordering=featured
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=180&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured",
    "results": [
        {
            "id": 210,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/210/?format=api",
            "name": "National Oceanic and Atmospheric Administration",
            "featured": false,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NOAA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 55,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/55/?format=api",
            "name": "National Space Organization",
            "featured": false,
            "type": "Government",
            "country_code": "TWN",
            "abbrev": "NSPO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1075,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1075/?format=api",
            "name": "Leidos",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Leidos",
            "description": "Leidos, formerly known as Science Applications International Corporation (SAIC), is an American defense, aviation, information technology, and biomedical research company headquartered in Reston, Virginia, that provides scientific, engineering, systems integration, and technical services.",
            "administrator": "CEO: Thomas Bell",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 111,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/111/?format=api",
            "name": "Progress Rocket Space Center",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "PRSC",
            "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.",
            "administrator": "CEO: Dmitry Baranov",
            "founding_year": "1996",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 58,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/58/?format=api",
            "name": "Norwegian Space Centre",
            "featured": false,
            "type": "Government",
            "country_code": "NOR",
            "abbrev": "NRS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 119,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/119/?format=api",
            "name": "ISC Kosmotras",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "ISCK",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 62,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/62/?format=api",
            "name": "Royal Centre for Remote Sensing",
            "featured": false,
            "type": "Government",
            "country_code": "MAR",
            "abbrev": "CRTS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 1036,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1036/?format=api",
            "name": "Ministry of Space Industry",
            "featured": false,
            "type": "Government",
            "country_code": "CHN",
            "abbrev": "CASC",
            "description": "Chinese governmental entity in charge of space research from April 1982 to July 1988.",
            "administrator": null,
            "founding_year": "1982",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 72,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/72/?format=api",
            "name": "Turkmenistan National Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "TKM",
            "abbrev": "TNSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 140,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/140/?format=api",
            "name": "Bigelow Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "Bigelow",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}