There are tons of APIs out there. Is there a specific API that you really want but does not exist or exists in poor form ? I am learning how to build a good API and wonder if there are ideas to explore. I will open source it of course :)
One idea I have is to build a simple read only API for Sales Tax Rates. I will start with USA but can expand to Europe for VAT etc. It will be something like:
usefulapi.com/salestax?country=usa&city=chicago
{
"rate" : "0.10"
}
So you'd want to be able to specify the class of product and a very fine-grained geographical location as inputs to your function, with the hopes that it will produce an accurate and preferably unambiguous result.