Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve App Store privacy disclosures API Playground
Returns the app privacy cards shown on the App Store page, including data categories and purposes.
GETapiKey1 credit/requestappstore.privacyResponseDocAppStore
Endpoint details
Returns the app privacy cards shown on the App Store page, including data categories and purposes.
- Method
- GET
- Path
- /appstore/privacy/{id}
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- AppStore
- Parameters
- 4 documented fields
Request parameters
id:pathcountry:querylang:queryx-api-key:header
Response schema fields
codedatadata.manage_privacy_choices_urldata.privacy_policy_urldata.privacy_typesdata.privacy_types[].data_categoriesdata.privacy_types[].data_categories[].data_categorydata.privacy_types[].data_categories[].data_typesdata.privacy_types[].data_categories[].identifierdata.privacy_types[].descriptiondata.privacy_types[].identifierdata.privacy_types[].privacy_type
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"id": "6448311069",
"tracking": false,
"linked_to_you": [
"Contact Info"
],
"not_linked_to_you": [
"Identifiers"
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/appstore/privacy/<id>" \
-H "x-api-key: <api-key>"