1. DEMO
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • Get demo programme data for a global university
      • [DEMO] Chinese Poem
      • [DEMO] Stock HK Symbols
      • Get demo data for global university ranking
      • [DEMO] Global University
      • [DEMO] Global QS World University Rankings
      • [DEMO] US CIP Codes
      • [DEMO] US College Institutions Data API
      • [DEMO] US College Programs Data API
      • [DEMO] Stock US Symbols
    • Chinese Poem
    • Stock HK Symbols
    • Stock US Symbols
    • Global University
    • Get programme data for a global university
    • US College Institution Detail
    • Get global university ranking data
    • US College Institution Programs
    • Global QS World University Rankings
    • Chinese Poem
    • US CIP Codes Search
    • Get a hosted global university logo
    • US College Institutions Search
    • Get US college institution details
    • Get programs for a US college institution
    • US College Programs Search
  • Website Tools
    • DEMO
      • [DEMO] Article Content Extraction API
        GET
      • [DEMO] Extract Images from Article URL API
        GET
      • [DEMO] Article Extract
        GET
      • [DEMO] Domain DNS Information Query
        GET
      • [DEMO] Geographic Coordinate System Converter
        GET
      • [DEMO] IP Address
        GET
      • [DEMO] PageSpeed and SEO Score API
        GET
      • [DEMO] Format International Phone
        GET
      • [DEMO] Webpage Readable Content Extraction
        GET
      • [DEMO] Search Visibility API
        GET
      • [DEMO] Short Link API
        GET
      • [DEMO] Domain SSL Certificate Information Parsing
        GET
      • [DEMO] Extract Structured JSON from Webpage
        GET
      • [DEMO] Website Snapshot
        GET
      • [DEMO] Get URL links
        GET
      • [DEMO] URL to static HTML
        GET
      • [DEMO] URL to Image
        GET
      • [DEMO] URL to Markdown
        GET
      • [DEMO] Query Website Favicon and Title
        GET
      • [DEMO] Domain Whois
        GET
    • Geographic Coordinate System Converter
      GET
    • Article Content Extraction API
      POST
    • Extract Images from Article URL API
      POST
    • Article Extract
      POST
    • extractFromHtml
      POST
    • Domain DNS Information Query
      GET
    • IP Address
      GET
    • PageSpeed and SEO Score API
      GET
    • Score webpage performance and SEO signals
      POST
    • Format International Phone
      GET
    • Format International Phone
      GET
    • Webpage Readable Content Extraction
      POST
    • Search Visibility API
      POST
    • Short Link API
      POST
    • Get short link
      GET
    • Update short link
      PATCH
    • Redirect short link
      GET
    • Domain SSL Certificate Information Parsing
      GET
    • Extract Structured JSON from Webpage
      POST
    • Website Snapshot
      POST
    • Get URL links
      GET
    • URL to static HTML
      POST
    • URL to Image
      GET
    • Convert Webpage to Image
      POST
    • URL to Markdown
      POST
    • Query Website Favicon and Title
      GET
    • Domain Whois
      GET
  • Image Recognition
    • DEMO
      • [DEMO] Convert HTML to Word
      • [DEMO] Image Compress
      • [DEMO] Image OCR
      • [DEMO] Image OCR to Word API
      • [DEMO] HTML to PDF
      • [DEMO] Markdown to PDF
      • [DEMO] OCR API
      • [DEMO] PDF Splitting
      • [DEMO] PDF Summary
      • [DEMO] PDF to Format
      • [DEMO] PDF to HTML
      • [DEMO] PDF OCR to Text API
      • [DEMO] PDF OCR to Word API
      • [DEMO] PPT to Images
      • [DEMO] Convert PPT to PDF
      • [DEMO] Word to HTML
    • Convert HTML to Word
    • Image Compress
    • Image OCR
    • Image OCR to Word API
    • HTML to PDF
    • Markdown to PDF
    • PDF Splitting
    • OCR API
    • PDF Summary
    • PDF to Format
    • PDF to HTML
    • PDF OCR to Text API
    • PDF OCR to Word API
    • PPT to Images
    • Convert PPT to PDF
    • Word to HTML
  • QRcode and Barcode
    • DEMO
      • [DEMO] Bar Code
      • [DEMO] Decode QR Code from Image
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
    • Bar Code
    • Decode QR Code from Image
    • QR Code
    • Wifi QR Code
  • Text Tools
    • DEMO
      • [DEMO] ISBN Book Metadata Lookup
      • [DEMO] Detect Text Language
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
    • Simplified and Traditional Chinese Converter
    • ISBN Book Metadata Lookup
    • Detect Text Language
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
  • healthcheck
    GET
  • Schemas
    • BarcodeRequest
    • CertificateInfoDTO
    • Chinese Script Conversion Request
    • Comparator«string»
    • CreateShortLinkRequest
    • DetectLanguageRequest
    • Education Response Metadata
    • Global University Programmes Response
    • Global University Ranking Response
    • Global University Response
    • HK Stock Symbol
    • HK Stock Symbols Response
    • IPLocationResponse
    • JSONConfig
    • PageSpeedScoreRequest
    • QRCodeRequest
    • Response Metadata
    • SearchVisibilityMatch
    • SearchVisibilityMetrics
    • SearchVisibilityObservedItem
    • SearchVisibilityRequest
    • SearchVisibilityResponse
    • SearchVisibilitySearchMetadata
    • ShortLinkResponse
    • Text Similarity Request
    • US CIP Code Data
    • US CIP Code Response
    • US College Institution Data
    • US College Institution Response
    • US College Program Data
    • US College Program Response
    • US Stock Symbol
    • US Stock Symbols Response
    • University Data
    • University Programme Data
    • UpdateShortLinkRequest
    • Url2JsonRequestDTO
    • UrlSnapshotRequest
    • UrlSnapshotResponse
    • WebPageRequestDTO
    • WebPageToImageRequestDTO
    • WebSiteFaviconDTO
    • WhoisEntityDTO
    • WifiQRCodeRequest
  1. DEMO

