Ads Transparency API
Overview of the Google Ads transparency endpoint and its three query modes.
Endpoint
GET https://api.goanyapi.com/api/v1/transparencyWith the current configuration, each successful request costs 4 credits.
Authentication
Authorization: Bearer YOUR_API_KEYQuery Modes
Choose exactly one of the following guides:
| Mode | Purpose | Required input | Guide |
|---|---|---|---|
keyword | Search advertiser and domain suggestions by keyword | keyword | Transparency Keyword API |
domain | Find advertisers associated with a domain | domain | Transparency Domain API |
creativeIds | Reverse lookup domains by creative IDs | creativeIds | Transparency Creative IDs API |
Validation Rules
keyword,domain, andcreativeIdscannot be provided together- at least one of them must be provided
Common Response Shape
{
"code": "ok",
"message": "ok",
"data": {
"endpoint": "transparency",
"remainingCredits": 98
}
}Shared Response Fields
| Field | Description |
|---|---|
data.endpoint | Fixed value: transparency |
data.costCredits | Credits consumed by this request |
data.remainingCredits | Remaining credits after deduction |