{"openapi":"3.2.0","info":{"title":"Eyecon API","description":"Use the no.1 API for a true caller ID to identify name and see photos. 100% success rate phone lookup API for eyecon. Use it to fetch names, social media profiles, and additional info about any phone number around the world.","version":"1.0.0"},"servers":[{"url":"https://fbjfp.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/api/v1/getCountryCode":{"get":{"operationId":"get_api_v1_getCountryCode","summary":"Get Country Code","description":"Get list of all country codes.","responses":{"200":{"description":"Returns a list of all countries supported by the Caller ID API, including country name, country calling code, ISO codes, population, area, and GDP information."},"500":{"description":"An internal server error occurred while processing the request. Please try again later."}}}},"/api/v1/search":{"get":{"operationId":"get_api_v1_search","summary":"Search Contact","description":"Search for the contact based on phone number and country code.","responses":{"200":{"description":"Returns contact information associated with the provided phone number, including the identified name and other available caller details."},"500":{"description":"An internal server error occurred while processing the request. Please try again later."}},"parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string"}},{"name":"number","in":"query","required":true,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}