cURL
curl --request GET \ --url https://mentioned.to/api/v1/share-of-voice \ --header 'Authorization: Bearer <token>'
{ "data": { "results": [ { "competitor_id": 123, "competitor_name": "<string>", "total_mentions": 123, "subreddit_breakdown": [ { "subreddit": "<string>", "mentions": 123 } ], "posts": [ { "id": 123, "title": "<string>", "link": "<string>", "snippet": "<string>", "subreddit": "<string>", "score": 123, "num_comments": 123, "date": "2023-11-07T05:31:56Z" } ] } ], "total_mentions": 123, "date_range": { "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z" } } }
Returns competitor mention analysis and share of voice data
API key from Settings > API. Format: rm_live_xxx
rm_live_xxx
Start date (ISO 8601 format)
"2025-01-01"
End date (ISO 8601 format)
"2025-01-31"
Successful response
Show child attributes