Redirect
Retrieves a list of URL redirects
get/admin/redirects.json
Query parameters
limitnumber
The maximum number of results to show.
since_idnumber
Restrict results to after the specified ID.
pathstring
Show redirects with a given path.
targetstring
Show redirects with a given target.
fieldsstring
Show only certain fields, specified by a comma-separated list of field names.
Response
OK
Example response
{
"redirects": [
{
"from_url": "/products.php",
"id": 304339089,
"to_url": "/products"
}
]
}