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=270&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=280&ordering=-featured",
    "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=-featured",
    "results": [
        {
            "id": 35,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/35/?format=api",
            "name": "Israeli Space Agency",
            "featured": false,
            "type": "Government",
            "country_code": "ISR",
            "abbrev": "ISA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/42/?format=api",
            "name": "Lithuanian Space Association",
            "featured": false,
            "type": "Government",
            "country_code": "LTU",
            "abbrev": "LSA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 53,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/53/?format=api",
            "name": "Uzbek State Space Research Agency (UzbekCosmos)",
            "featured": false,
            "type": "Government",
            "country_code": "UZB",
            "abbrev": "USSRA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 52,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/52/?format=api",
            "name": "National Remote Sensing Center of Tunisia",
            "featured": false,
            "type": "Government",
            "country_code": "TUN",
            "abbrev": "CNT",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "id": 56,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/56/?format=api",
            "name": "National Space Research and Development Agency",
            "featured": false,
            "type": "Government",
            "country_code": "NGA",
            "abbrev": "NASRDA",
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null
        },
        {
            "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
        }
    ]
}