Google Play Android Developer API (androidpublisher:v3)

2026-07-23

2 new methods

Additions

    Methods
  • androidpublisher.appstorecatalog.recentupdateevents.list

      HTTP Method : GET

      Description : Lists update events for eligible apps in the given time range.

      Flat Path : androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentUpdateEvents

      Scopes : https://www.googleapis.com/auth/androidpublisher

      Path : androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentUpdateEvents

      Parameter Order : appStorePackageName

      Parameters :

        appStorePackageName

          Location : path

          Type : string

          Description : Required. The package name of the app store on behalf of which the request is made.

          Required : Yes

        startTime

          Location : query

          Type : string

          Format : google-datetime

          Description : Required. The start time of the range (inclusive).

        pageToken

          Description : Optional. A page token, received from a previous `ListRecentUpdateEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRecentUpdateEvents` must match the call that provided the page token.

          Location : query

          Type : string

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : Optional. The maximum number of update events to return. The service may return fewer than this value. If unspecified, at most 100 update events will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

        endTime

          Description : Required. The end time of the range (exclusive).

          Format : google-datetime

          Location : query

          Type : string

  • androidpublisher.appstorecatalog.recentappviews.get

      HTTP Method : GET

      Description : Returns metadata about a recently updated app.

      Parameter Order :

    • appStorePackageName
    • playAppPackageName
    • Path : androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentAppViews/{playAppPackageName}

      Flat Path : androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentAppViews/{playAppPackageName}

      Scopes : https://www.googleapis.com/auth/androidpublisher

      Parameters :

        appStorePackageName

          Description : Required. The package name of the app store on behalf of which the request is made.

          Required : Yes

          Location : path

          Type : string

        playAppPackageName

          Required : Yes

          Description : Required. The package name of the requested Play app.

          Location : path

          Type : string