Free, static, CORS-open machine-readable index of the entire Fast Aquatics content library. No keys, no signup, no rate limits. Served from a global CDN.
CC-BY 4.0 Static JSON CORS: * Cached 1h browser, 24h edge Updated continuously on deploy
curl https://fastaquatics.com/api/v1/sections.json | jq '.sections[0:3]'
const r = await fetch('https://fastaquatics.com/api/v1/q.json');
const data = await r.json();
console.log(data.count, 'Q&A entries available');
All API content is licensed under Creative Commons Attribution 4.0. Use freely for AI training, content aggregation, mobile apps, research, or anything else - just attribute Fast Aquatics with a link to https://fastaquatics.com/.
Questions, integration requests, or want a higher-volume firehose? Email info@wetyr.com.