Requesting campaign data from URL?

I’m working on an app for users to view content that is typically (but not always) associated with a Patreon campaign. I would love to be able to grab the Patreon URL, resolve all the data (rewards, price, etc.) and show that to the user right up front. I think fewer steps could mean more pledges.

You can grab it from html page - there is a full information about campain in json format on page. But, there is some kind of request limiter for site. If you ask a lot of times - you will be blocked for some time, so this is not a right way. Is there any way to grab information about any campain with api?

If you have the creator’s access token or you ask the creator give you the scopes (permissions) while authing them to your app (during login), you should be able to pull some info.