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

  • fixphrase
    Convert between coordinates and a four-word phrase.
    latitude=23.45
    longitude=-32.12
    or
    words=coleslaw freak roaster tower
  • 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)

/logistics: Addresses, Shipping, and Tracking

  • tracking
    Get tracking status of a package
    code=XX123456789US
    carrier=usps (optional, autodetected if omitted)

/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)