1
0
mirror of https://github.com/jedisct1/iptoasn-webservice synced 2025-04-11 22:55:50 +02:00
Frank Denis 9c1eb2a7e4 up
2025-04-06 20:06:04 +02:00
up
2025-04-06 20:06:04 +02:00
2019-12-04 16:42:00 +01:00
up
2025-04-06 20:06:04 +02:00
y++
2021-01-03 09:53:47 +01:00
2021-01-03 09:57:58 +01:00

Build Status

iptoasn-webservice

Webservice to map IP addresses to AS information.

This is the source code of the public API from iptoasn.com.

Requires rust.

Usage:

$ curl -H'Accept: application/json' https://api.iptoasn.com/v1/as/ip/<ip address>
{
  "announced": true,
  "as_country_code": "US",
  "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"
}
Description
No description provided
Readme BSD-2-Clause 289 KiB
Languages
Rust 93.7%
Dockerfile 4.1%
Shell 2.2%