Examples

Example code for various languages. You might also like to check out our SDKs

C#
Go
PHP

Phone Validate Example


Request
https://neutrinoapi.net/phone-validate?number=447522123456&user-id=YOUR_USER_ID&api-key=YOUR_API_KEY

Response
{
  "valid":true,
  "location":"United Kingdom",
  "international-number":"+447522123456",
  "international-calling-code":"44",
  "type":"mobile",
  "is-mobile":true,
  "local-number":"07522 123456",
  "country-code":"GB"
}