mirror of
https://github.com/Tizian-Maxime-Weigt/IP-to-ASN-and-Whois-API.git
synced 2026-03-18 09:41:08 +00:00
Update README to include provider logo information
This commit is contained in:
parent
404ae20cf0
commit
bd77984bcd
@ -34,6 +34,7 @@ https://cdn.t-w.dev/whois?ip={IP}
|
|||||||
| asn | string | Autonomous System Number |
|
| asn | string | Autonomous System Number |
|
||||||
| country | string | 2-letter country code of the ASN |
|
| country | string | 2-letter country code of the ASN |
|
||||||
| description | string | Cleaned provider name (normalized) |
|
| description | string | Cleaned provider name (normalized) |
|
||||||
|
| logo | string | Provider logo (not all) |
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
@ -42,7 +43,8 @@ https://cdn.t-w.dev/whois?ip={IP}
|
|||||||
"ip": "8.8.8.8",
|
"ip": "8.8.8.8",
|
||||||
"asn": "15169",
|
"asn": "15169",
|
||||||
"country": "US",
|
"country": "US",
|
||||||
"description": "Google"
|
"description": "Google",
|
||||||
|
"logo": "https://cdn.t-w.dev/img/Google.webp"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user