API to View Catalog for My Application

Hello,

Thank you for providing such an excellent service.

I have a question regarding one of the REST API services you provide. Specifically, the [GET] https://api.readyplayer.me/v1/assets endpoint, which retrieves the assets I own. By adding the applicationIds query parameter, I can fetch the assets for my application.

However, I am wondering if it is possible to retrieve the avatars in the Catalog using this endpoint. The basic RPM avatar creation (provided through an iframe) displays the Catalog, but I am curious if it is possible to access this via the REST API.

Thank you for your assistance.

Hello!

You can check if the Asset is in the Catalog by filtering with: isInCatalogue=true in the URL for the API call. However, you can’t filter by only showing catalog assets.