A free, read-only JSON feed of Canadian bank and fintech signup bonuses tracked by Bremo. Try it live below, then copy a curl command to use it anywhere.
GET /api/v1/bonuses.php
Pick an example above or build your own request.
// The JSON response will appear here.
Every request is a plain GET. No key, no signup.
curl -s https://bremo.io/api/v1/bonuses.php
curl -s "https://bremo.io/api/v1/bonuses.php?min=500"
curl -s "https://bremo.io/api/v1/bonuses.php?province=ON&min=200"
province returns national offers plus any offer scoped to that province.min reads the headline dollar value out of each offer's amount.