PWA
Get PWA by ID
Get a PWA by its ID
get/api/v1/pwa/{pwa_id}
Path parameters
pwa_idstring uuid required
Query parameters
languagestring nullable
Optional language code for translation
Optional language code for translation
Response
Successful Response
Example response
{
"ad": false,
"age_rating": 18,
"android_version": 7,
"app_size": "251MB",
"category_list": [
"Productivity",
"Entertainment"
],
"comments": [
{
"author": "John Doe",
"comment": "Great app",
"date": "2021-10-01",
"people_found_helpful": 10,
"rating": 5
}
],
"data_collection": "This app may collect these data types",
"data_deletion": "You can request that data be deleted",
"data_encryption": "Data is encrypted in transit",
"data_transfer": "This app may share these data types with third parties",
"description": "A detailed description of the app",
"developer": "Sample Developer",
"download_count": 1000000,
"editors_choice": true,
"force_language": "en-GB",
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"interactive_elements": "Digital purchases",
"logo_url": "https://example.com/logo.png",
"media": [
{
"media_type": "Image",
"media_url": "https://example.com/media.png"
}
],
"owner": {
"email": "example@.com",
"logo_url": "https://example.com/owner_logo.png",
"owner_company_user_id": "d290f1ee-6c54-4fbb-9fa6-0e02b2c3d479"
},
"purchase": true,
"pwa_language": "English",
"pwa_name": "Sample PWA",
"rating": 4.5,
"rating_above_1": 10,
"rating_above_2": 20,
"rating_above_3": 50,
"rating_above_4": 200,
"rating_above_5": 1000,
"released_at": "2023-10-01T00:00:00Z",
"reviews_count": 1300,
"safety_description": "Safety starts with understanding how developers collect and share your data.",
"store": "Google Play",
"system_name": "Sample App",
"tags_list": [
"Productivity",
"Tools"
],
"translations_codes": [
"en",
"es",
"uk"
],
"updated_app_at": "2023-11-01T00:00:00Z",
"user_comment": "Some user comments",
"verified": true,
"version": "1.0",
"whats_new": "Fixed some bugs with opening app"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.