---
title: "Compare two individual/person names and receive a match score from 0-100 indicating how similar they are. Handles name order, nicknames, and abbreviations."
method: GET
path: "/getfullnamematchscore"
tags: ["data-matching"]
---

# Compare two individual/person names and receive a match score from 0-100 indicating how similar they are. Handles name order, nicknames, and abbreviations.

`GET /getfullnamematchscore`

## Query parameters

- `fullname1` string, required
- `fullname2` string, required

## Response `200`

Successful response

## Other responses

- `400` — Missing or invalid parameters
- `402` — Payment Required. Returns an x402 challenge with payment requirements in the Payment-Required header and JSON body.

---

[API](https://skmtc.net/interzoid/apis/interzoid-data-quality-and-enrichment-apis.md) · [All operations](https://skmtc.net/interzoid/apis/interzoid-data-quality-and-enrichment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interzoid/interzoid-data-quality-and-enrichment-apis/revisions/7a2a7c241f34/schema)
