Check out our High Performance Batch Processing API: Match and Enrich Data Using CSV/TSV Files as Input Data to our APIs Learn More

Determine Name Origin API

Identify likely country of origin for individual names, including international character sets

API Overview

This API provides the likely name origin for an individual name, including international character sets. It uses AI, specialized language models, heuristics, phonetics, specific knowledge bases, categorization hierarchies, contextual machine learning, and various other algorithms to identify the name origin.

Multilingual Support

Handles names from various cultures and languages, including non-Latin scripts.

AI-Powered

Utilizes advanced AI and machine learning techniques for accurate origin determination.

Comprehensive Database

Leverages extensive knowledge bases and algorithms for reliable results.

How It Works

Name Origin
Kai J. Haaskavi Finland
Orhan Pamuk Turkey
Fernando Pessoa Portugal
Isabel Allende Chile
Thongchai Jaidee Thailand
ท้าวสุรนาร Thailand
姚明 China
Michael Pan China
Björn Andrésen Sweden
גולדה מאיר Israel
Александр Пушкин Russia
Ειρήνη Παπά Greece
Nguyễn Thị Thiên Thanh Vietnam
向井 千秋 Japan
Chieko Suzuki Japan
김연아 Korea

API Details

Endpoint

https://api.interzoid.com/getnameorigin

Request Format

https://api.interzoid.com/getnameorigin?license=[licensekey]&name=[individual name]

Sample Request

https://api.interzoid.com/getnameorigin?license=fh5hs7*****&name=Pierre Bonaparte

Sample Response

{"Origin":"France","Code":"Success","Credits":47372}

cURL Example (with API key in header)

curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/getnameorigin?name=Pierre%20Bonaparte"

High Performance Batch Example (CSV source, provides results for entire file):

curl "https://connect.interzoid.com/run?function=name-origin&apikey=your-api-key&source=csv&connection=https://your-file-location.csv&table=csv&column=1"

Additional Information

Optional OpenAPI Specification

An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.

It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.

YAML JSON

For custom requirements or additional support, please contact us at support@interzoid.com.