1. Metadata
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
      • [DEMO] Global QS World University Rankings
      • [DEMO] Stock US Symbols
      • [DEMO] Stock HK Symbols
    • Global QS World University Rankings
      GET
    • Global University
      GET
    • Chinese Poem
      GET
    • Global QS World University Rankings
      GET
    • Stock US Symbols
      GET
    • Stock HK Symbols
      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
      • [DEMO] Short Link API
    • 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
    • Short Link API
      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
      • [DEMO] Convert HTML to Word
      • [DEMO] Convert PPT to PDF
    • 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
    • Convert HTML to Word
      POST
    • Convert PPT to PDF
      POST
  • QRcode and Barcode
    • DEMO
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
      • [DEMO] Decode QR Code from Image
    • QR Code
    • Wifi QR Code
    • Bar Code
    • Decode QR Code from Image
  • Text Tools
    • DEMO
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
      • [DEMO] Detect Text Language
      • [DEMO] ISBN Book Metadata Lookup
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
    • Detect Text Language
    • ISBN Book Metadata Lookup
  • healthcheck
    GET
  1. Metadata

Chinese Poem

GET
https://api.gugudata.io/v1/text/chinese-poem
Last modified:2026-05-14 10:39:32

Chinese Classical Poetry Database
Search Chinese classical poetry, including Tang poetry, Song poetry, and Song lyrics, with keyword and type filters.

Method: GET
Path: /v1/text/chinese-poem
Demo: https://api.gugudata.io/v1/text/chinese-poem/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.
  • keywords (string, optional): Keyword used for fuzzy matching against the searchable text fields supported by this endpoint.
  • pagesize (integer, optional): Number of records returned per page.
  • pagenumber (integer, optional): One-based page number for pagination.
  • type (string, optional): Poetry type filter. Accepted values are 唐诗, 宋诗, and 宋词.
  • searchtype (string, optional): Search scope accepted by the upstream contract. The demo uses all.

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 (array, required): Primary response payload returned by the endpoint.
  • data[].title (string, required): Title of the poem or lyric
  • data[].author (string, required): Author name
  • data[].content (array, required): Array of strings containing the poem/lyric content, each element is one line
  • data[].type (string, required): Poetry type returned by the upstream dataset, such as 唐诗, 宋诗, or 宋词.

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, poetry data returned
  • -1 Request failed: Request processing failed
  • 501 Parameter error: Invalid parameters or parameter type mismatch
  • 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.8674%. Contact support if this occurs

Key Features:

  • Comprehensive database of nearly 400,000 Chinese classical poetry entries.
  • Fuzzy keyword matching across title, author, and content.
  • Filter by poetry type: Tang poems, Song poems, and Song lyrics.
  • Flexible pagination support for large result sets.
  • Continuously updated and maintained dataset.
  • 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.
  • Perfect for educational apps, cultural applications, and literature research.

Details:
https://gugudata.io/details/chinesepoem

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 --globoff 'https://api.gugudata.io/v1/text/chinese-poem?appkey=sk-******&keywords=data&pagesize=10&pagenumber=1&type=html&searchtype=all'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
  "dataStatus": {
    "requestParameter": "string",
    "statusCode": 0,
    "statusDescription": "string",
    "responseDateTime": "string",
    "dataTotalCount": 0
  },
  "data": [
    {
      "title": "string",
      "author": "string",
      "content": [
        {}
      ],
      "type": "string"
    }
  ],
  "DataStatus": {
    "StatusCode": 100,
    "StatusDescription": "OK",
    "ResponseDateTime": "2026-01-01 00:00:00",
    "DataTotalCount": 1
  }
}
Modified at 2026-05-14 10:39:32
Previous
Global University
Next
Global QS World University Rankings
Built with