Skip to content

Get started

Welcome to GR8 API

Welcome to the GR8 API documentation!
This API provides core functionality for client-side applications including real-time sports data, user authentication, and betting operations.

General Information

Available Components

Make your first request

API_HOST="<YOUR_HOST>" # provided to you by company representative. 
API_KEY="<YOUR_API_KEY>" # provided to you by company representative. 

curl "$API_HOST/v1/sport/v0/line/events" -H X-Api-Key:$API_KEY

Note

Some APIs can be additionally protected so if you get in response that your brand or api-key is not allowed. Just contact company's representative

Further reading