Floor Sanding Direct API

Open JSON data for Bona products, timber species, FAQs, guides, and brand comparisons. No auth. No rate limits. CORS enabled.

Part of the Floor Sanding Australia network.

Endpoints

GET /api/index.json — This index.
GET /api/faqs.json — All FAQs (495). Supports ?category= and ?q= filters.
GET /api/faq/.json — Single FAQ by ID.
GET /api/categories.json — FAQ categories with counts.
GET /api/products.json — All Bona products with specs.
GET /api/product/.json — Single product detail.
GET /api/guides.json — All guides with summaries.
GET /api/species.json — Australian timber species with hardness, colour, primer recommendations.
GET /api/comparisons.json — Brand comparisons (Bona vs Polycure, Synteko, Loba, Rubio, Osmo).
GET /api/search.json?q= — Unified search across FAQs, products, guides, and species.

LLM Data

GET /llms.txt — Short summary for AI crawlers
GET /llms-full.txt — Complete data dump for LLMs

Network APIs

Floor Sanding Australia — Contractors, regions, 841 FAQs
Sand-Aid — Supply store, 535 FAQs

Usage

fetch('https://floorsandingdirect.com/api/products.json')
  .then(r => r.json())
  .then(d => console.log(d.products))