---
title: "Phone (Low Latency)"
method: POST
path: "/phone/fast"
tags: ["Products"]
---

# Phone (Low Latency)

`POST /phone/fast`

Phone (Low Latency)

## Headers

- `content-type` string
- `accept` string
- `x-api-key` string, required

## Request body

- LowLatencyPhoneRequest — Low latency phone lookup request
  - `value` string, required — Phone number in international format, without + or leading zeros
  - `claim` 'phone', required — Lookup claim type
  - `customer_id` string, required — A string representing the unique identifier of the user you are requesting information about. Each request requires a different customer_id

## Response `200`

OK

- HubResponsePhone — Base
  - `resolution_id` string
  - `device_request_time` string
  - `customer_id` CustomerId — unresolved $ref
  - `phone` Phone — Phone
    - `value` string, nullable — The phone number of the user provided during the API call
    - `type` string, nullable — **DEPRECATED**: use **number_type** this will be remove on the 2.0 version of the API Indicates the phone type of the phone number provided is mobile or landline
    - `is_disposable` boolean, nullable — Indicates if the phone number belongs to a temporary phone service provider
    - `disposable_provider_name` string, nullable — When detected indicates the temporary phone service provider
    - `is_suspicious_format` boolean, nullable — Indicates if the phone number you provided has a suspicious format
    - `is_valid_format` boolean, nullable — Indicates if the phone number you provided has a valid format
    - `country_code` 'AB' | 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'OS' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW' | 'XK', nullable — The country code of the location of the original network, in ISO3361 alpha-2
    - `is_ported` boolean, nullable — Will indicate if the number has been ported from its Original Network to a different Current Network
    - `original_network` string, nullable — The network operator that the number was originally assigned to
    - `current_network` string, nullable — An arbitrary string specifying the current network operator name of the inspected phone number
    - `original_mno_code` string, nullable — The network operator code that the number was originally assigned to
    - `current_mno_code` string, nullable — The current network operator code of the inspected phone number
    - `has_whatsapp` boolean, nullable — If the phone number is associated with a WhatsApp profile
    - `whatsapp_image` string, nullable — **DEPRECATED** If the phone number is associated with a WhatsApp profile
    - `whatsapp_privacy_status` 'public' | 'private', nullable — **DEPRECATED** Indicates if the WhatsApp account is public or private
    - `has_telegram` boolean, nullable — Indicates if the owner of the phone number provided has a Telegram profile
    - `telegram_image` string, nullable — A public URL containing the Telegram profile picture
    - `telegram_first_name` string, nullable — Will indicate the first name registered in the Telegram profile page
    - `telegram_last_name` string, nullable — Will indicate the last name registered in the Telegram profile page
    - `telegram_username` string, nullable — Will indicate the username registered in the Telegram profile page
    - `telegram_privacy_status` 'public' | 'private', nullable — Indicates the visibility of the user Telegram profile
    - `score` integer, nullable — A number ranging from 0 to 1000 represents the quality of the phone number
    - `score_cluster` 'very_low' | 'low' | 'review' | 'high' | 'very_high', nullable — A cluster summarizing the quality of the phone number
    - `first_ported` string, nullable — A string in the format YYYY-MM-DD indicates the first portability event
    - `last_ported` string, date, nullable — A string in the format YYYY-MM-DD indicates the last portability event
    - `ported_times` integer, nullable — Will indicate the number of times this phone number changed network operator
    - `number_type` 'FIXED_LINE' | 'MOBILE' | 'FIXED_LINE_OR_MOBILE' | 'TOLL_FREE' | 'PREMIUM_RATE' | 'SHARED_COST' | 'VOIP' | 'PERSONAL_NUMBER' | 'PAGER' | 'UAN' | 'UNKNOWN' | 'EMERGENCY' | 'VOICEMAIL' | 'SHORT_CODE' | 'STANDARD_RATE' — Indicates the type of phone number: - **FIXED_LINE:** A fixed line phone number - **MOBILE:** A mobile phone number - **FIXED_LINE_OR_MOBILE:** A phone number that could be either fixed line or mobile - **TOLL_FREE:** A toll-free phone number - **PREMIUM_RATE:** A phone number that charges premium rates - **SHARED_COST:** A phone number that shares the cost between caller and recipient - **VOIP:** A phone number that uses voice-over IP technology - **PERSONAL_NUMBER:** A personal phone number - **PAGER:** A pager number - **UAN:** A universal access number - **UNKNOWN:** An unknown phone number type - **EMERGENCY:** An emergency phone number - **VOICEMAIL:** A voicemail number - **SHORT_CODE:** A short code number - **STANDARD_RATE:** A phone number that charges standard rates
    - `caller_type` 'BUSINESS' | 'CONSUMER', nullable — Indicates the caller type, consumer or business
    - `caller_company_name` string, nullable — Indicates the company name if the caller type is business
    - `has_amazon` boolean, nullable — If the phone number provided has been found on Amazon
    - `has_ea` boolean, nullable — If the phone number provided has been found on EA
    - `has_google` boolean, nullable — If the phone number provided has been found on Google
    - `has_office365` boolean, nullable — If the phone number provided has been found on Office365
    - `has_instagram` boolean, nullable — If the phone number provided has been found on Instagram
    - `first_name` string, nullable — Indicates the first name of the phone number owner
    - `last_name` string, nullable — Indicates the last name of the phone number owner
    - `birth_date` string, nullable — Indicates the birth date of the phone number owner
    - `image_source` 'telegram' | 'whatsapp' | 'skype', nullable — The social or messaging app in that has this photo as profile picture: - **telegram** - **whatsapp** - **skype**
    - `image_labels` string, nullable — List of labels associated with the photo and relative confidence, separated by "|". There are more than 3500 labels that might indicate bodyparts, people, animals, food, places, colors, events, musical instruments and so on. For more information about image labels you can go to [Image Labels](<https://docs.aws.amazon.com/rekognition/latest/dg/samples/AmazonRekognitionLabels_v3.0.zip>)
    - `face1_labels` string, nullable — List of labels associated with the first face in the photo and relative confidence, separated by "|"
    - `face1_bounding_box` string, nullable — Coordinates of the first face found, in the format: Width, Height, Left, Top
    - `face1_age_range` string, nullable — Age range of the first face found in the photo
    - `face1_is_celebrity` boolean, nullable — Indicates whether the first face found in the photo matches a known celebrity
    - `face1_celebrity_name` string, nullable — When the first face found in the photo matches a celebrity, indicate the name
    - `face2_labels` string, nullable — List of labels associated with the second face in the photo and relative confidence, separated by "|"
    - `face2_bounding_box` string, nullable — Coordinates of the second face found, in the format: Width, Height, Left, Top
    - `face2_age_range` string, nullable — Age range of the second face found in the photo
    - `face2_is_celebrity` boolean, nullable — Indicates whether the second face found in the photo matches a known celebrity
    - `face2_celebrity_name` string, nullable — When the second face found in the photo matches a celebrity, indicate the name
    - `face3_labels` string, nullable — List of labels associated with the third face in the photo and relative confidence, separated by "|"
    - `face3_bounding_box` string, nullable — Coordinates of the third face found, in the format: Width, Height, Left, Top
    - `face3_age_range` string, nullable — Age range of the third face found in the photo
    - `face3_is_celebrity` boolean, nullable — Indicates whether the third face found in the photo matches a known celebrity
    - `face3_celebrity_name` string, nullable — When the third face found in the photo matches a celebrity, indicate the name
    - `has_facebook` boolean, nullable — Indicates if the phone have been found in facebook
    - `data_breaches_count` integer, nullable — The total number of data breaches recorded for this phone number
    - `data_breaches_first_breach` string, nullable — If a data breach has been found, indicates the date of the first data breach
    - `data_breaches_last_breach` string, nullable — If a data breach has been found, indicates the date of the last data breach
    - `data_breaches_list` string, nullable — List of the first 10 data breaches, including data breach name and date
    - `data_breaches_data` string, nullable — Contains the data breaches, returned in json format, linked to the phone number
    - `data_breaches_data_lists` string, nullable — Contains the data breaches list aggregated by names, emails and phones linked to the phone number
    - `data_breaches_name_consistency` string, nullable — Contains a string value which can be MATCH, PARTIAL_MATCH, NO_MATCH explaining if names found in data breaches associated with the phone number are consistent.
    - `data_breaches_email_consistency` string, nullable — Contains a string value which can be MATCH, PARTIAL_MATCH, NO_MATCH explaining if emails found in data breaches associated with the phone number are consistent.
    - `has_linkedin` boolean, nullable — **DEPRECATED** Indicates if the phone have been found in linkedin
    - `has_twitter` boolean, nullable — Indicates if the phone have been found in twitter
    - `has_skype` boolean, nullable — **DEPRECATED** Equal to true if the phone is linked or has a Skype account
    - `skype_profile_picture` string, nullable — **DEPRECATED** A public URL containing the Skype profile picture
    - `skype_city` string, nullable — **DEPRECATED** The name of the city registered in the Skype account
    - `skype_country_code` 'AB' | 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'OS' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW' | 'XK', nullable — **DEPRECATED** The international country code registered in the Skype account, in ISO3166 alpha-2
    - `skype_country` string, nullable — **DEPRECATED** The name of the country registered in the Skype account
    - `skype_state` string, nullable — **DEPRECATED** The name of the state registered in the Skype account
    - `skype_name` string, nullable — **DEPRECATED** The name of the user registered in the Skype account
    - `skype_id` string, nullable — **DEPRECATED** The skype username of the account associated to the phone
    - `phone_partials_count` integer, nullable — Contains the number of partial phone numbers linked to the phone number
    - `phone_partials_list` string, nullable — Contains the aggregated partial phone numbers linked to the phone number
    - `email_partials_count` integer, nullable — Contains the number of partial email address linked to the phone number
    - `email_partials_list` string, nullable — Contains the aggregated partial email address linked to the phone number
    - `has_flipkart` boolean, nullable — Indicates if the phone have been found on Flipkart
    - `reason_codes` string, nullable — Comma separated risk and trust signal for the product phone. For more information about reason codes you can go to [Reason Codes](<https://docs.trustfull.com/docs/reason-codes>)
    - `has_bukalapak` boolean, nullable — **DEPRECATED** Indicates if the phone have been found on Bukalapak
    - `bukalapak_has_whatsapp_otp` boolean, nullable — **DEPRECATED** Equal to true if the Bukalapak account is linked with a Whatsapp account
    - `has_didi` boolean, nullable — Indicates if the phone number is associated with a Didi account
    - `has_aliexpress` boolean, nullable — Indicates if the phone number is associated with an Aliexpress account
    - `has_apple` boolean, nullable — Indicates if the phone have been found on Apple
    - `is_whatsapp_business` boolean, nullable — **DEPRECATED** If the phone number is associated with a WhatsApp Business profile
    - `whatsapp_business_email` string, nullable — **DEPRECATED** Contains the email address linked to the WhatsApp Business profile
    - `whatsapp_business_category` string, nullable — **DEPRECATED** Contains the category of the business linked to the WhatsApp Business profile
    - `whatsapp_business_description` string, nullable — **DEPRECATED** Contains the description of the business linked to the WhatsApp Business profile
    - `whatsapp_business_products_review_status` string, nullable — **DEPRECATED** Indicates the review status of the product linked to the WhatsApp Business profile
    - `whatsapp_business_products_price_avg` number, float, nullable — **DEPRECATED** Indicates the average price of the products linked to the WhatsApp Business profile
    - `whatsapp_business_products_price_std` number, float, nullable — **DEPRECATED** Indicates the standard deviation of the products linked to the WhatsApp Business profile
    - `whatsapp_business_products_currencies` string, nullable — **DEPRECATED** Indicates the currencies of the products linked to the WhatsApp Business profile
    - `image2_source` 'telegram' | 'whatsapp' | 'skype', nullable — The social or messaging app in that has this photo as profile picture: - **telegram** - **whatsapp** - **skype**
    - `image2_labels` string, nullable — List of labels associated with the photo and relative confidence, separated by "|". There are more than 3500 labels that might indicate bodyparts, people, animals, food, places, colors, events, musical instruments and so on. List of labels associated with the photo and relative confidence, separated by "|". There are more than 3500 labels that might indicate bodyparts, people, animals, food, places, colors, events, musical instruments and so on. For more information about image labels you can go to [Image Labels](<https://docs.aws.amazon.com/rekognition/latest/dg/samples/AmazonRekognitionLabels_v3.0.zip>)
    - `image2_face1_labels` string, nullable — List of labels associated with the first face in the photo and relative confidence, separated by "|"
    - `image2_face1_bounding_box` string, nullable — Coordinates of the first face found, in the format: Width, Height, Left, Top
    - `image2_face1_age_range` string, nullable — Age range of the first face found in the photo
    - `image2_face1_is_celebrity` boolean, nullable — Indicates whether the first face found in the photo matches a known celebrity
    - `image2_face1_celebrity_name` string, nullable — When the first face found in the photo matches a celebrity, indicate the name
    - `image2_face2_labels` string, nullable — List of labels associated with the second face in the photo and relative confidence, separated by "|"
    - `image2_face2_bounding_box` string, nullable — Coordinates of the second face found, in the format: Width, Height, Left, Top
    - `image2_face2_age_range` string, nullable — Age range of the second face found in the photo
    - `image2_face2_is_celebrity` boolean, nullable — Indicates whether the second face found in the photo matches a known celebrity
    - `image2_face2_celebrity_name` string, nullable — When the second face found in the photo matches a celebrity, indicate the name
    - `image2_face3_labels` string, nullable — List of labels associated with the third face in the photo and relative confidence, separated by "|"
    - `image2_face3_bounding_box` string, nullable — Coordinates of the third face found, in the format: Width, Height, Left, Top
    - `image2_face3_age_range` string, nullable — Age range of the third face found in the photo
    - `image2_face3_is_celebrity` boolean, nullable — Indicates whether the third face found in the photo matches a known celebrity
    - `image2_face3_celebrity_name` string, nullable — When the third face found in the photo matches a celebrity, indicate the name
    - `image3_source` 'telegram' | 'whatsapp' | 'skype', nullable — The social or messaging app in that has this photo as profile picture: - **telegram** - **whatsapp** - **skype**
    - `image3_labels` string, nullable — List of labels associated with the photo and relative confidence, separated by "|". There are more than 3500 labels that might indicate bodyparts, people, animals, food, places, colors, events, musical instruments and so on. List of labels associated with the photo and relative confidence, separated by "|". There are more than 3500 labels that might indicate bodyparts, people, animals, food, places, colors, events, musical instruments and so on. For more information about image labels you can go to [Image Labels](<https://docs.aws.amazon.com/rekognition/latest/dg/samples/AmazonRekognitionLabels_v3.0.zip>)
    - `image3_face1_labels` string, nullable — List of labels associated with the first face in the photo and relative confidence, separated by "|"
    - `image3_face1_bounding_box` string, nullable — Coordinates of the first face found, in the format: Width, Height, Left, Top
    - `image3_face1_age_range` string, nullable — Age range of the first face found in the photo
    - `image3_face1_is_celebrity` boolean, nullable — Indicates whether the first face found in the photo matches a known celebrity
    - `image3_face1_celebrity_name` string, nullable — When the first face found in the photo matches a celebrity, indicate the name
    - `image3_face2_labels` string, nullable — List of labels associated with the second face in the photo and relative confidence, separated by "|"
    - `image3_face2_bounding_box` string, nullable — Coordinates of the second face found, in the format: Width, Height, Left, Top
    - `image3_face2_age_range` string, nullable — Age range of the second face found in the photo
    - `image3_face2_is_celebrity` boolean, nullable — Indicates whether the second face found in the photo matches a known celebrity
    - `image3_face2_celebrity_name` string, nullable — When the second face found in the photo matches a celebrity, indicate the name
    - `image3_face3_labels` string, nullable — List of labels associated with the third face in the photo and relative confidence, separated by "|"
    - `image3_face3_bounding_box` string, nullable — Coordinates of the third face found, in the format: Width, Height, Left, Top
    - `image3_face3_age_range` string, nullable — Age range of the third face found in the photo
    - `image3_face3_is_celebrity` boolean, nullable — Indicates whether the third face found in the photo matches a known celebrity
    - `image3_face3_celebrity_name` string, nullable — When the third face found in the photo matches a celebrity, indicate the name
    - `status` 'syntax' | 'connected' | 'disposable' | 'unknown' | 'invalid', nullable — **DEPRECATED**: This will be removed on the 2.0 version of the API. Use the **score** or **score_cluster** field: - If score < 450 the phone number is likely to be NOT connected. Alternatively use **score_cluster** with values poor and bad. - If score >= 450 the phone number is likely to be connected. Alternatively use **score_cluster** with values moderate good and high. - **connected:** indicates that the number is valid and the target handset is currently connected to the network (and reachable) - **syntax:** the phone number contains invalid characters, typos, or is formally incorrect - **invalid:** indicates that the number is not currently assigned to any subscriber on the network or otherwise invalid - **unknown:** indicates that the connectivity status could not be determined and the connectivity status is unknown. This can be caused by invalid numbers, due to lack of connectivity to the target network operator, or other exceptions and errors.
    - `is_valid` boolean, nullable — **DEPRECATED**: This will be removed on the 2.0 version of the API. Use the **score** or **score_cluster** field: - If score < 450 the phone number is likely to be NOT connected. Alternatively use **score_cluster** with values poor and bad. - If score >= 450 the phone number is likely to be connected. Alternatively use **score_cluster** with values moderate good and high. Indicates if the phone number you provided is valid
    - `identity_device_count` integer, nullable — **DEPRECATED** The number of devices associated with this phone number
    - `identity_email_count` integer, nullable — The number of email addresses associated with this phone number
    - `identity_ip_count` integer, nullable — The number of ip addresses associated with this phone number
    - `identity_name_count` integer, nullable — The number of names associated with this phone number
    - `faces_similarity1` boolean, nullable — Indicates whether the detected faces in the first group are considered a match.
    - `faces_similarity1_image1` string, nullable — The URL of the first image in the pair being compared.
    - `faces_similarity1_image2` string, nullable — The URL of the second image in the pair being compared.
    - `faces_similarity1_image1_bounding_box` string, nullable — Coordinates of the face in the first image of the pair being compared, in the format: Width, Height, Left, Top.
    - `faces_similarity1_image2_bounding_box` string, nullable — Coordinates of the face in the second image of the pair being compared, in the format: Width, Height, Left, Top.
    - `faces_similarity2` boolean, nullable — Indicates whether the detected faces in the second group are considered a match.
    - `faces_similarity2_image1` string, nullable — The URL of the first image in the pair being compared.
    - `faces_similarity2_image2` string, nullable — The URL of the second image in the pair being compared.
    - `faces_similarity2_image1_bounding_box` string, nullable — Coordinates of the face in the first image of the pair being compared, in the format: Width, Height, Left, Top.
    - `faces_similarity2_image2_bounding_box` string, nullable — Coordinates of the face in the second image of the pair being compared, in the format: Width, Height, Left, Top.
    - `faces_similarity3` boolean, nullable — Indicates whether the detected faces in the third group are considered a match.
    - `faces_similarity3_image1` string, nullable — The URL of the first image in the pair being compared.
    - `faces_similarity3_image2` string, nullable — The URL of the second image in the pair being compared.
    - `faces_similarity3_image1_bounding_box` string, nullable — Coordinates of the face in the first image of the pair being compared, in the format: Width, Height, Left, Top.
    - `faces_similarity3_image2_bounding_box` string, nullable — Coordinates of the face in the second image of the pair being compared, in the format: Width, Height, Left, Top.
    - `has_snapchat` boolean, nullable — Indicates if the phone number is associated with a Snapchat account
    - `has_weibo` boolean, nullable — Indicates if the phone number is associated with a Weibo account
    - `first_seen` string, nullable — The earliest date our system has on record for the phone number.
    - `first_seen_days` integer, nullable — Indicates the number of days since the provided phone number exists in our system
    - `to_name` string, nullable — A json string representing the most likely name extracted across all the sources of the phone number.
    - `to_username` string, nullable — A json string representing the most likely username extracted across all the sources of the phone number
    - `has_to_username` boolean, nullable — Indicates if the phone number has username information
    - `has_to_username_confidence` string, nullable — Indicates the confidence level for the username extraction from the phone number
    - `has_image_reverse_search` string, nullable — **DEPRECATED** It shows if there are reverse search results for all, none or some profile pictures
    - `image_reverse_search` string, nullable — **DEPRECATED** A JSON object containing the results of a reverse image search for the profile picture, including websites where the image appears along with the link, name, icon, and domain.
    - `image_reverse_search_source` 'telegram' | 'whatsapp' | 'skype', nullable — **DEPRECATED** The social or messaging app in that has this photo as profile picture: - **telegram** - **whatsapp** - **skype**
    - `image2_reverse_search` string, nullable — **DEPRECATED** A JSON object containing the results of a reverse image search for the profile picture, including websites where the image appears along with the link, name, icon, and domain.
    - `image2_reverse_search_source` 'telegram' | 'whatsapp' | 'skype', nullable — **DEPRECATED** The social or messaging app in that has this photo as profile picture: - **telegram** - **whatsapp** - **skype**
    - `image3_reverse_search` string, nullable — **DEPRECATED** A JSON object containing the results of a reverse image search for the profile picture, including websites where the image appears along with the link, name, icon, and domain.
    - `image3_reverse_search_source` 'telegram' | 'whatsapp' | 'skype', nullable — **DEPRECATED** The social or messaging app in that has this photo as profile picture: - **telegram** - **whatsapp** - **skype**
    - `to_email` string, nullable — A json string representing the most likely email extracted across all the sources of the phone number.
    - `has_to_email` boolean, nullable — Indicates if the phone number has email information
    - `has_openai` boolean, nullable — Equal to true if the phone number is linked or has an OpenAI account

---

[API](https://skmtc.dev/trustfull/apis/products.md) · [All operations](https://skmtc.dev/trustfull/apis/products/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustfull/products/revisions/cb4f72972276/schema)
