Private
Get a list of unordered redirects
get/redirects
Query parameters
countinteger
The approximate number of redirects requested, defaulted to 10 and limited to 1000.
cursorinteger
The cursor value returned from a previous response. 0 should be used for the first request
Response
Paginated list of unordered redirects
Example response
{
"items": [
{
"from": "/economy",
"to": "/business",
"id": "a1b2c3d4e5f67890123456789abcdef0",
"links": {
"self": {
"href": "https://api.beta.ons.gov.uk/v1/redirects/a1b2c3d4e5f67890123456789abcdef0",
"id": "a1b2c3d4e5f67890123456789abcdef0"
}
}
}
]
}