This API is currently in beta phase, so there may be changes to endpoints and data structure. We appreciate your understanding and patience as we work to improve the API.
Overview
The Wellows Public API allows you to programmatically access your SEO analytics and AI-powered insights. All API responses are returned in JSON format, making it easy to integrate with modern applications and tools.
Base URL
All API requests should be made to:
https://integrations.wellows.com/api/
Key capabilities
- Validate your API key and check authentication status
- List and manage all projects associated with your account
- Retrieve comprehensive site summary overviews with key metrics
- Access site monitoring data to track performance over time
API Features
Site Analytics
Retrieve comprehensive site summaries with key SEO metrics and performance indicators. Access detailed overviews of your website’s health, indexing status, and optimization opportunities to make data-driven decisions.
Track your site’s performance over time with monitoring data. Identify trends, detect issues early, and measure the impact of your SEO efforts with historical data and real-time updates.
Project-Scoped Data
Each API key provides access to data belonging to its associated project or account, ensuring proper data isolation and security across your organization.
Getting Started
To begin using the API, you’ll need an API key from your user profile on our platform. This key authenticates your requests and grants access to your organization’s data.
For authentication details, see:
All responses follow a standard format:
{
"success": true,
"message": "Success message",
"code": 200,
"data": { ... },
"errors": {},
"meta_data": {}
}
Error Codes
| Code | Description |
|---|
400 | Bad Request - Missing required parameters |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - No access to the specified project |
500 | Server error |