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>

API token issued for your Mangools account, sent as an API key in the x-access-token HTTP header. This is NOT a standard RFC 6750 Authorization: Bearer <token> header. Auto-generated clients should be configured to send the token in x-access-token accordingly.

In: header

Query Parameters

limit?integer

Limit number of results, max 25

Response Body

application/json

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"
}
{
  "error": {
    "type": "AuthError",
    "message": "Invalid API Key"
  }
}