Your first API request

Base URL

All examples use:

https://api.ukoddsapi.com

Example

curl -s "https://api.ukoddsapi.com/v1/football/events" \
  -H "Authorization: Bearer YOUR_API_KEY"

Replace YOUR_API_KEY with a key from the dashboard. Full reference lives on docs.ukoddsapi.com.

← All tutorials