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=290&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=300&ordering=featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=280&ordering=featured",
    "results": [
        {
            "id": 61,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/61/?format=api",
            "name": "Romanian Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ROU",
            "abbrev": "ASR",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 60,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/60/?format=api",
            "name": "FCT Space Office",
            "featured": false,
            "type": "Government",
            "country_code": "PRT",
            "abbrev": "FTC SO",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 67,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/67/?format=api",
            "name": "Space Research and Remote Sensing Organization",
            "featured": false,
            "type": "Government",
            "country_code": "BGD",
            "abbrev": "SPARRSP",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 110,
            "url": "https://ll.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": 99,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/99/?format=api",
            "name": "Northrop Grumman Space Technology",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "NOC",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 81,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/81/?format=api",
            "name": "Astrium Satellites",
            "featured": false,
            "type": "Commercial",
            "country_code": "FRA,DEU,ESP,GBR",
            "abbrev": "EADS",
            "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": 246,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/246/?format=api",
            "name": "Vietnam Posts and Telecommunications Group",
            "featured": false,
            "type": "Commercial",
            "country_code": "VNM",
            "abbrev": "VNPT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 152,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/152/?format=api",
            "name": "UP Aerospace",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "UPA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 270,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/270/?format=api",
            "name": "Strategic Rocket Forces",
            "featured": false,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "RVSN RF",
            "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).",
            "administrator": null,
            "founding_year": "1959",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        }
    ]
}