astroip-typescript
Version:
Official Typescript / Javascript SDK for AstroIP.co Geolocation API
17 lines • 362 B
text/typescript
export interface AsnResponse {
total_blocks_v4: number,
status_code: number,
ip_blocks_v4: string[],
abuse: {
address: string,
email: string
},
registry: string,
country_code: string,
name: string,
type: string,
domain: string,
error: string,
organization: string,
asn: string
}