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
}
Every endpoint returns predictable, well-structured JSON. No XML, no SOAP, no surprises. Paginated with clear metadata.
Generate an API key, add it to your headers, and you're in. No OAuth flows, no token refresh, no session management.
Served from Cloudflare's global edge network. Sub-100ms response times from anywhere in the world.
The API gives you everything in your dashboard — and more.
Pull reviews into your existing BI tools, Looker, Metabase, or custom dashboards. Filter by location, source, rating, or date range.
Poll for new negative reviews and pipe them into Slack, PagerDuty, or your own notification system. Respond faster than ever.
Feed review data into your own ML models for custom sentiment analysis, trend prediction, or competitive intelligence.
Connect reviews to your POS, scheduling, or staffing tools. Correlate review sentiment with shift schedules, menu changes, or promotions.
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
/v1/locationsList all your locations with review stats
/v1/locations/:idFull location details with platform IDs and AI summary
/v1/reviewsPaginated, filterable reviews across all sources
/v1/reviews/:idSingle review with full metadata and AI response suggestion
Sign up, generate an API key, and make your first request. It's that simple.