{"note":"OpenAPI conversion -- returning structured metadata","name":"ote-godaddy-com-countries","description":"spec","version":"unknown","base_url":"https://api.ote-godaddy.com","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api spec\n@base https://api.ote-godaddy.com\n@endpoints 2\n@toc countries(2)\n\n@endpoint GET /v1/countries\n@desc Retrieves summary country information for the provided marketId and filters\n@required {marketId: any # MarketId in which the request is being made, and for which responses should be localized}\n@returns(200) Request was successful\n@errors {422: marketId is required, 429: Too many requests received within interval, 500: Internal server error}\n\n@endpoint GET /v1/countries/{countryKey}\n@desc Retrieves country and summary state information for provided countryKey\n@required {countryKey: any # The country key, marketId: any # MarketId in which the request is being made, and for which responses should be localized}\n@returns(200) Request was successful\n@errors {404: Country not found, 422: marketId is required, 429: Too many requests received within interval, 500: Internal server error}\n\n@end\n"}