To the Top

The RIG (Random Identity Generator) in the Browser

Buy Me A Coffee

This page provides an online RIG utility which generates the random identity. It also provides API which is rate-limit.

API (Application Programming Interface)

The API following has a rate-limit 1 call per second.
https://helloacm.com/api/rig/
It will return JSON-encoded data (example):
"Buddy Foster\n139 Lake Dr\nSpokane, WA  99210\n(509) xxx-xxxx\n"
https://helloacm.com/api/rig/?g=2
It will return JSON-encoded data (example):
"Art White\n255 Potter Rd\nAustin, TX  78710\n(512) xxx-xxxx\n"
https://helloacm.com/api/rig/?c=2
It will return JSON-encoded data (example):
"Dolly Day\n286 Erming Ln\nPassadena, CA  91109\n(818) xxx-xxxx\n\nShirley Pearson\n729 Ashland St\nOmaha, NE  68108\n(402) xxx-xxxx\n"
https://helloacm.com/api/rig/?c=2&g=1
It will return JSON-encoded data (example):
"Marjorie Lucas\n363 Orange West\nRoanoke, VA  24022\n(703) xxx-xxxx\n\nDorothy Albert\n365 Spring County Blvd\nGalveston, TX  77553\n(409) xxx-xxxx\n"
Note: The c parameter can only be ranged from 1 to 100 inclusive. The API is rate-limit by 1 second per call.

API Servers for Random Identity Generator

You can use the following API servers, for free, on a fair-use policy:
  1. Load Balancer: https://api.justyy.workers.dev/api/

Principle

We use the linux command rig.
NAME
       RIG - Random Identity Generator

USAGE
       rig [ -f | -m ] [ -d datadir ] [ -c num ]

DESCRIPTION
       Rig  is  a  utility  that will piece together a random first name, last
       name, street number and address, along with a geographically consistant
       (ie,  they  all  match  the  same area) city, state, ZIP code, and area
       code.

       It is suitable for such applications as feeding the NY times  registraâ€
       tion  page to fend off junk (snail) mail and telemarketers, or for regâ€
       istering on BBS's to which you don't wish to reveal your real  informaâ€
       tion.

OPTIONS
       -f, -m Respectively,  use  female  and  male  names. If neither or both
              options are selected, RIG uses both female and male names.

Share: List of Many Other Online Tools