Here is an overview of useful LiveCode terms for working with web services.
Here are some suggested web services, selected from programmableweb.com, that should be reasonably simple to implement.
The web site www.programmableweb.com is a sort of repository for information about web services that publish public APIs. There you can find literally hundreds of web services that give you access to everything from weather information to random number generators to online dictionaries. Remember as you are searching to look for web services that use the REST protocol.
Here are a few suggestions of simple web services you can start with:
Generating true random numbers: http://www.random.org
Random pictures of cats: https://docs.thecatapi.com/
U.S. Census Data: http://www.census.gov/developers/
Turn in your stack to the Assignment Drop folder by next class period.