API Documents - GuGuData | Production-Ready APIs Built for Developers
  1. DEMO
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
    • Image OCR
    • PDF to Format
    • PDF Splitting
    • Markdown to PDF
    • PPT to Images
    • PDF to HTML
    • PDF Summary
    • Image Compress
    • Word to HTML
  • QRcode and Barcode
    • DEMO
      • [DEMO] QR Code
        GET
      • [DEMO] Wifi QR Code
        GET
      • [DEMO] Bar Code
        GET
    • QR Code
      POST
    • Wifi QR Code
      POST
    • Bar Code
      POST
  • Text Tools
    • DEMO
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
  • healthcheck
    GET
  1. DEMO

[DEMO] Wifi QR Code

GET
https://api.gugudata.io/v1/wifi-qrcode/demo
Last modified:2026-02-11 09:08:02
Wi-Fi Wireless Network QR Code Generation
API for generating Wi-Fi wireless network QR codes
Method: POST
Path: /v1/wifi-qrcode?appkey={{appkey}}
Demo: https://api.gugudata.io/v1/wifi-qrcode/demo
Request Parameters:
ssid (string, required): The Wi-Fi network SSID
password (string, required): The Wi-Fi network password
authentication (string, required): The Wi-Fi encryption type: WEP, WPA, or NOPASS
ishiddenssid (string, required): Whether the SSID is hidden; possible values: true or false
isshowwifiicon (string, required): Whether to add a Wi-Fi icon in the center of the QR code; possible values: true or false
size (int, optional): A positive integer specifying the pixel size of the QR code, default is 500 pixels
Response Fields Count: 6
Response Field Examples:
DataStatus.StatusCode: The status code returned by the API
DataStatus.StatusDescription: The status description returned by the API
DataStatus.ResponseDateTime: The date and time when the data is returned
DataStatus.DataTotalCount: The total amount of data matching the conditions, generally used for pagination
Data.Content: The Wi-Fi SSID
Data.Url: The CDN URL path of the generated QR code
Key Features:
Compatible with various wireless network protocols
Supports hiding the Wi-Fi SSID
Supports adding a Wi-Fi icon in the center of the QR code, making it more visually appealing
Customizable QR code size
Full support for HTTPS (TLS v1.0 / v1.1 / v1.2 / v1.3)
Details:
https://gugudata.io/details/wifiqrcode

Request

Header 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 --request GET 'https://api.gugudata.io/v1/wifi-qrcode/demo' \
--header 'Content-Type: application/json'

Responses

⚪0
application/json
Body

Example
{
  "DataStatus": {
    "StatusCode": 0,
    "StatusDescription": "string",
    "ResponseDateTime": "string",
    "DataTotalCount": 0
  },
  "Data": {
    "Content": "string",
    "Url": "string"
  }
}
Modified at 2026-02-11 09:08:02
Previous
[DEMO] QR Code
Next
[DEMO] Bar Code
Built with