Nationalize Nationalize is a go client for the nationalize.io API. Examples You can use this library to call the API client. client := nationalize.NewClient() prediction, rateLimit, err := client.Predict("michael") This client also supports batch predictions.