MattShaw.org | API
About
API Version
v1.0
URL
http://mattshaw.org/api/method_name.format?parameters
Supported return formats
xml, json
Supported request methods
GET
Requires Authentication
false
Rate Limits
Rate limits are applied to methods that request information with the HTTP GET command. Generally API methods that use HTTP POST to submit data to MattShaw.org are not rate limited, however some methods are being rate limited now.
Methods
likes-tacos
Parameters
filling (optional, defaults to 'fish') - Specifies what type of taco to inquire about. If I like this type of taco, response will be "true". Otherwise, response will be "false".
Example API Calls
http://mattshaw.org/api/likes-tacos.json
http://mattshaw.org/api/likes-tacos.json?filling=pork
http://mattshaw.org/api/likes-tacos.xml?filling=chicken%20feet
Example Return Data
XML
<response>true</response>
json
{
'response':true
}