{"openapi":"3.2.0","info":{"title":"IP Lookup API","description":"IP Lookup API provides detailed information about location, security, company, currency, and IP address.","version":"1.0.0"},"servers":[{"url":"https://ip-lookup.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/v1/":{"get":{"operationId":"get_v1","summary":"IP Lookup","description":"IP Lookup API is a web service that allows developers to get information about a specific IP address. This includes details such as geographic location, internet service provider, organization name and other relevant data. The API can be used to enhance the functionality of applications that require IP-related data, such as geolocation services, fraud detection, and network security tools. With the IP Lookup API, developers can quickly and easily obtain accurate information about an IP address without having to collect and process the data themselves.","parameters":[{"name":"ip","in":"query","required":false,"schema":{"type":"string","title":"IP Address","example":"8.8.8.8"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}