Skip to main content
GET
/
keywords
List keywords
curl --request GET \
  --url https://mentioned.to/api/v1/keywords \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "keyword": "<string>",
      "active": true,
      "is_ambiguous": true,
      "search_volume": 123,
      "cpc": "<string>",
      "serp_reddit_position": 123,
      "serp_reddit_url": "<string>",
      "serp_checked_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

API key from Settings > API. Format: rm_live_xxx

Query Parameters

active_only
boolean

Only return active keywords

Response

Successful response

data
object[]
count
integer