{"note":"OpenAPI conversion -- returning structured metadata","name":"bigdatacloud-net","description":"IP Geolocation API","version":"unknown","base_url":"https://api-bdc.net/data/ip-geolocation","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api IP Geolocation API\n@base https://api-bdc.net/data/ip-geolocation\n@auth ApiKey key in query\n@endpoints 3\n@toc data(3)\n\n@endpoint GET /data/ip-geolocation\n@desc This API returns additional security hazard report in addition to confidence area and locality information\n@optional {ip: str # IPv4 IP address in a string or numeric format. If omitted, the caller’s IP address is assumed, localityLanguage: str # Preferred language for locality names in ISO 639-1 format, such as 'en' for English, 'es' for Spanish etc. Please note: 147 common world languages are supported, full list here, but not all languages are available for every location. If requested language is not available for a requested location it will default to English, if no English is available, the native, local names will be provided, key: str # Your API key}\n@returns(200) {ip: str, localityLanguageRequested: str, isReachableGlobally: bool, country: map, location: map, lastUpdated: str, network: map, confidence: str, confidenceArea: [map], securityThreat: str, hazardReport: map}\n\n@endpoint GET /data/ip-geolocation-with-confidence\n@desc Returns list of geocoordinates which represents estimated geolocation confidence area\n@optional {ip: str # IPv4 IP address in a string or numeric format. If omitted, the caller’s IP address is assumed, localityLanguage: str # Preferred language for locality names in ISO 639-1 format, such as 'en' for English, 'es' for Spanish etc. Please note: 147 common world languages are supported, full list here, but not all languages are available for every location. If requested language is not available for a requested location it will default to English, if no English is available, the native, local names will be provided, key: str # Your API key}\n@returns(200) {ip: str, localityLanguageRequested: str, isReachableGlobally: bool, country: map, location: map, lastUpdated: str, network: map, confidence: str, confidenceArea: [map]}\n\n@endpoint GET /data/ip-geolocation-full\n@desc Returns list of geocoordinates which represents estimated geolocation confidence area\n@optional {ip: str # IPv4 IP address in a string or numeric format. If omitted, the caller’s IP address is assumed, localityLanguage: str # Preferred language for locality names in ISO 639-1 format, such as 'en' for English, 'es' for Spanish etc. Please note: 147 common world languages are supported, full list here, but not all languages are available for every location. If requested language is not available for a requested location it will default to English, if no English is available, the native, local names will be provided, key: str # Your API key}\n@returns(200) {ip: str, localityLanguageRequested: str, isReachableGlobally: bool, country: map, location: map, lastUpdated: str, network: map, confidence: str, confidenceArea: [map]}\n\n@end\n"}