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.
fetch('https://floorsandingdirect.com/api/products.json')
.then(r => r.json())
.then(d => console.log(d.products))