NameAPI is a web API
to handle people's names
in your software.

News

18.11.2024

Dictionary Update: Ukrainian Names

A member of the East Slavic family, the Ukrainian language shares deep historical roots with...


04.11.2024

New Python Client Library Released

We have implemented a Python client library, now available on PyPI, providing easy access to...


22.10.2024

Software Version 10.6.0 Released

This update brings several improvements and new features designed to enhance the accuracy and...


11.10.2024

Discovering Czech Names

As part of the West Slavic group, the Czech language shares similarities with Slovak and Polish,...


25.09.2024

Romanian Names Added

The Romanian language, a Romance language derived from Latin, is unique in Eastern Europe,...


Account, Users & Contracts

This page explains how the user management works.

The Account is used to log in on the website. The credentials are your email address and a password.

Contracts are what give the account quotas to make web service requests. Each account gets a free monthly subscription. In case that more credits are needed than are offered, additional paid contracts can be bought. There are monthly subscriptions for ongoing work (live applications), and one-time credits for batch processing with a time limit.

All Contracts are assigned to the Account. In the event that multiple contracts are active at the same time, the one contract is billed with the nearest expiration date.

The free contract never expires.

A User is the entity that is used when making web service requests from within your program or website. A user may have a life cycle (start/end date) and can be IP-restricted for enhanced security. Multiple users may be used for different programs. Also, the user's api key shows up in the log files.

All users are linked to the Account, and thus share the same Contract(s). In case different users need to use different contracts, multiple accounts have to be created (each with another unique email address).