← Fast Aquatics home

Fast Aquatics public JSON API

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

Endpoints

Quick example

curl https://fastaquatics.com/api/v1/sections.json | jq '.sections[0:3]'

JavaScript fetch

const r = await fetch('https://fastaquatics.com/api/v1/q.json');
const data = await r.json();
console.log(data.count, 'Q&A entries available');

License + attribution

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/.

Other machine surfaces

Contact

Questions, integration requests, or want a higher-volume firehose? Email info@wetyr.com.