{"openapi":"3.2.0","info":{"title":"IP Geolocation - IPWHOIS.io API","description":"Easy to integrate, based on your choice, the ipwhois API can deliver results in JSON, XML or Newline format.  Our real-time geolocation API service is used by thousands of developers all around the world.   You can use https://ipwhois.io/ to filter out bot traffic, customize content based on visitor's location, display full country names, perform bulk IP geolocation, and more.","version":"1.0.0"},"servers":[{"url":"https://vlecc.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/json/":{"get":{"operationId":"get_json","summary":"JSON endpoint","description":"Detailed information on our website: https://ipwhois.io/documentation","parameters":[{"name":"ip","in":"query","description":"{ip} can be an IPv4 or IPv6 address, or none to use the current IP address.","required":false,"schema":{"type":"string","example":"1.1.1.1"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}