Updated Jul 14, 2026
On this page
Get started in 5 minutes
iGamingScraper REST API gives you structured iGaming data: slot providers, slots, news articles, jobs, and regulatory entities.
1. Obtain an API token
Tokens are issued by your account manager or via the operator CLI:
manage.py issue_api_token --user [email protected] --name my-integration
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.