Mangools/API

Get all tracked keywords

Get the full list of tracked keywords for a tracking. Each keyword is enriched with search volume and monthly search volume data.

Use the fields query parameter to trim the returned attributes — pass a comma-separated list, e.g. fields=kw,location_id,platform_id,rank.

Set is_with_deleted=true to include previously deleted keywords.

GET
/serpwatcher/trackings/{tracking_id}/tracked-keywords

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Path Parameters

tracking_id*string

id of tracking

Query Parameters

fields?string

Filter of attributes for returned objects. Specify in format (separate with comma): tracking_id,keyword_id,kw,location_id,platform_id,rank,sv,active,history

is_with_deleted?string

Set if return also deleted trackings

Response Body

application/json

curl -X GET "https://api.mangools.com/v3/serpwatcher/trackings/string/tracked-keywords"
{
  "keyword_id": "string",
  "tracking_id": "string",
  "user_id": "string",
  "kw": "string",
  "location_id": "string",
  "platform_id": "string"
}