{"openapi":"3.2.0","info":{"title":"GeoData API","description":"IP Lookup service and Geo Data","version":"1.0.0"},"servers":[{"url":"https://mrbfb.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/city/{cityName}":{"get":{"operationId":"get_city_cityName","summary":"Full information about the country","parameters":[{"name":"cityName","in":"path","required":true,"schema":{"type":"string"}}]}},"/country/{countryCode}":{"get":{"operationId":"get_country_countryCode","summary":"Full information about the country","parameters":[{"name":"countryCode","in":"path","required":true,"schema":{"type":"string"}}]}},"/ip/{IP}":{"get":{"operationId":"get_ip_IP","summary":"Get geo location information about the IP address","parameters":[{"name":"IP","in":"path","required":true,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}