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

pwaNamestring nullable

The name of the PWA

store'App Store' | 'Google Play'
systemNamestring nullable

Name of the app

pwaLanguagestring nullable

Language of the PWA interface

forceLanguagestring nullable

Force language for PWA, e.g., 'en-GB' or null for no forcing

tagsListstring[] nullable

List of tags associated with the PWA

developerstring nullable

Name of the developer

verifiedboolean nullable

Whether the PWA is verified

adboolean nullable

Whether the PWA contains ads

purchaseboolean nullable

Whether the PWA has in-app purchases

editorsChoiceboolean nullable

Whether the PWA is an editor's choice

ratingnumber required

Overall rating of the PWA

ratingAbove5integer required

Number of 5-star ratings

ratingAbove4integer required

Number of 4-star ratings

ratingAbove3integer required

Number of 3-star ratings

ratingAbove2integer required

Number of 2-star ratings

ratingAbove1integer required

Number of 1-star ratings

reviewsCountinteger nullable

Total number of reviews

downloadCountinteger nullable

Total number of downloads

ageRatinginteger nullable

Age rating of the PWA

descriptionstring nullable

A detailed description of the app

versionstring nullable

Version of the app

releasedAtstring date-time nullable

Release timestamp of the app

androidVersionnumber nullable

Minimum required Android version

interactiveElementsstring nullable

Description of interactive elements

whatsNewstring nullable

Information about what's new in the app

categoryListstring[] nullable

List of categories associated with the PWA

safetyDescriptionstring nullable

Description of the app's safety information

dataTransferstring nullable

Types of data shared with third parties

dataCollectionstring nullable

Types of data collected by the app

dataEncryptionstring nullable

Details about data encryption

dataDeletionstring nullable

Details about data deletion policies

appSizestring nullable

Size of the app

commentsobject[] nullable

List of user comments for the app

userCommentstring nullable
updatedAppAtstring date-time nullable

Last updated timestamp of the app

logoAssetIdstring uuid nullable

Media Library asset id for the logo

backgroundAssetIdstring uuid nullable

Media Library asset id for the background

removeLogoboolean

Clear the logo (Media Library attach branch)

removeBackgroundboolean

Clear the background (Media Library attach branch)

idstring uuid nullable

ID of the PWA

logoUrlstring nullable

URL of the logo

backgroundUrlstring nullable

URL of the background image

createdAtstring date-time nullable

Timestamp when the PWA was created

updatedAtstring date-time nullable

Timestamp when the PWA was last updated

translationsCodesstring[] nullable

List of available translation languages for the PWA

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.