Transparency Creative IDs API
Reverse lookup domains by Google Ads transparency creative IDs.
Endpoint
GET /api/v1/transparency?creativeIds=AR02586610982767820801,AR04020344870890635265,AR17305550518470311937Authentication
Authorization: Bearer YOUR_API_KEYRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
creativeIds | string | Yes | One or more creative IDs separated by commas |
Validation Rules
creativeIdsis required- Each ID must match the
AR + digitsformat keywordanddomaincannot be provided together withcreativeIds
Example
GET /api/v1/transparency?creativeIds=AR02586610982767820801,AR04020344870890635265,AR17305550518470311937
Authorization: Bearer YOUR_API_KEYResponse Example
{
"code": "ok",
"message": "ok",
"data": {
"endpoint": "transparency",
"costCredits": 2,
"remainingCredits": 98,
"query": {
"creativeIds": "[\"AR02586610982767820801\",\"AR04020344870890635265\",\"AR17305550518470311937\"]"
},
"domains": [
"www.flowaivideo.org",
"www.flux-2-ai.app",
"www.hdphotoconverter.online",
"www.nanobanana-ai.org",
"www.nanobanana-pro.app",
"www.seedance2.art"
],
"count": 11
}
}Response Fields
| Field | Description |
|---|---|
data.endpoint | Fixed value: transparency |
data.costCredits | Credits consumed by this request |
data.remainingCredits | Remaining credits after deduction |
data.query.creativeIds | Normalized creative ID array string |
data.domains | Domains associated with the creative IDs |
data.count | Number of returned domains |