Example for ProxySpace GEO Location API written in Typescript
ts-node api-req.ts <ip>
If IP
is not provided it fall backs on your own IP.
OK
{
asn_number: 502xx,
asn_organization: 'T-Mobile Thuis BV',
city: 'Arnhem',
country: 'Netherlands',
country_code: 'NL',
ip: '94.157.xx.xx',
latitude: 52.xxx,
longitude: 5.xxx,
postal_code: '68xx',
time_zone: 'Europe/Amsterdam'
}
Speed 131.55 MS
npm i
ts-node
=> npm -g i ts-node