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¶
- User Auth API - authentication/registering against GR8 API
- Line API - Sports line and odds data
- Bets API - Betting and freebet operations and management
- Event Content API - Event-related content and media
- Results Page API - results of events
- Personalization API - Personalized user data
- Other - Additional API endpoints
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