Introduction

About this API #

The end goal of this API is to provide extreme unicycling data. As of now it only provides trick data, but in the future it could be extended.

Usage #

The use the API, simply make HTTP GET calls to one of the endpoints listed in the tricks page. The base URL for all endpoints is https://unicycleapi.com/api/v1/.

Examples #

On the command line, you could poll the API with the curl tool:

$ curl https://unicycleapi.com/api/v1/tricks/crankflip. About