Get a piece of advice, either random or by ID.
Get random advice
GET /commands/advice
Get advice by ID
GET /commands/advice/{ID}
Get a random satirical factoid about martial artist and actor Chuck Norris.
GET /commands/jokes/chucknorris
Convert a temperature from Celsius to Fahrenheit.
GET /commands/temperature/ctof/{temperature}
Convert a temperature from Celsius to Kelvin.
GET /commands/temperature/ctok/{temperature}
Convert a temperature from Fahrenheit to Celsius.
GET /commands/temperature/ftoc/{temperature}
Convert a temperature from Fahrenheit to Kelvin.
GET /commands/temperature/ftok/{temperature}
Convert a temperature from Kelvin to Celsius.
GET /commands/temperature/ktoc/{temperature}
Convert a temperature from Kelvin to Fahrenheit.
GET /commands/temperature/ktof/{temperature}
Get the current time in a 12-hour format for a certain timezone.
GET /commands/time/current/12/{timezone}
Get the current time in a 24-hour format for a certain timezone.
GET /commands/time/current/24/{timezone}