{"openapi":"3.2.0","info":{"title":"ViewCaller API","description":"Find any phone number, have more information about your contacts & much more. Phone lookup API with 100% success rate. Use it to obtain identities from any phone number worldwide, if they are available.","version":"1.0.0"},"servers":[{"url":"https://ysozo.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/api/v1/getCountryCode":{"get":{"operationId":"get_api_v1_getCountryCode","summary":"Get Country Code","description":"Returns a list of all countries supported by the ViewCaller API, including country name, dialing code, ISO codes, population, area, and GDP information.","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":"Searches for contact information and identifies the name associated with a given phone number","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."}}}}