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
    • Global University
    • Chinese Poem
  • Website Tools
    • DEMO
      • [DEMO] Webpage Readable Content Extraction
        GET
      • [DEMO] Domain SSL Certificate Information Parsing
        GET
      • [DEMO] Domain DNS Information Query
        GET
      • [DEMO] Query Website Favicon and Title
        GET
      • [DEMO] Format International Phone
        GET
      • [DEMO] URL to static HTML
        GET
      • [DEMO] URL to Image
        GET
      • [DEMO] URL to Markdown
        GET
      • [DEMO] Get URL links
        GET
      • [DEMO] Website Snapshot
        GET
      • [DEMO] Domain Whois
        GET
      • [DEMO] IP Address
        GET
      • [DEMO] Article Extract
        GET
      • [DEMO] Geographic Coordinate System Converter
        GET
      • [DEMO] Extract Structured JSON from Webpage
        GET
    • 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
      • [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. DEMO

[DEMO] Geographic Coordinate System Converter

GET
https://api.gugudata.io/v1/location/coordinateconverter/demo
Last modified:2026-02-11 09:08:02
Geographic Coordinate System Converter
Convert geographic coordinates between different coordinate systems including WGS84, GCJ02, and BD09 with high precision conversion algorithms
Method: GET
Path: /v1/location/coordinateconverter
Demo: https://api.gugudata.io/v1/location/coordinateconverter/demo
Request Parameters:
appkey (string, required): API key obtained after payment
from (string, required): Source coordinate system: WGS84, GCJ02, or BD09
to (string, required): Target coordinate system: WGS84, GCJ02, or BD09
value (string, required): Coordinate value in format [longitude,latitude], e.g., [120.54,32.74]
Response Fields Count: 11
Response Field Examples:
dataStatus: Response status information
dataStatus.requestParameter: Echo of request parameters
dataStatus.statusCode: Custom status code (100 = success)
dataStatus.statusDescription: Status description message
dataStatus.responseDateTime: Server response timestamp
dataStatus.dataTotalCount: Total data count (usually 1 for conversion result)
data: Coordinate conversion data
data.coordinateFrom: Source coordinate system (WGS84, GCJ02, or BD09)
... total 11 fields
Key Features:
Support multiple geographic coordinate systems (WGS84, GCJ02, BD09)
High-precision coordinate conversion algorithms
Bidirectional conversion between WGS84, GCJ02, and BD09 coordinate systems
Simple coordinate format: [longitude,latitude]
Fast conversion response with millisecond-level performance
Details:
https://gugudata.io/details/coordinateconverter

Request

None

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/location/coordinateconverter/demo'

Responses

⚪0
application/json
Body

Example
{
  "dataStatus": {
    "requestParameter": "string",
    "statusCode": 0,
    "statusDescription": "string",
    "responseDateTime": "string",
    "dataTotalCount": 0
  },
  "data": {
    "coordinateFrom": "string",
    "coordinateTo": "string",
    "coordinateSourceValue": "string",
    "coordinateDestinationValue": "string"
  },
  "DataStatus": {
    "StatusCode": 100,
    "StatusDescription": "OK",
    "ResponseDateTime": "2026-01-01 00:00:00",
    "DataTotalCount": 1
  }
}
Modified at 2026-02-11 09:08:02
Previous
[DEMO] Article Extract
Next
[DEMO] Extract Structured JSON from Webpage
Built with