Skip to content

Instantly share code, notes, and snippets.

@aaronpeters
Created October 27, 2025 15:13
Show Gist options
  • Select an option

  • Save aaronpeters/e63218aee448cdc7c703116fa79fa171 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpeters/e63218aee448cdc7c703116fa79fa171 to your computer and use it in GitHub Desktop.
CDN Finder Multi-Location Multi-CDN Example Response
{
"id": "1374498310287_9691637b1726090b7227",
"ts": "2021-07-05T16:14:49.713Z",
"service": {
"id": "cdnfinder",
"cdnfinder": "website"
},
"client": {
"country": "NL",
"asn": 1136,
"ip": "2a02:a441:660::",
"userAgent": "curl/7.74.0"
},
"testLocation": {
"colo": "FRA",
"asn": 13335,
"asName": "Cloudflare"
},
"request": {
"lookup": "website",
"query": "https://www.ebay.com/",
"multicdn": true,
"locations": "all"
},
"status": "completed",
"query": "https://www.ebay.com/",
"results": [
{
"hostname": "i.ebayimg.com",
"count": 17,
"url": "https://i.ebayimg.com/images/g/NU4AAOSwFbtgx7Nc/s-l400.webp",
"cdn": {
"all": {
"Akamai": 32,
"Verizon/EdgeCast": 28,
"Fastly": 38,
"Lumen": 2
},
"US": {
"Akamai": 8,
"Verizon/EdgeCast": 6,
"Fastly": 4,
"Lumen": 2
},
"DE": {
"Fastly": 8,
"Verizon/EdgeCast": 7,
"Akamai": 5
},
"BR": {
"Akamai": 9,
"Verizon/EdgeCast": 5,
"Fastly": 6
},
"IN": {
"Verizon/EdgeCast": 5,
"Fastly": 10,
"Akamai": 5
},
"AU": {
"Akamai": 5,
"Fastly": 10,
"Verizon/EdgeCast": 5
}
}
},
{
"hostname": "ir.ebaystatic.com",
"count": 15,
"url": "https://ir.ebaystatic.com/pictures/aw/pics/s_1x2.gif",
"cdn": {
"all": {
"Verizon/EdgeCast": 30,
"Akamai": 33,
"Fastly": 37
},
"US": {
"Verizon/EdgeCast": 5,
"Akamai": 5,
"Fastly": 10
},
"DE": {
"Verizon/EdgeCast": 5,
"Fastly": 6,
"Akamai": 9
},
"BR": {
"Fastly": 5,
"Akamai": 5,
"Verizon/EdgeCast": 10
},
"IN": {
"Fastly": 5,
"Verizon/EdgeCast": 5,
"Akamai": 10
},
"AU": {
"Fastly": 11,
"Akamai": 4,
"Verizon/EdgeCast": 5
}
}
},
{
"hostname": "www.ebay.com",
"count": 2,
"url": "https://www.ebay.com/",
"cdn": {
"all": {
"Akamai": 100
},
"US": {
"Akamai": 20
},
"DE": {
"Akamai": 20
},
"BR": {
"Akamai": 20
},
"IN": {
"Akamai": 20
},
"AU": {
"Akamai": 20
}
}
},
{
"hostname": "rover.ebay.com",
"count": 1,
"url": "https://rover.ebay.com/roverns/1/711-13271-9788-0?mpvl=https%3A%2F%2Fwww.google.com%2F&mpcl=https%3A%2F%2Fwww.ebay.com%2F&mpt=1625501689984",
"cdn": {
"all": {
"unknown": 100
},
"US": {
"unknown": 20
},
"DE": {
"unknown": 20
},
"BR": {
"unknown": 20
},
"IN": {
"unknown": 20
},
"AU": {
"unknown": 20
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment