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": 97,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/97/?format=api",
            "name": "NPO Lavochkin",
            "featured": false,
            "type": "Commercial",
            "country_code": "RUS",
            "abbrev": "LA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 100,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/100/?format=api",
            "name": "Orbital Sciences Corporation",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "OSC",
            "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": 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": 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": 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": 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": 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": 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
        }
    ]
}