API Documentation
Documentation for the current GoAnyAPI endpoints.
GoAnyAPI Documentation
This documentation covers the currently available endpoints and the shared authentication, credit, and response conventions behind them.
Current documented endpoints:
- Credit Balance API
- Reverse AdSense API
- Adsense Domain API
- Adsense PubId API
- Domain Rating(DR) API
- Backlinks API
- Keyword Difficulty (KD) API
- Keyword Generator API
- Google Autocomplete API
- Bing Autocomplete API
- SERP API
- Bing SERP API
- Google Intitle API
- Google Site Search API
- Traffic API
- Ads Transparency API
- Transparency Keyword API
- Transparency Domain API
- Transparency Creative IDs API
- Ads Transparency Statistics API
- Advertiser Search API
- Domain Search API
- Advertiser Statistics API
- Domain Statistics API
- Title Search API
- Domain Titles API
- Domain Image Ads API
- Title Countries API
- Title Image Ads API
- Keyword Suggestions API
- Keyword Search Volume API
- Domain Rating History API
More endpoints can be added on the same product layer over time.
Authentication
All requests require an API key.
Authorization: Bearer YOUR_API_KEYCommon Response
{
"code": "ok",
"message": "ok",
"data": {}
}Error Codes
| HTTP Status | code | Description |
|---|---|---|
| 400 | invalid_params | Invalid request parameters |
| 401 | missing_api_key | Authorization header is required |
| 401 | invalid_api_key | API key is invalid |
| 402 | insufficient_credits | Insufficient credits |
| 429 | rate_limit_exceeded | Rate limit exceeded |
| 500 | internal_error | Internal server error |
Rate Limiting
When rate limiting is enabled, the API can return 429 Too Many Requests.
- Error code:
rate_limit_exceeded - Response header:
Retry-After
{
"code": "rate_limit_exceeded",
"message": "API rate limit exceeded. Please retry shortly.",
"details": {
"scope": "user",
"limitPerSecond": 5
}
}Endpoints
| API | Endpoint | Current Cost |
|---|---|---|
| Credit Balance API | GET /api/v1/credits/balance | Free |
| Traffic API | GET /api/v1/traffic | 2-6 credits |
| DR API | GET /api/v1/dr | 2 credits |
| Domain Rating History API | GET /api/v1/dr-history | 2 credits per returned month |
| Backlinks API | GET /api/v1/backlink | 4 credits |
| Keyword Difficulty (KD) API | GET /api/v1/keyword-difficulty | 3 credits |
| Keyword Generator API | GET /api/v1/keyword-generator | 3 credits |
| Keyword Suggestions API | GET /api/v1/keyword-suggestions | 1 credit |
| Keyword Search Volume API | GET /api/v1/keyword-search-volume | 3 credits |
| Google Autocomplete API | GET /api/v1/google-autocomplete | 1 credit |
| Bing Autocomplete API | GET /api/v1/bing-autocomplete | 1 credit |
| SERP API | GET /api/v1/serp | 2 credits |
| Bing SERP API | GET /api/v1/bing-serp | 2 credits |
| Google Intitle API | GET /api/v1/google-intitle | 4 credits |
| Google Site Search API | GET /api/v1/google-site-search | 4 credits |
| Adsense API | GET /api/v1/adsense | 3 credits |
| Ads Transparency API | GET /api/v1/transparency | 4 credits |
| Ads Transparency Statistics API | GET /api/v1/ads-statistics | 5 credits |
Next Steps
- Open API Tester
- Credit Balance API Guide
- Reverse AdSense API Guide
- Adsense Domain API Guide
- Adsense PubId API Guide
- Domain Rating(DR) API Guide
- Backlinks API Guide
- Keyword Difficulty (KD) API Guide
- Keyword Generator API Guide
- Keyword Suggestions API Guide
- Keyword Search Volume API Guide
- Google Autocomplete API Guide
- Bing Autocomplete API Guide
- Bing SERP API Guide
- Google Intitle API Guide
- Google Site Search API Guide
- Traffic API Guide
- Ads Transparency API Guide
- Transparency Keyword API Guide
- Transparency Domain API Guide
- Transparency Creative IDs API Guide
- Ads Transparency Statistics API Guide
- Advertiser Search API Guide
- Domain Search API Guide
- Advertiser Statistics API Guide
- Domain Statistics API Guide
- Title Search API Guide
- Domain Titles API Guide
- Domain Image Ads API Guide
- Title Countries API Guide
- Title Image Ads API Guide