curl --request GET \
--url https://api.peakmetrics.com/workspaces/{workspaceId}/mentions \
--header 'Authorization: Bearer <token>'[
{
"id": 1234,
"title": "<string>",
"text": "<string>",
"url": "<string>",
"domain": "<string>",
"author": "<string>",
"channels": [
"blogsdiscussions"
],
"media": [
{
"type": "image",
"url": "<string>"
}
],
"language": "<string>",
"enrichments": {
"narratives": [
{
"id": 123,
"confidence": 50
}
],
"sentiment": {
"polarity": 0,
"version": 1
}
},
"publisherGeography": {
"sourceCountry": "United States",
"sourceRegion": "Americas",
"sourceSubRegion": "Northern America"
},
"created": "2023-11-07T05:31:56Z",
"processed": "2023-11-07T05:31:56Z",
"published": "2023-11-07T05:31:56Z"
}
]A mention is the fundamental data unit in PeakMetrics—a piece of content written by an author, promoted by a publisher, and released on a domain as part of a channel.
Mention Data Includes:
Enrichment Features:
Advanced Filtering:
curl --request GET \
--url https://api.peakmetrics.com/workspaces/{workspaceId}/mentions \
--header 'Authorization: Bearer <token>'[
{
"id": 1234,
"title": "<string>",
"text": "<string>",
"url": "<string>",
"domain": "<string>",
"author": "<string>",
"channels": [
"blogsdiscussions"
],
"media": [
{
"type": "image",
"url": "<string>"
}
],
"language": "<string>",
"enrichments": {
"narratives": [
{
"id": 123,
"confidence": 50
}
],
"sentiment": {
"polarity": 0,
"version": 1
}
},
"publisherGeography": {
"sourceCountry": "United States",
"sourceRegion": "Americas",
"sourceSubRegion": "Northern America"
},
"created": "2023-11-07T05:31:56Z",
"processed": "2023-11-07T05:31:56Z",
"published": "2023-11-07T05:31:56Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the workspace.
x >= 1The maximum number of mentions to return, default 10. To get more mentions, use in combination with the offset parameter to paginate.
1 <= x <= 50The number of mentions to skip before returning, default 0. Use in combination with the limit parameter to paginate.
x >= 0The field to sort the mentions by descending, default published.
created, published, confidence The order to sort the mentions by, default desc.
asc, desc The minimum published date of the mentions to return.
The maximum published date of the mentions to return.
Filter the returned mentions to those that are part of the provided narrative IDs.
Filter the returned mentions to those that are part of the provided channel.
blogsdiscussions, bluesky, facebook, instagram, news, reddit, redditComment, telegram, threads, tiktok, twitter, vk, weibo, youtube Filter the returned mentions to those that match the filtered expression.
A JSON array of mention objects
The unique identifier for the narrative.
1234
The title for the mention, if available.
The text for the mention, if available.
The original URL to the mention.
The domain of the mention URL—a distinct subset of the internet with URL addresses sharing a common suffix or under the control of a particular organization or individual.
Domain Types:
Note: Common sub-domains such as www are normalized and removed.
Examples: nytimes.com, twitter.com, telegram.org, reddit.com
The author of the mention—an individual who writes a piece of digital content, indicated by the byline or social account attached to the content.
Author Types:
Understanding author attribution helps identify the voices driving narratives and assess source credibility.
A Channel represents a specific type of platform where content is released and consumed. PeakMetrics monitors millions of sources across traditional and emerging channels to provide comprehensive narrative intelligence.
Available Channels:
Multi-channel monitoring helps identify how narratives spread across different platforms and audiences, enabling comprehensive media intelligence analysis.
blogsdiscussions, bluesky, facebook, instagram, news, reddit, redditComment, telegram, threads, tiktok, twitter, vk, weibo, youtube Show child attributes
The language of the mention, represented as a two-letter ISO 639-1 code.
Common Language Codes:
en - Englishes - Spanishfr - Frenchde - Germanzh - Chineseru - RussianNote: Language is detected automatically using machine learning and may not be 100% accurate. PeakMetrics supports multilingual sentiment analysis to detect narratives across global markets and regional trends.
The enrichments of the mention.
Show child attributes
(News only) The location of the news publisher, as provided by LexisNexis (not supported for all news sites).
Show child attributes
The date and time the mention was created.
The date and time the mention was last updated by data processor.
The date and time the mention was published.
Was this page helpful?