Skip to content

notrustverify/map

Repository files navigation

Nym nodes geo

There's no visual way to know where the gateway in the world, this repo aims to solve this by giving an API where the coordinates are retrieved from the public IP and return the country too

Endpoints

Gateways

https://map.notrustverify.ch/map/gateways

{
  "gateways": [
    {
      "country": "CH",
      "created_on": "Fri, 09 Dec 2022 09:46:05 GMT",
      "identityKey": "2BuMSfMW3zpeAjKXyKLhmY4QW1DXurrtSPEJ6CjX3SEh",
      "latitude": 47.3667,
      "longitude": 8.55,
      "updated_on": "Fri, 09 Dec 2022 09:46:05 GMT"
    },
      ...
    ],
    "num_gateways": 55,
    "last_update": "Fri, 09 Dec 2022 09:46:13 GMT"
}

Countries

https://map.notrustverify.ch/map/gateways/countries

Organisations

https://map.notrustverify.ch/map/gateways/organisation

AS

https://map.notrustverify.ch/map/gateways/asn

Continents

https://map.notrustverify.ch/map/gateways/continents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published