Mangools/API

Get latest requests

Get the history of your recent SERP lookups performed through /serpchecker/serps. Each entry includes the queried keyword and location — useful for rebuilding a "recent searches" panel in a client.

GET
/serpchecker/requests

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Query Parameters

limit*integer

Limit number of result, max 25

Response Body

application/json

curl -X GET "https://api.mangools.com/v3/serpchecker/requests?limit=0"
{
  "_id": "string",
  "owner": "string",
  "url": "string",
  "created_at": "2019-08-24T14:15:22Z"
}