Introducing the FeelingSurf API
Hello FeelingSurf community!
We're excited to launch a new feature for our Premium members: the FeelingSurf API, a public REST API that lets you manage your account on our traffic exchange directly from your own scripts and tools.
What you can do with the API
- Create, update, pause and delete your sites
- Manage your site templates, traffic sources and labels
- Read your surf sessions, referral program and site screenshots
- Check surfer-traffic availability by country before targeting locations
- Read and update your account settings
Everything is scoped to your own account, with a clear, stable JSON response for every endpoint.
Getting started
The API is a Premium benefit. Once you're subscribed, generate your key from Settings > API in your dashboard, then send it as a bearer token:
curl https://api.feelingsurf.fr/v1/me -H "Authorization: Bearer fsk_your_key"
That returns your account summary. From there you can list your sites, create a new one, update its settings, and more. The full reference, with every endpoint and field, lives at api.feelingsurf.fr.
Built for automation
The API is rate-limited per account and authenticated with a key you can regenerate or revoke at any time. Keep it secret: it grants full access to your account.
We can't wait to see what you build with it. As always, if you have questions or feedback, get in touch.