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://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=200&ordering=featured",
    "results": [
        {
            "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": 95,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/95/?format=api",
            "name": "Israel Aerospace Industries",
            "featured": false,
            "type": "Commercial",
            "country_code": "ISR",
            "abbrev": "IAI",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 50,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/50/?format=api",
            "name": "National Institute of Aeronautics and Space",
            "featured": false,
            "type": "Government",
            "country_code": "IDN",
            "abbrev": "LAPAN",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 244,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/244/?format=api",
            "name": "Star One",
            "featured": false,
            "type": "Commercial",
            "country_code": "BRA",
            "abbrev": "STA1",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 134,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/134/?format=api",
            "name": "American Rocket Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AMROC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 149,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/149/?format=api",
            "name": "Interorbital Systems",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "IOS",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 225,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/225/?format=api",
            "name": "1worldspace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "1WSP",
            "description": "A now nonexistent satellite radio network company that operated two satellites to bring coverage with 62 stations to most of the Eastern Hemisphere. They went bankrupt in 2008. There has been a plan to relaunch the company, but it was announced in 2011, and nothing has been done since.",
            "administrator": null,
            "founding_year": "1960",
            "launchers": "",
            "spacecraft": "AfriStar | AsiaStar",
            "parent": null,
            "image_url": null
        },
        {
            "id": 136,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/136/?format=api",
            "name": "Ad Astra Rocket Company",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "AARC",
            "description": "Ad Astra Rocket Company is an American Space Company doing research and development in plasma propulsion technology. This involves using the technology of VASIMR developed in the late '70s, developed by the companies founder, Franklin Diaz. They have begun testing of their VF-200 model engine, built for interplanetary travel.",
            "administrator": "President: Dr. Franklin Chang Diaz",
            "founding_year": "2005",
            "launchers": "",
            "spacecraft": "VX-200 | VF-200",
            "parent": null,
            "image_url": null
        },
        {
            "id": 235,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/235/?format=api",
            "name": "Thaicom",
            "featured": false,
            "type": "Commercial",
            "country_code": "THA",
            "abbrev": "TICOM",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/160/?format=api",
            "name": "Royal Australian Air Force",
            "featured": false,
            "type": "Government",
            "country_code": "AUS",
            "abbrev": "RAAF",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}