API Documents - GuGuData | Production-Ready APIs Built for Developers
  1. Website Tools
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global University
      • [DEMO] Chinese Poem
    • Global QS World University Rankings
      GET
    • Global University
      GET
    • Chinese Poem
      GET
  • Website Tools
    • DEMO
      • [DEMO] Webpage Readable Content Extraction
      • [DEMO] Domain SSL Certificate Information Parsing
      • [DEMO] Domain DNS Information Query
      • [DEMO] Query Website Favicon and Title
      • [DEMO] Format International Phone
      • [DEMO] URL to static HTML
      • [DEMO] URL to Image
      • [DEMO] URL to Markdown
      • [DEMO] Get URL links
      • [DEMO] Website Snapshot
      • [DEMO] Domain Whois
      • [DEMO] IP Address
      • [DEMO] Article Extract
      • [DEMO] Geographic Coordinate System Converter
      • [DEMO] Extract Structured JSON from Webpage
    • Webpage Readable Content Extraction
      POST
    • Domain SSL Certificate Information Parsing
      GET
    • Domain DNS Information Query
      GET
    • Query Website Favicon and Title
      GET
    • Format International Phone
      GET
    • URL to static HTML
      POST
    • URL to Image
      GET
    • URL to Markdown
      POST
    • Get URL links
      GET
    • Website Snapshot
      POST
    • Domain Whois
      GET
    • IP Address
      GET
    • Article Extract
      POST
    • Geographic Coordinate System Converter
      GET
    • Extract Structured JSON from Webpage
      POST
  • Image Recognition
    • DEMO
      • [DEMO] HTML to PDF
      • [DEMO] Image OCR
      • [DEMO] PDF to Format
      • [DEMO] PDF Splitting
      • [DEMO] Markdown to PDF
      • [DEMO] PPT to Images
      • [DEMO] PDF to HTML
      • [DEMO] PDF Summary
      • [DEMO] Image Compress
      • [DEMO] Word to HTML
    • HTML to PDF
      POST
    • Image OCR
      POST
    • PDF to Format
      POST
    • PDF Splitting
      POST
    • Markdown to PDF
      POST
    • PPT to Images
      POST
    • PDF to HTML
      POST
    • PDF Summary
      POST
    • Image Compress
      POST
    • Word to HTML
      POST
  • QRcode and Barcode
    • DEMO
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
    • QR Code
    • Wifi QR Code
    • Bar Code
  • Text Tools
    • DEMO
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
  • healthcheck
    GET
  1. Website Tools

Format International Phone

GET
https://api.gugudata.io/v1/websitetools/international-phone-format
Last modified:2026-02-11 09:08:02
International Phone Number Validation and Correction
Validity check and intelligent correction
Method: GET
Path: /v1/websitetools/international-phone-format
Demo: https://api.gugudata.io/v1/websitetools/international-phone-format/demo
Request Parameters:
appkey (string, required): APPKEY obtained after purchase
phone (string, required): The mobile number to query, e.g., +1(817) 569-8900
Response Fields Count: 11
Response Field Examples:
dataStatus.requestParameter: Request parameters
dataStatus.statusCode: API response status code
dataStatus.status: Status
dataStatus.statusDescription: Status description
dataStatus.responseDateTime: API response time
dataStatus.dataTotalCount: Total data count, generally used for pagination
data.isValid: Whether the mobile number is valid
data.correctedMobileNumber: Corrected mobile number
... total 11 fields
Key Features:
Intelligently detect the validity of international mobile numbers
Determine whether the provided mobile number is valid in a specific country based on the provided country code parameter
Intelligently correct the provided mobile number format into a unified international format for consistent use in scenarios such as sending SMS messages
Millisecond-level response performance
Full API supports HTTPS (TLS v1.0 / v1.1 / v1.2 / v1.3)
Details:
https://gugudata.io/details/international-phone-format

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.gugudata.io/v1/websitetools/international-phone-format?appkey=sk-******&phone=+1(817) 569-8900'

Responses

⚪0
application/json
Body

Example
{
  "dataStatus": {
    "requestParameter": "string",
    "statusCode": 0,
    "status": "string",
    "statusDescription": "string",
    "responseDateTime": "string",
    "dataTotalCount": 0
  },
  "data": {
    "isValid": false,
    "correctedMobileNumber": "string",
    "countryCode": "string",
    "countryCode2": "string",
    "countryCode3": "string"
  },
  "DataStatus": {
    "StatusCode": 100,
    "StatusDescription": "OK",
    "ResponseDateTime": "2026-01-01 00:00:00",
    "DataTotalCount": 1
  }
}
Modified at 2026-02-11 09:08:02
Previous
Query Website Favicon and Title
Next
URL to static HTML
Built with