API Overview
This API provides a match score (likelihood of matching) between two individual names on a scale of 1-99, where 99 is the highest possible match.
AI-Powered
Leveraging Generative AI, specialized language models, and various algorithms for accurate matching.
Scoring System
Provides a match score from 1 to 99, allowing for precise comparison of individual names.
Global Capability
Handles international names with advanced matching techniques.
How It Works
Full Name 1 | Full Name 2 | Match Score (1-99) |
---|---|---|
James Kelly | Jim Kelly | 85 |
Mr Robert J McCarthy | Bob Macarthy | 80 |
George P Lucas | Jorge Lucaso | 62 |
Daniel Clark | Danny Clarkson | 40 |
Gerhard Schröder | Herr Gerheart Schrode | 86 |
The API compares two individual names and returns a match score indicating their similarity.
API Details
Endpoint
https://api.interzoid.com/getfullnamematchscore
Request Format
https://api.interzoid.com/getfullnamematchscore?license=[licensekey]&fullname1=[full name]&fullname2=[full name]
Sample Request
https://api.interzoid.com/getfullnamematchscore?license=fh5hs7*****&fullname1=James Johnston&fullname2=Jim Johnson
Sample Response
{"Score":"85","Code":"Success","Credits":5828243}
cURL Example (with API key in header)
curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/getfullnamematchscore?fullname1=James%20Johnston&fullname2=Jim%20Johnson"
Optional SDKs
Additional Resources
Learn More About Individual Match Scoring
Discover more about the intricacies and applications of individual match scoring in our detailed blog post.
Read Blog PostWeb Matching Wizard
No coding necessary - try our Cloud Data Connect Web matching wizard to see our Matching APIs in action with entire datasets using an intuitive browser interface.
Launch WizardOptional 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