Bremo Open Data

API Playground

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.

Try it live

GET /api/v1/bonuses.php

Pick an example above or build your own request.

// The JSON response will appear here.

Copy a curl example

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"

Notes

More ways to use this feed: embeddable widget and embed instructions. See the open data page and the status page.