A Flask-based (Python) REST API collection, ranges from the BASIC (addition, percentage) to ACTUALLY USEFUL (TLDR, URL Shortener, Whois).
Note
This is a Web REST API built for fun, so expect rough edges.
| Endpoint | Description |
|---|---|
aboutme |
Personal info endpoint |
add |
Basic sddition |
subtract |
Basic subtraction |
binary |
Integer to binary conversion |
current-time |
Current time (Unix, GMT, UTC) |
tldr |
API of tldr linux tool |
exif |
Extract image EXIF metadata |
multitable |
Multiplication table |
news |
Fetch news |
pattern-detect |
Pattern matching in text |
percentage |
Percentage calculator |
random |
Random number/value |
search |
Search utility |
todo-add |
Add a todo item |
todo-read |
Read todo list |
uptime |
Server uptime |
whois |
WHOIS domain lookup |
wordcount |
Word count |
timestamp/convert |
Convert timestamps across timezones |
| Route | Description |
|---|---|
/ |
Index |
/timestamp/convert/app |
Timestamp converter UI (Limited available timezones, but you can add more if you want) |
flaskflask_socketiofeedparser