Mangools/API

Get KD lookup history

Get the history of your recent keyword difficulty URL lookups performed through /kwfinder/kd/url-metrics. Each entry includes the URL and the URL authority score that was returned at the time — useful for rebuilding a "recent URL metrics" panel in a client.

GET
/kwfinder/kd/requests

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Query Parameters

limit?integer

Limit number of results, max 25

Response Body

application/json

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