v1
latestOpenAPI 3.1.02026-07-2414103.5 MBApp Related Sites
Returns a list of all the websites related to a given app.
get/{store}/{app_id}/RelatedSites/related-sites
Path parameters
storestring required
Input either "Google" (Android) or "Apple" (iOS).
app_idstring required
Enter an app ID. How to find App IDs
Query parameters
api_keystring required
Your Similarweb API key.
formatstring
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
limitstring
[optional] Select the number of results that are returned. Default: 100.
offsetstring
[optional] Specify an offset from where to start returning data.
sortstring
[optional] The metric you'd like the results to be ordered by.
ascstring
[optional] The order of results. Enter "true" for ascending, or "false" for descending.
Response
200
Example response
{
"meta": {
"query": {
"limit": 100
},
"request": {
"store": "Google",
"app_id": "com.whatsapp",
"format": "json",
"country": "us"
},
"status": "Success",
"last_updated": "2022-11-02"
},
"related_sites": [
"whatsapp.com"
]
}