1. NameValidator
Intsurfing
  • Intsurfing
    • BlackStork
      • NameValidator
        • Validate
          GET
  1. NameValidator

Validate

Developing
GET
https://nv.api.intsurfing.com/name-validator/validate
An endpoint to clean, parse, and detect gender in people's names
Input parameters serve as hints for the parser, guiding it during ambiguous situations.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://nv.api.intsurfing.com/name-validator/validate?name=Maria S. Johnson Jr&style&type&checkCompany&fullTypeSex&mode' \
--header 'x-api-key: r2IcdTao9d9IPZKsPlgVO470VzYzjH4L5QzFrkZG'
Response Response Example
{
    "Name": {
        "OperationResults": [
            "nrcGlobalCacheData"
        ],
        "FirstName": "Charles",
        "MiddleName": "N",
        "LastName": "Johnson",
        "Sex": "M",
        "NameFull": "Charles N Johnson"
    },
    "SourceName": "Charles N. Johnson"
}
Built with