[DEMO] Geographic Coordinate System Converter

GET
https://api.gugudata.io/v1/location/coordinateconverter/demo
Website Tools
Last modified:2026-07-29 05:16:01

Geographic Coordinate System Converter
Convert geographic coordinates between WGS84, GCJ02, and BD09 using the service's current upstream conversion contract.

Method: GET
Path: /v1/location/coordinateconverter
Demo: https://api.gugudata.io/v1/location/coordinateconverter/demo
OpenAPI: https://gugudata.io/assets/openapi/gugudata.openapi.3.1.json

Request Parameters:

  • appkey (string, required): Application key used for request authentication. Supply the value as a query parameter, form field, or multipart field according to the request content type.
  • from (string, required): Source coordinate system. Supported values are WGS84, GCJ02, and BD09.
  • to (string, required): Target coordinate system. Supported values are WGS84, GCJ02, and BD09.
  • value (string, required): Coordinate pair in [longitude,latitude] format, for example [120.54,32.74].

Response Fields:

  • dataStatus (object, required): Response metadata. dataStatus.statusCode is a response body status field, not the HTTP status code.
  • dataStatus.requestParameter (string, required): Normalized request parameters echoed by the service. Sensitive credentials are omitted when available.
  • dataStatus.statusCode (integer, required): Response body status field. Successful demo responses currently return 100.
  • dataStatus.statusDescription (string, required): Response body status message. Successful demo responses currently return a Chinese message.
  • dataStatus.responseDateTime (string, required): Response timestamp returned by the current service contract.
  • dataStatus.dataTotalCount (integer, required): Total number of records that match the request.
  • data (object, required): Primary response payload returned by the endpoint.
  • data.coordinateFrom (string, required): Source coordinate system (WGS84, GCJ02, or BD09)
  • data.coordinateTo (string, required): Target coordinate system (WGS84, GCJ02, or BD09)
  • data.coordinateSourceValue (string, required): Source coordinate value in format [longitude,latitude]
  • data.coordinateDestinationValue (string, required): Converted coordinate value in format [longitude,latitude]

HTTP Status Codes:

  • 200: Request processed successfully. Some endpoints expose a separate application-level status field in the response body, such as dataStatus.statusCode.
  • 400: Invalid request parameters or request format. Check required fields, data types, and request body format.
  • 401: Missing or unknown application key. Provide a valid appkey with the request.
  • 403: The application key is recognized but access is not allowed. The key may be expired, inactive, or not permitted for the requested API.
  • 429: Request rate or trial usage limit exceeded. Reduce concurrency or retry after the limit window resets.
  • 500: Internal service error. Retry later or contact support if the error persists.
  • 503: Upstream service unavailable. Retry later; the requested upstream dependency is temporarily unavailable.

Business Status Codes:

  • 100 Normal return: Request successful, coordinate conversion completed
  • -1 Request failed: Request processing failed
  • 501 Parameter error: Invalid parameters or parameter type mismatch. Please check parameter count and types. Ensure from/to are valid coordinate systems (WGS84, GCJ02, BD09) and value is in format [longitude,latitude]
  • 429 Request frequency limited: Recommended QPS <= 5 per IP. Excessive requests may trigger rate limiting
  • 502 Request frequency limited: Same IP excessive requests or detected as malicious data scraping
  • 503 APPKEY permission exceeded/order expired: Please check your APPKEY status in developer center
  • 504 APPKEY error: Please verify the APPKEY is obtained from developer center
  • 505 Request count exceeded: Check API request limit and remaining quota
  • 900 Internal API error: Service availability (SLA) is 99.8824%. Contact support if this occurs

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.
  • Perfect for map applications, GPS navigation, and location-based services.
  • Full API support for HTTPS (TLS v1.0 / v1.1 / v1.2 / v1.3).
  • Fully compatible with Apple ATS.
  • Nationwide multi-node CDN deployment.
  • Ultra-fast response, API interface load balancing built with multiple servers.

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 'https://api.gugudata.io/v1/location/coordinateconverter/demo'

Responses

🟢200成功
application/json;charset=UTF-8
OK
Bodyapplication/json;charset=UTF-8

Example
"string"
🟠401
🟠403
🟠404
Modified at 2026-07-29 05:16:01
Previous
[DEMO] Domain DNS Information Query
Next
[DEMO] IP Address
Built with