backtweets

Developers

API & feeds

BackTweets has a public, read-only API for its AI-visibility data - the same share-of-AI-mentions figures shown across the site. The API is served under /api/v1, returns JSON, and needs no API key.

  • GET /api/v1/trends - the Agent Trends leaderboard: sources ranked by their share of AI mentions across the panel.
  • GET /api/v1/coverage - what is covered: the panel disclosure, listing the engines and models queried, the region, language and window, and how fresh the data is.
  • GET /api/v1/urls/{urlId} - the AI-visibility report for one URL: its host, title and mention stats, alongside the panel it was measured against.

Every figure travels with its own disclosure - the engines queried, the measurement window, and how many are currently active - so each value is read as a share of AI mentions across a disclosed sample of engines, not a census.

Legacy compatibility feeds from the original BackTweets remain at /search.rss, /search.json and /search.xml. These are deprecated - a reduced response that points back to this page - and are kept only so older integrations keep working.