Table of Contents
MicroLikes API Overview (Pre-Alpha)
This API is working as we we speak (Dec,24th 2023). We we are catching bugs as we progress. Stay tune…
This API is for web developers, empowering them to craft remarkable features for both forum users and administrators. This API facilitates seamless interactions by allowing users to show appreciation and support to one another through tipping for their valuable content. Whether you're looking to enhance user engagement or empower administrators with new tools, this API opens up a world of possibilities for creating an exceptional experience among forums.
You are welcome to develop on top of it with your unique ideas!
Register for an account and get your own API key. https://microlikes.com
End Point
https://microlikes.com/api/
Requests Limits
We currently don't have daily request limits.
Parameters
Methods: POST and GET
The API will look first for POST, then GET
Example URL:
https://microlikes.com/api/?key=MRI7M-DNMZB-BT653-3E4B3-C133F&requests[send_microlikes]=true&tip[to]=admin&tip[amount]=0.01&tip[message]=Hello world
All of the following parameters are required
Sample Response
The response will be Json data. Something like this:
{"success":true,"userMessage":[],"lang":"en-US","requests":{"send_microlikes":true},"data":{"success":true,"microlikes_sent":"0.01","from":"microlikes.com","to":"admin","message":"Hello World"}}