# Global Name ## Overview The Global Name Cloud API takes full names and optionally a Country as input and uses intelligent recognition to identify over 6,000,000 last names and 4,000,000 first names across different countries and languages. Global Name is used to validate and parse the names of people and businesses. Use this API at the point of entry to detect vulgarities and suspicious names and prevent them from entering the Database. Global Name can be used to: * Parse full names into first, middle and last names, as well as prefixes like “Dr.” and suffixes like “Jr.” * Correct misspelled first names * Flag vulgar and obviously fake names, such as “Bugs Bunny.” * Split dual names (ex. Mr and Mrs John and Mary Jones) * Assign gender based on known first names and prefixes. * Output preferred output Salutation name parts. * Standardize company names **Documentation** * [Global Name Documentation](https://docs.melissa.com/cloud-api/global-name/global-name-index.html) **Useful Resources** * [Release Notes](https://releasenotes.melissa.com/cloud-api/global-name/) * [Result Codes](https://docs.melissa.com/cloud-api/global-name/result-codes.html) **Product Page** [https://www.melissa.com/name-verification](https://www.melissa.com/name-verification) **Support Center** [https://www.melissa.com/company/product-support](https://www.melissa.com/company/product-support) ## Servers Global Name Server ``` https://globalname.melissadata.net/V3/WEB/GlobalName ``` ## Download OpenAPI description [Global Name](https://md-developer-portal-staging.redocly.app/_bundle/apis/global-name.yaml) ## Name Verification Use this endpoint to verify names. ### Verify a name or company - [GET /doGlobalName](https://md-developer-portal-staging.redocly.app/apis/global-name/name-verification/doglobalnameget.md): This is the Global Name request. _Note:_ A License Key is required with either Company or FullName for this request. ### Verify names or companies - [POST /doGlobalName](https://md-developer-portal-staging.redocly.app/apis/global-name/name-verification/doglobalnamepost.md): This is the Global Name request. _Note:_ A License Key is required with either Company or FullName for this request.