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
        GET
      • [DEMO] Global University
        GET
      • [DEMO] Chinese Poem
        GET
    • 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. DEMO

[DEMO] Chinese Poem

GET
https://api.gugudata.io/v1/text/chinese-poem/demo
Last modified:2026-02-11 09:08:02
Chinese Classical Poetry Database
Search and retrieve Chinese classical poetry including Tang poems, Song poems, and Song lyrics with comprehensive keyword matching and filtering capabilities
Method: GET
Path: /v1/text/chinese-poem?appkey={{appkey}}
Demo: https://api.gugudata.io/v1/text/chinese-poem/demo
Request Parameters:
appkey (string, required): Obtained after payment
keywords (string, optional): Search keywords for fuzzy matching against title, author, and content
pagesize (integer, optional): Number of results per page (default: 10)
pagenumber (integer, optional): Page number for pagination (default: 1)
type (string, optional): Filter by poetry type: 唐诗 (Tang Poetry), 宋诗 (Song Poetry), or 宋词 (Song Lyrics)
searchtype (string, optional): Search type (default: all)
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 number of matching records
data: Array of poetry objects
data[].title: Title of the poem or lyric
... total 11 fields
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
Details:
https://gugudata.io/details/chinesepoem

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/text/chinese-poem/demo'

Responses

⚪0
application/json
Body

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-02-11 09:08:02
Previous
[DEMO] Global University
Next
Global QS World University Rankings
Built with