Same BundleID for iOS & tvOS apps in 1 developer account. How to to get actual released version info for both platforms separately

I would like to check current released AppStore version for my iOS app and tvOS app. They have same bundleID. I can't divide it to this url request to tvOS ones and iOS ones, because of identical Bundle ID's.

  • http://itunes.apple.com/br/lookup?bundleId=app.sameIdExample

When I get response from url it shows released iOS version. I want to get info about released tvOS version.

Any ideas how to divide url or use another two separate urls to get JSON info about tvOS.

Please help :)