Included on every plan

Your data. Your way.

Full REST API access on every FeedbackFountain plan — no add-ons, no premium tier, no per-call fees. Pull your review data into your own dashboards, analytics tools, or internal systems.

$ curl -H "Authorization: Bearer ff_live_..." \

  https://api.feedbackfountain.com/v1/reviews?source=google&rating=5

{

  "reviews": [{

    "rating": 5,

    "reviewer_name": "Sarah M.",

    "review_text": "Best bagels in Orlando! Jeff's Bagel Run is our new Sunday tradition.",

    "source": "google",

    "location_name": "Ocoee, FL"

  }],

  "total": 215,

  "page": 1

}

Built for developers

{}

Clean JSON responses

Every endpoint returns predictable, well-structured JSON. No XML, no SOAP, no surprises. Paginated with clear metadata.

🔑

Simple Bearer auth

Generate an API key, add it to your headers, and you're in. No OAuth flows, no token refresh, no session management.

Edge-fast

Served from Cloudflare's global edge network. Sub-100ms response times from anywhere in the world.

What you can build

The API gives you everything in your dashboard — and more.

Internal dashboards

Pull reviews into your existing BI tools, Looker, Metabase, or custom dashboards. Filter by location, source, rating, or date range.

Automated alerting

Poll for new negative reviews and pipe them into Slack, PagerDuty, or your own notification system. Respond faster than ever.

Training data

Feed review data into your own ML models for custom sentiment analysis, trend prediction, or competitive intelligence.

Ops integration

Connect reviews to your POS, scheduling, or staffing tools. Correlate review sentiment with shift schedules, menu changes, or promotions.

No extra charge. Ever.

Other platforms lock API access behind their enterprise tier or charge per API call. We include it on every plan because your data should be accessible wherever you need it. As your business grows, your API access grows with you — same flat price.

API access included

On Starter, Growth, Scale, and Pro plans

No per-call fees

Unlimited API requests

No rate limits

Use it as much as you need

Four clean endpoints

GET /v1/locations

List all your locations with review stats

GET /v1/locations/:id

Full location details with platform IDs and AI summary

GET /v1/reviews

Paginated, filterable reviews across all sources

GET /v1/reviews/:id

Single review with full metadata and AI response suggestion

Start pulling review data in minutes

Sign up, generate an API key, and make your first request. It's that simple.