# geocode API ## Endpoint URL - https://www.much-better.com/api/geocode/v202206/?a=[address]&l=[language] ## Parameters - a: The a parameter specifies the address that you want convert to geocode. Parameter must be required and URL-encoded. - l: The l parameter specifies the language that should be used for text values in the API response. "ja" (for Japanese) or "en" (for English) is available. The default value is "ja". ## Response - Output Format: csv - Response is value which latitude and longitude are comma-separated. - This web services are supported by Google. ## Sample for "21443 LA-436, Bogalusa, LA" - Request: https://www.much-better.com/api/geocode/v202206/?a=21443%20LA-436%2C%20Bogalusa%2C%20LA - Response: 30.835148,-89.8347375 ## Error - If there is no data available, we will return error messages. ## Version - Version: v202206 - Updated: 2022/06/03