What You Can Do
With the DevTune API you can:- Pull visibility metrics (share of voice, presence rate, brand mentions) into your reporting tools
- Monitor competitive positioning trends programmatically
- Feed citation data into your own analytics pipelines
- Track adoption metrics (npm downloads, GitHub stars) alongside search visibility
- Build custom alerting on top of DevTune data
- Connect AI coding agents (Claude, Cursor) via the MCP server for in-IDE access
Requirements
- A Plus plan or higher (API access is not available on the free tier)
- An API key scoped to a specific project
Available Endpoints
| Endpoint | Description |
|---|---|
| Visibility Summary | Share of voice, presence rate, and brand mention metrics |
| Visibility Heatmap | Platform x topic metric grid for heatmap visualization |
| Citation Stats | Paginated citation data with classification and position info |
| Competitive Position | Citation comparison between you, competitors, and others over time |
| Adoption Metrics | npm downloads and GitHub stars trends for your domains |
| Actions | Prioritized improvement recommendations |
| Insights | AI-generated insights by kind and severity |
| Traffic Summary | LLM bot and referral traffic analytics |
| Traffic Platforms | Traffic breakdown by AI platform |
| Webhooks | Real-time event notifications |
| MCP Server | Model Context Protocol server for AI coding agents |
| OpenAPI Spec | GET /api/v2/openapi.json — Machine-readable API specification |
Tip: Full request/response documentation for each endpoint is available in the Endpoints section of the API Reference sidebar, auto-generated from the OpenAPI specification.
Getting Started
- Create an API key from your team settings
- Make your first request using the key in the
Authorizationheader - Explore the endpoints to find the data you need
Quick Example
Related Documentation
- Authentication - API key creation and usage
- Rate Limits - Request limits by plan tier
- Error Handling - Error codes and troubleshooting