Colormind API
Pricing/Details:
The colormind API delivers a random color palatte. It's free for non-commercial private and public use. The website for the API is located at colormind.io.
Returns:
# {"result":[[214,78,69],[247,242,163],[201,216,147],[57,141,112],[62,80,64]]} which looks like an array of arrays.
bible-api.com
Pricing/Details:
bible-api.com is a web app that provides a JSON API. It is free to use and can be found here: bible-api.com
Returns:
{"reference":"John 3:16","verses":[{"book_id":"JHN","book_name":"John","chapter":3,"verse":16, "text":"\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n"}], "text":"\nFor God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.\n\n", "translation_id":"web","translation_name":"World English Bible","translation_note":"Public Domain"}
weatherstack.com
Pricing/Details:
weatherstack.com offers a public API with pricing ranging from free up to 99.99 per month. The free plan allows 250 calls per month while the business plan allows 1,000,000 calls.
Returns:
{ "request": { "type": "City", "query": "New York, United States of America", "language": "en", "unit": "m" }, "location": { "name": "New York", "country": "United States of America", "region": "New York", "lat": "40.714", "lon": "-74.006", "timezone_id": "America/New_York", "localtime": "2019-09-07 08:14", "localtime_epoch": 1567844040, "utc_offset": "-4.0" }, "current": { "observation_time": "12:14 PM", "temperature": 13, "weather_code": 113, "weather_icons": [ "https://assets.weatherstack.com/images/wsymbols01_png_64/wsymbol_0001_sunny.png" ], "weather_descriptions": [ "Sunny" ], "wind_speed": 0, "wind_degree": 349, "wind_dir": "N", "pressure": 1010, "precip": 0, "humidity": 90, "cloudcover": 0, "feelslike": 13, "uv_index": 4, "visibility": 16 } }
Summary
Of the three APIs that I've referenced here I'm going to use the weatherstack API for my project because it's got the best documenation of the three. Since I'm still not sure about the mechancics of all this I feel that the documentation is the most important feature for me to unilize.