Skip to content

Maxmind Geo Lite Announced By AS

This endpoint returns geolocation information for prefixes that are announced by an autonomous system. Annoucement information is based on RIS (http://ris.ripe.net), geolocation information is based on MaxMind's GeoLite2 data.

Prefix information (IPv4/IPv6) is based on GeoLite2 data created by MaxMind, which is Copyright 2021 MaxMind, Inc. All Rights Reserved. Please consult MaxMind's license before using this data for non-internal projects. For details on the accuracy of this data, please visit MaxMind's product website.

GET /data/maxmind-geo-lite-announced-by-as/data.json?resource=AS3333
Try it

Parameters

KeyValueInfoRequired
resourceAS numberNumber of the autonomous systemYES

Data Output

Code Examples

bash
curl --location --request GET "https://stat.ripe.net/data/maxmind-geo-lite-announced-by-as/data.json?resource=3333"
js
const requestOptions = {
	method: 'GET',
};

fetch("https://stat.ripe.net/data/maxmind-geo-lite-announced-by-as/data.json?resource=3333", requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));

Available versions for this endpoint:

1.0 (current)