Validate bundle ID via App ID lookup
curl -X 'GET' \
'https://api.pixalate.com/api/v2/mrt/ctv/com.ae.hulu?region=GLOBAL&device=roku&widget=appOverview,appDetails&includeSpoofing=true'
\
-H 'accept: application/json' \
Response
"status": "OK",
"numFound": 1,
"docs": [
{
"appId": "2285",
"region": "GLOBAL",
"device": "roku",
"includeSpoofing": true,
"appOverview": {
"channelId": "d8f548dedc438e25dabc4184ee96adb3:a4d7da23116a16ee782b9fa821b3b6c2",
"appTitle": "Hulu",
"bundleIds": [
{
"bundleId": "com.hulu.plus.roku",
"sovRatio": 51.68
},
{
"bundleId": "2285",
"sovRatio": 36.36
},
{
"bundleId": "com.hulu.plus",
"sovRatio": 5.85
},
{
"bundleId": "com.roku.hulu",
"sovRatio": 4.95
},
{
"bundleId": "com.ae.hulu",
"sovRatio": 0.94
},
{
"bundleId": "com.hulu.plus.firetv",
"sovRatio": 0.19
},
{
"bundleId": "com.hulu.plus.androidtv",
"sovRatio": 0.02
},
{
"bundleId": "roku.hulu",
"sovRatio": 0
}
]
}
[...]
Integrations:
REST API with JSON responses
Access Methods:
Direct API calls, batch processing, custom integrations
Rate Limits:
Contact sales for volume pricing
Documentation:
developer.pixalate.com





