How to retrieve linked Patreon sponsorship status via API #123162
-
Select Topic AreaQuestion BodyNow that Patreon can be linked and showcased on github.com, is there an equivalent API that allows to determine if a user is sponsoring via the linked Patron account? In other words, is the GH mechanism for determining that sponsorship available via API queries too? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
As of now, GitHub doesn't provide a direct API endpoint to retrieve the sponsorship status of a user via a linked Patreon account. The GitHub Sponsors API is primarily focused on sponsorships managed directly through GitHub. Here's what you need to know:
In conclusion, while there isn't a direct API solution for retrieving Patreon-linked sponsorship status on GitHub at the moment, you can use the existing GitHub Sponsors API for general sponsorship information. For Patreon-specific data, you might need to explore alternative methods or wait for potential future API enhancements from GitHub. |
Beta Was this translation helpful? Give feedback.
As of now, GitHub doesn't provide a direct API endpoint to retrieve the sponsorship status of a user via a linked Patreon account. The GitHub Sponsors API is primarily focused on sponsorships managed directly through GitHub. Here's what you need to know:
Current API Limitations:
/sponsors
and/sponsorships
endpoints only return information about direct GitHub Sponsors.Possible Workarounds:
a. Use the GitHub Sponsors API: