Update README to include provider logo information

This commit is contained in:
Tizian Maxime Weigt
2025-08-24 15:57:19 +02:00
committed by GitHub
parent 404ae20cf0
commit bd77984bcd
+3 -1
View File
@@ -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"
} }
``` ```