Nomen Loco
Name matching api that can compare two names and return similarity scores. Handles misspellings as well as common nicknames like Robert and Bob. In addition to scoring, the ability to generate a set of Keys for a given name to help find candidates' names that may match. This can help with efficient lookups and reduce the number of names that need to be compared.
Nomen Loco endpoints
| Method | Endpoint | Description |
|---|---|---|
| nomenloco | ||
| POST |
score /nomenloco/v1/score |
Use the scoring endpoint to score the similarity between two names. |
| POST |
Keys /nomenloco/v1/getKeys |
This endpoint provides matching keys for getting candidates to score against. A name will generate several keys, which can then be stored. When trying to find a name that… |
Nomen Loco pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO Recommended | $4.99 / month | 50 / second |
|
| ULTRA | $9.99 / month | 150 / second |
|