API测试场
通过我们的 CORS 代理发送。
https://us-or-rly101.zwift.com/api/
响应头 (0)
参数 (0)
相关API
评论
Frequently Asked Questions About Zwift API
What is Zwift?
Zwift is a public API listed in the akousa.net API Directory, a curated collection of 750+ APIs across 12 categories. 从 Zwift 检索虚拟骑行和跑步活动、骑行数据及锻炼结果。
How do I authenticate with Zwift?
Zwift uses OAuth 2.0 authentication. You need to register your application with the provider, obtain client credentials, and implement the OAuth 2.0 authorization flow to get access tokens for making API requests.
Is Zwift free to use?
Zwift offers a freemium pricing model. It includes a free tier with limited usage that is suitable for personal projects and prototyping. Paid plans are available for higher rate limits, additional features, or production-level usage.
Does Zwift support CORS?
Zwift does not support CORS (Cross-Origin Resource Sharing). To use this API from a browser-based application, you will need to route requests through a backend proxy server or use a CORS proxy to avoid cross-origin errors.
Where can I find Zwift documentation?
You can find the official Zwift documentation at https://developers.zwift.com/docs. The documentation includes endpoint references, request/response examples, authentication guides, and rate limit details. You can also explore Zwift in the akousa.net API Directory for a quick overview and test it using the built-in API tester.