Nationalize.io · Example Payload

Name Not Found

Response when a name is not found in the dataset after all matching attempts

NationalityName PredictionDemographicsProbabilistic ModelsPeople

Name Not Found is an example object payload from Nationalize.io, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponse

Example Payload

Raw ↑
{
  "description": "Response when a name is not found in the dataset after all matching attempts",
  "request": {
    "method": "GET",
    "url": "https://api.nationalize.io?name=zzzzunknown&apikey=YOUR_API_KEY"
  },
  "response": {
    "status": 200,
    "body": {
      "name": "zzzzunknown",
      "country": null,
      "count": 0
    }
  }
}