RuneTopic API » Integration / Documentation
Below we will show some examples of how to integrate RuneTopic's Voting & Store system into your RSPS using simple HTTP requests. This guide will help you set up reward handling based on replies from our API when checking for verified votes and donations. Keep in mind that the examples are mostly for logic/explanation and will require some editing to work with your source. If you need help, reach out in our discord server. API Last Updated: 3/11/25
Voting Rewards » Verify | Integrate
Use this Java class to check if a player has voted and process their rewards.
Store / Donation » Check | Integrate
Use this Java class example to verify if a player has an unclaimed donation reward waiting to be claimed.
Usage/Execution Exaple
- To check if a player has properly voted, you can use:
- To check if a player has an unclaimed donation waiting to be claimed, use:
Expected JSON Response
If no vote/donation result is found, then you should see something like this: