Posts by CarbonFred • 11 points
1 post
- 
		1 votes1 answer596 viewsA: Whois de dominios php api en json?I discovered this site: http://jsonwhoisapi.com/ Does what you need and is quite easy to use. Below PHP code ready for you to test: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…