-pub suffix (e.g., fb-pub-daily-page-fans, ig-pub-daily-followers-count).notes object only appears when deprecated or soon-to-be-deprecated metrics are requested.curl --location --request GET 'https://api.swonkie.dev/v2/competitor/UG9zdElkMTIzNDU2Nzg1423/insights?skip=0&take=100&since=2026-01-01&until=2026-01-31&metrics=ig-pub-daily-followers-count,ig-pub-post-count' \
--header 'X-API-ID: {{apiId}}' \
--header 'X-API-KEY: {{apiKey}}'{
"hasMore": false,
"items": [
{
"date": "2026-01-31T00:00:00.000Z",
"insights": [
{
"metric": "ig-pub-daily-followers-count",
"value": 125340,
"type": "NUMBER"
},
{
"metric": "ig-pub-post-count",
"value": 2,
"type": "NUMBER"
}
]
},
{
"date": "2026-01-30T00:00:00.000Z",
"insights": [
{
"metric": "ig-pub-daily-followers-count",
"value": 125120,
"type": "NUMBER"
},
{
"metric": "ig-pub-post-count",
"value": 1,
"type": "NUMBER"
}
]
}
],
"total": 31
}