PCS Proxy

Caching proxy for Pro Cycling Stats data.

Usage

Google Sheets (IMPORTHTML)

=IMPORTHTML("https://your-app.com/api/pcs?key=YOUR_KEY&url=/race/omloop-het-nieuwsblad/2026/startlist/top-competitors", "table", 1)

JSON format

GET /api/pcs?key=YOUR_KEY&url=/rankings%3Foffset%3D0&format=json

Parameters

ParamRequiredDescription
keyYesAuth token
urlYesPCS path (URL-encoded if it contains query params)
formatNohtml (default) or json
tableNoTable index, 1-based (JSON only, default: 1)