Access smart contract global data from contract address (without owner's address)

The JS SDK explains how to access the contract’s global state from the creator’s address.

Is it possible to access the contract’s global state by having only the AppID or contract address? If so, what is the API call?

Thanks,
Jordan

This is the way to do it with JavaScript SDK.

Tnx @cusma. Trying it now…