We have a free* API, contact us to get setup.
Our API is super simple to build into your application, here's some examples on just how easy
You will need to have an account with us before you can access the API, so get in touch first
curl api.whatportis.com/v1/http
$.getJSON('http://api.whatportis.com/v1/http', function(data){ console.log(data) })
require 'json' require 'open-uri' JSON.parse(open('http://api.whatportis.com/v1/http').read)
$json = file_get_contents('http://api.whatportis.com/v1/http'); echo $json;
Cut down version of the info returned from API requests
{ "number": 80, "name": "HTTP", "brief": "HTTP - Hypertext Transfer Protocol", "tcp": true, "udp": false, "risk": 4, "tags": ["HTTP", "RFC2616", "Unencrypted", "Common"] }
There are limits to what we can offer for free, but they're still very high limits!