Merge branch 'master' of github.com:jedisct1/iptoasn-webservice

* 'master' of github.com:jedisct1/iptoasn-webservice:
  Update readme
This commit is contained in:
Frank Denis 2018-02-18 21:45:20 +01:00
commit 4092f6d9fe
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/jedisct1/iptoasn-webservice.svg?branch=master)](https://travis-ci.org/jedisct1/iptoasn-webservice)
# iptoasn-webservice
Webservice to map IP addresses to AS information (and DNS history, soon).
@ -18,6 +20,7 @@ $ curl https://api.iptoasn.com/v1/as/ip/<ip address>
"as_description": "LEVEL3 - Level 3 Communications, Inc.",
"as_number": 3356,
"first_ip": "4.0.0.0",
"ip": "4.3.2.1",
"last_ip": "4.23.87.255"
}
```