mirror of
https://github.com/Tizian-Maxime-Weigt/IP-to-ASN-and-Whois-API.git
synced 2026-08-20 13:40:38 +00:00
Update README to include provider logo information
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user