Betloy Conversion API โ€” Integrate Bet Code Conversion into Your Platform

A powerful, reliable API for businesses and developers to convert bet codes programmatically across 100+ bookmakers

Getting Started

Welcome to the Betloy Conversion API. This API allows you to convert betting codes between different bookmakers programmatically. It supports 100+ bookmakers and 10 sports.

Base URL
https://betloy.com/api/v1
Quick Start
  1. Register a business account on Betloy
  2. Generate an API key from your dashboard
  3. Include the API key in your request headers
  4. Handle JSON responses in your application
Authentication

All API requests require authentication using an API key. Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Important: Keep your API keys secure. Never share them publicly or commit them to version control.
POST /api/v1/convert
Convert Bet Code

Convert a booking code from one bookmaker to another instantly.

Request Body
{
  "booking_code": "ABC123XYZ",
  "from_bookie_id": 1,
  "to_bookie_id": 2
}
Parameters
Parameter Type Required Description
booking_code string Yes The booking code to convert
from_bookie_id integer Yes Source bookmaker ID
to_bookie_id integer Yes Target bookmaker ID
Success Response (200 OK)
{
  "success": true,
  "data": {
    "conversion_id": "conv_123456",
    "original_code": "ABC123XYZ",
    "converted_code": "XYZ789ABC",
    "from_bookie": "Bet9ja",
    "to_bookie": "1xBet",
    "total_odds": 2.45,
    "status": "completed"
  }
}
Error Handling

The API uses standard HTTP status codes and returns errors in JSON format:

Code Description
200Success
400Bad Request - Invalid parameters
401Unauthorized - Invalid API key
429Too Many Requests - Rate limit exceeded

Ready to Start Building?

Get your API key today and integrate the world's best bet code converter.

Create Account

Frequently Asked Questions

You can build prediction sites, tipster platforms, Telegram bots, sports apps, and any product that needs bet code conversion.

API access is credit-based. Businesses buy monthly credit bundles. The more credits purchased, the lower the per-conversion cost.

Average API response time is under 500ms.

Your First Conversion in Under 60 Seconds

Sign up free. 10 conversions per month, every month, permanently. No card required.

Create Free Account