Migration guide
This guide for existing RapidAPI users to migrate from RapidAPI platform to use our APIs directly. This avoids billing duplication so you won't be charged twice to access our data. The migration should be fairly straight-forward. Here are the steps you will need to take:
Replace the domain
chrome-stats.p.rapidapi.com
with one ofchrome-stats.com
,edge-stats.com
, orfirefox-stats.com
. Theplatform
header is no longer used. Instead, choose the correct domain name above to point to the platform you want to retrieve data from.Obtain the API key at https://chrome-stats.com/admin/api-key
Replace the
x-rapidapi-key
header withx-api-key
header. Use the API key from step 2 as thex-api-key
header value. Yourx-rapidapi-key
header is no longer used.Remove the
x-rapidapi-host
header.Now test out your changes, and if everything goes well, please unsubscribe from our RapidAPI project at https://rapidapi.com/developer/billing/subscriptions-and-usage
Last updated