notrustverify / map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:Dockerfile 1.0%