Make requests and get response.
https://api.weber.am/get/alphabet
JSON: array, where each letter data is an object.
https://api.weber.am/get/metals
JSON: array, where each metal data is an object.
https://api.weber.am/get/periodicTable
JSON: array, where each element is an object.
https://api.weber.am/send/test
JSON: object, where each key-value pair is what you've sent.
https://api.weber.am/send/formdata
JSON: object, where each key-value pair is what you've sent, including files.