1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest.git synced 2025-08-03 03:51:24 +00:00
2020-04-23 21:17:23 -07:00
2020-03-01 15:21:22 -07:00
2020-04-20 22:55:48 -07:00
2020-04-20 23:13:05 -07:00
2020-03-01 15:21:22 -07:00
2020-04-20 22:11:00 -07:00
2020-03-03 20:05:40 -07:00
2020-04-07 10:19:57 +00:00
2020-03-01 15:21:22 -07:00
2020-04-23 21:17:23 -07:00

2 Chainz Rest

API for 2 Chainz quotes an aliases built using Python and Azure Functions. More project info at 2.chainz.rest.

Endpoints

Quote

Returns a random 2 Chainz Quote in json format like the following example:

send a get request to https://api.chainz.rest/quote

{
  "quote": "I got a pocket full of money, it got me walking all slew-foot"
}

Source Code

Alias

Returns a random 2 Chainz alias in json format. The return values are weighted and a full list can be seen in aliases.py.

send a get request to https://api.chainz.rest/alias

{
  "alias": "Dos Cadenas"
}

Source Code

Description
No description provided
Readme MIT 54 KiB
Languages
Python 100%