Updated Aug 29, 2026
On this page

Get started in 5 minutes

The iGaming Tools REST API gives you structured iGaming data: slot providers, slots, news articles, jobs, and regulatory entities.

1. Obtain an API token

Create an account, then issue a key yourself from your dashboard at /account/. The key is shown once, at the moment you create it — copy it then, because it is never displayed again. You can keep several keys and revoke any of them from the same page.

2. Make your first request

curl -H "Authorization: Token <YOUR_TOKEN>" \
  https://i-gaming.tools/api/v1/providers/?limit=5

3. Explore the reference

  • Providers — slot providers list and detail
  • Slots — slot catalog with metadata
  • News — industry news articles
  • Jobs — vacancy listings

See Authentication for token usage details.