Netsyms Technologies

Data and API Server

This server is not for public use except when accessed via software and apps released by Netsyms Technologies. Do not use these APIs in other ways without express permission.

Source code for this subdomain is available for you to use on your own server with your own third-party API keys. Get the Code

/gis: Earth, Weather, and Mapping

  • geocode/reverse
    Convert coordinates into a street address.
    latitude=23.45
    longitude=32.12
  • geoip
    Find approximate coordinates for (by default) the client's IP address, or the IP address passed.
    ip=10.0.0.1 (optional)
  • weather
    Get the weather at a location.
    latitude=23.45
    longitude=32.12
    nocache=1 (optional)

/net: Network and Internet

  • contactspam
    Reduces website contact form spam by checking against various lists of spammy IPs, domains, and message phrases.
    domain=your.domain
    message=hello world
    email=msgsender@gmail.com
    ipaddr=1.0.146.24
  • geoip
    Find approximate coordinates for (by default) the client's IP address, or the IP address passed.
    ip=10.0.0.1 (optional)
  • whois
    Do a WHOIS lookup of a domain.
    domain=ntsm.io
    nocache=1 (optional)