{"note":"OpenAPI conversion -- returning structured metadata","name":"taxrates-io","description":"Taxrates.io API","version":"unknown","base_url":"https://api.taxrates.io/api","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Taxrates.io API\n@base https://api.taxrates.io/api\n@auth ApiKey Authorization in header\n@endpoints 3\n@toc tax(3)\n\n@endpoint GET /v3/tax/rates\n@desc Get request\n@optional {domain: str # Domain name: api.taxrates.io, filter: str # You can filter your taxes by one of following types: 'standard', 'CombinedRate', 'CountyRate', 'CityRate', 'SPDRate' and 'MTARate'., cursor: str # Cursor shows from which record you want to get information. Default value is 0, next value can be retrieved from X-Cursor-Next header., Product_code: str}\n@returns(500) {code: str, message: str, fields: str}\n\n@endpoint GET /v1/tax/ip\n@desc Get request\n@optional {domain: str # Domain name: api.taxrates.io, ip: str # Customer's IP address, filter: str # For US sales tax you can filter the tax type, zip: str # For US sales tax a Zipcode must be proivded, product_code: str # Your can filter your taxes by product code}\n\n@endpoint GET /v1/tax/countrycode\n@desc Get request\n@optional {domain: str # Domain name: api.taxrates.io, country_code: str # Country code alpha 2, filter: str # You can filter your taxes by one of following types: 'standard', 'reduced', 'second reduced', 'third reduced' and 'super reduced'., zip: str # You must provide a zip code if one of your selected countries is United States and you've had selected a state on your Taxrates.io member's dashboard., product_codes[]: str # Use one or many product code/s., province : str # Use for Canada, date: str}\n@returns(200) {country_name: str, taxes: [map]}\n\n@end\n"}