So I love messing around with APIs, and I want some free (no api keys/money required) APIs to mess around with. Any APIs are welcome, but specifically I want a dictionary API, a weather API, and an AI API.
1 Like
From a quick google search:
What kind of AI? And it will most likely be very hard to find this for free
2 Likes
Any AI is fine. But youāre right, not many are free.
1 Like
Iāve been having a lot of fun building a Fortnite bragging rights app which pulls game data from a tracker site for a number of usernames and aggregates it. Need to work on the CSS so it displays nicely but has been pretty robust (which I was worried about).
3 Likes
100 Days Of Code actually goes into JSON files and stuff, as well as APIs. You can use an OpenAI API key to create a ChatGPT-like bot on Python. You can check out a tutorial (Iāve forgotten the name) under the āLearnā page aon Replit⦠I think itās from a group āTakeoff Schoolā or something.