Caching proxy for Pro Cycling Stats data.
=IMPORTHTML("https://your-app.com/api/pcs?key=YOUR_KEY&url=/race/omloop-het-nieuwsblad/2026/startlist/top-competitors", "table", 1)GET /api/pcs?key=YOUR_KEY&url=/rankings%3Foffset%3D0&format=json| Param | Required | Description |
|---|---|---|
key | Yes | Auth token |
url | Yes | PCS path (URL-encoded if it contains query params) |
format | No | html (default) or json |
table | No | Table index, 1-based (JSON only, default: 1) |