I was looking through the documentation hoping to be able to gather readonly data from an API endpoint. But either I can’t find it or it didn’t exists yet.
For example, why would I need to set-up an API key, install the API library and go through the OAuth flow if I just want to get the number of patron of any creator ?
I was expecting something like:
This is also something I’m looking for. I’d like to implement a Patreon badge for my Github project’s README including the number of patrons I have, but there seems to be no way to get this information without authentication.