Authentication required. Set the Authorizationheader to your SEOmonitor API token (raw JWT — noBearerprefix). See the Authentication Guide for setup.
keywords_with_feature counts the keywords whose SERP carried the feature, and keywords_listed counts the subset where your own site appeared inside it.group_id, or pass keyword_ids for an explicit selection of keywords. With neither, the whole campaign is counted.Get Daily SERP Feature Presence.curl --location --globoff 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/groups/serp-feature-presence?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_id={{group_id}}&keyword_ids={{keyword_ids}}'{
"date": "2026-09-15",
"features": [
{
"feature": "AIO",
"feature_name": "AI Overview",
"desktop": {
"keywords_with_feature": 9245,
"keywords_listed": 2328
},
"mobile": {
"keywords_with_feature": 5761,
"keywords_listed": 717
}
},
{
"feature": "QNS",
"feature_name": "Questions",
"desktop": {
"keywords_with_feature": 11379,
"keywords_listed": 0
},
"mobile": {
"keywords_with_feature": 11432,
"keywords_listed": 0
}
}
]
}