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 your own projects without our 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

Street address autocomplete based on scraping of public records, OpenAddress.io, and other various government sources. Database available for one-time purchase as a SQLite file or MariaDB dump. Contact us and make an offer.

/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)
  • streetautocomplete
    Suggest U.S. street addresses based on a ZIP code and partial address.
    zip=12345
    street=123 test rd

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