Developer API endpoints
Retrieve social media performance data through a simple, authenticated API. Use it in your own tools or with the AI of your choice.
GET
Follower counts
Current and historical follower totals for connected accounts.
GET
Post and video views
View counts for individual posts and videos, plus account-level aggregates.
GET
Likes, comments, and shares
Engagement metrics for posts, available via dedicated endpoints.
GET
Historical trends
Time-series data so you can track performance over chosen periods.
GET
AI-ready exports
Structured metric payloads you can pass to Claude, ChatGPT, or other AIs for insights and strategy.
Authenticate once. Query metrics like any REST API.
Keys are workspace-scoped. Rotate them from the dashboard without reconnecting social accounts.
Base URL
https://api.mysomedata.com/v1
Auth
Bearer API key
Rate limit
120 requests / minute
Format
JSON over HTTPS
Build on live social metrics
Create an API key in your workspace and start with follower and engagement endpoints.
Same read-only data as the dashboard — structured for code.
Developers wiring metrics into their stack
From indie tools to agency platforms, the API keeps OAuth and sync out of your backlog.

“We dropped a brittle scraper for a single authenticated client. Historical followers finally matched the native apps.”

“Typed responses and cursor pagination meant we shipped the metrics panel without babysitting sync jobs.”

Freya LindFull-stack Developer, ReachkitSweden “Rate limits are predictable and the payloads are boring in the best way — stable fields we can type against.”

Hannah ColePlatform Engineer, Orbit Agency OSUnited Kingdom “One API key replaced five fragile scrapers. Our agents now read followers and views from a single authenticated client.”

Diego MartinsTech Lead, Northstack LabsBrazil
API FAQ
Keys, pagination, and how metrics map to connected accounts.