{ XINF }

{ a simple JSON api for your simple needs. }

{
  Features: {
    ECHO: echo what you sent
    MYIP: get remote ip
    RAND: random number/string generation
    UUID: unique universal identifier
    NUMW: numbers to words
    TIME: get local time
    CTRY: get data of country
    GEOX: geographical utilities.
    NAME: name your next GitHub project.
    HASH: just hash it.
    STAT: easy statistics on a list of numbers!
    XDNS: specify DNS records for different websites using different DNS servers.
    MORE: more stuff coming soon! (Perhaps behind a paywall, because money :D)
  }
  {
    It's very fast - sub millisecond time server-side!
  }
  About me: {
    BLOG: My Blog
    YTCH: My YT channel
    GHUB: My GitHub
  }
  Links take you back here?
  [
    Right click on this page and click "inspect"
    Long press the refresh button
    Click "Empty Cache and Hard Reload"
  ]
}
    

{ DOCUMENTATION }

ECHO

returns what you sent to the server.

MYIP

returns your remote IP address.

RAND

by default, generates a random signed 32 bit floating point number.

UUID

generates a UUID (universal unique identifier)

NUMW

converts a number to a word. defaults to zero. example

TIME

returns the local time.

CTRY

Gives you information on a country based on the ISO 3166 international standard.

GEOX

Converts a coordinate (in degrees) and a zoom level into a geo tile.

NAME

Gives you a random name by randomly selecting num words from this word list. Minimum/default of two words. All words are separated by a dash (-)

HASH

Gives you a hash of an inputted string. Defaults to sha256 hashing. example

STAT

A service that takes in a list of float64 integers and returns useful statistical information.

XDNS

Returns DNS (Domain Name System) info, such as IP, Canonical Name, and Mail Exange Adresses.

IODD

Checks whether a number is odd or not. Returns false by default.