Chinese Classical Poetry Database Search and retrieve Chinese classical poetry including Tang poems, Song poems, and Song lyrics with comprehensive keyword matching and filtering capabilitiesMethod: GET Path: /v1/text/chinese-poem?appkey={{appkey}} Demo: https://api.gugudata.io/v1/text/chinese-poem/demoRequest 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