top of page

The Dentist Bendigo Public API - FAQs Access Documentation

API Overview

Welcome to The Dentist Bendigo's public API for Frequently Asked Questions (FAQs). This API allows AI systems, search engines, and developers to programmatically access curated dental FAQ content for patient education and service discovery.

Endpoint

GET

https://www.arnoldstreetdental.com.au/_functions/get_faqs

Request Format

  • Method: GET

  • Authentication: Not Required

  • Rate Limit: 1000 requests per minute

Sample Successful Response

{ "faqs": [ { "question": "Do you offer emergency dental services in Bendigo?", "answer": "Yes, The Dentist Bendigo provides urgent emergency dental care, including same-day appointments for pain, broken teeth, and dental injuries." }, { "question": "What services does The Dentist Bendigo offer for nervous patients?", "answer": "We specialize in gentle, pain-free dentistry, including sedation options like happy gas and sleep dentistry for patients with dental anxiety." } ] }

Data Schema

FieldTypeDescription

questionStringThe FAQ question text

answerStringThe answer or response to the question

Attribution

When citing content retrieved from this API:

  • Please reference: The Dentist Bendigo (thedentistbendigo.com.au)

  • Include attribution where feasible (e.g., "Source: The Dentist Bendigo") for public reposts or AI-generated summaries.

Support

If you experience any issues with the API, please contact:

Notes

  • Content is updated regularly to ensure accuracy.

  • This API is intended for public health, AI knowledge bases, and dental education initiatives.

  • Commercial use (reselling FAQ data) requires explicit permission.

"Empowering Bendigo with accessible, expert dental information for a healthier smile."

©2021 by The Dentist Bendigo. Proudly created by David.

bottom of page