API Documentation
Available Endpoints
GET
GET ROOMCODE
Get room code information
// Example Request
const getRoomCode = async (roomcode) => {
const response = await fetch('/api/api?roomcode=' + roomcode + '&roomtype=1&apikey=your-api-key');
return await response.json();
};
GET
GET RESULT
Get game results
// Example Request
const getResult = async (roomcode) => {
const response = await fetch('/api/api?roomcode=' + roomcode + '&roomtype=result&apikey=your-api-key');
return await response.json();
};
GET
GET ROOMTYPE
Get room type information
// Example Request
const getRoomType = async (roomcode) => {
const response = await fetch('/api/api?roomcode=' + roomcode + '&roomtype=roomtype&apikey=your-api-key');
return await response.json();
};
Integration Support
We provide complete integration support for all our APIs and source code solutions. Our team will help you:
- Setup and configuration
- Integration with your existing systems
- Custom modifications as per requirements
- Testing and deployment assistance
- Ongoing technical support
Frequently Asked Questions
What's the difference between API and Source Code?
+
API is a subscription service where you pay monthly/yearly. Source Code is one-time payment where you get complete code ownership and no recurring fees.
Is there any refund policy?
+
Yes, we offer 7-day money back guarantee for all our products if they don't work as described.
Can I get a demo before purchasing?
+
Absolutely! Contact us on WhatsApp for a live demo of any product.
What support do you provide?
+
We provide installation support, integration assistance, and technical support as per your chosen plan.
Can I upgrade from API to Source Code later?
+
Yes, you can upgrade anytime and we'll adjust the amount you've already paid for API subscription.
Is the source code secure?
+
Yes, we provide secure, tested code with regular updates and security patches.