Skip to main content
GET
List organizations

Authorizations

Authorization
string
header
required

API token authentication

Query Parameters

page
integer
default:1

The collection page number

name
string

Organization name

name[]
string[]

Organization name

country
string

Organization country

country[]
string[]

Organization country

q
string

Organization q

exists[country]
boolean

Filter on whether a country is set. true returns organizations that have one, false those left unspecified. Combines with country as AND, so country=GB&exists[country]=false is contradictory and returns nothing. Has no effect alongside the free-text q parameter, which is answered by the search index and applies no field filters.

order[country]
enum<string>

Sort by country. Organizations without a country are always listed last, in both directions.

Available options:
asc,
desc,
ASC,
DESC
order[name]
enum<string>

Organization order[name]

Available options:
asc,
desc,
ASC,
DESC

Response

Organization collection

Organization.jsonapi collection.

data
object[]
required
Example:
meta
object