I meant not like the table kind of dictionary, like the Merriam-Webster kind. Is there a way to do that or is there a module someone made to get the definition of each word in a dictionary? I’m making a google/browser - like game if you’re wondering.
Try using the documentation on the dev forum hub for HttpService.
Well, how do you do that?
(30 characters)
ok, thx
(30 char 30 characters)
Like other people have said, use the HttpService’s:GetAsync() to get data from https://www.merriam-webster.com/dictionary/YOURWORDHERE and process that data with JSONDecode.