/v2/apis path and returns the same predictable JSON envelope, so you can integrate any of them with minimal glue code.
Base URL
encoding query parameter that controls the response format:
| Value | Description |
|---|---|
json | Structured JSON object (default) |
text | Plain text string |
markdown | AI-friendly Markdown |
Uniform Response Format
Unless otherwise noted, every endpoint wraps its payload in the following envelope:_at (e.g. updated_at) are 13-digit millisecond Unix timestamps. Fields without the suffix (e.g. updated) are human-readable datetime strings. Link fields are named link; cover image fields are named cover.
Quick Start
Endpoints
Periodic News & Information
Periodic News & Information
Daily 60-Second World News — GET /v2/apis/60s
A daily digest of world news, readable in 60 seconds.| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Target date in YYYY-MM-DD format |
encoding | string | No | json / text / markdown / image / image-proxy |
force-update | boolean | No | Force a cache refresh from the upstream source |
GET /v2/apis/60s/rss.AI Industry News — GET /v2/apis/ai-news
A curated daily briefing of AI industry news.| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | News date in YYYY-MM-DD format |
all | string | No | Set to 1 to fetch all available dates |
encoding | string | No | json / text / markdown |
Bing Daily Wallpaper — GET /v2/apis/bing
Retrieves the Bing daily wallpaper image and metadata.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / image / markdown |
Live Currency Exchange Rates — GET /v2/apis/exchange-rate
Returns current exchange rates relative to a base currency.| Parameter | Type | Required | Description |
|---|---|---|---|
currency | string | No | Base currency code (default: CNY) |
encoding | string | No | json / text / markdown |
Historical Events Today — GET /v2/apis/today-in-history
Returns notable historical events that occurred on today’s date (or a specified date). Data sourced from Baidu Baike.| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Target date in YYYY-MM-DD format |
encoding | string | No | json / text / markdown |
Epic Games Weekly Free Games — GET /v2/apis/epic
Returns the current free games available on the Epic Games Store.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Utility Tools
Utility Tools
Real-Time Weather — GET /v2/apis/weather
Returns current weather conditions for a city or region. Data sourced from Tencent Weather.| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | City or region name |
encoding | string | No | json / text / markdown |
Weather Forecast — GET /v2/apis/weather/forecast
Returns a multi-day weather forecast (up to 8 days). Data sourced from Tencent Weather.| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | City or region name |
days | integer | No | Number of forecast days (max 8) |
encoding | string | No | json / text / markdown |
Work Slack Daily Digest — GET /v2/apis/moyu
A light-hearted daily digest to help you take a break at work.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Song Lyrics Search — GET /v2/apis/lyric
Searches for song lyrics by song name. Data sourced from QQ Music.| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Song name to search for |
clean | boolean | No | Strip supplementary metadata from the response |
encoding | string | No | json / text / markdown |
Translation — GET /v2/apis/fanyi
Translates text between 109 supported languages. Data sourced from Youdao Translate.To retrieve the full list of supported language codes, call GET /v2/apis/fanyi/langs.| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Source text to translate |
from | string | No | Source language code (default: auto) |
to | string | No | Target language code (default: auto) |
encoding | string | No | json / text / markdown |
Baidu Encyclopedia Lookup — GET /v2/apis/baike
Returns a summary for a term from Baidu Baike (Baidu’s encyclopedia).| Parameter | Type | Required | Description |
|---|---|---|---|
word | string | Yes | Term to look up |
encoding | string | No | json / text / markdown |
WHOIS Domain Lookup — GET /v2/apis/whois
Returns WHOIS registration data for a domain. Uses RDAP protocol where available, falling back to standard recursive WHOIS.| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Domain name to look up |
encoding | string | No | json / text / markdown |
QR Code Generator — GET /v2/apis/qrcode
Generates a QR code image from a URL or any text string.| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | No | URL or text content to encode |
size | integer | No | Image size in pixels (default: 256) |
level | string | No | Error correction level: L / M / Q / H (default: M) |
encoding | string | No | Response format |
Public IP Address — GET /v2/apis/ip
Returns the caller’s public IP address and associated metadata.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Open Graph Metadata — GET /v2/apis/og
Fetches Open Graph (OG) metadata from any public URL.| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Target URL to fetch OG metadata from |
Hash / Compress / Decompress — GET /v2/apis/hash
Computes hash digests and performs compression/decompression on text content.| Parameter | Type | Required | Description |
|---|---|---|---|
content | string | Yes | Text content to process |
Body Health Analysis — GET /v2/apis/health
Performs a multi-dimensional health analysis. Returns BMI, ideal weight, estimated body fat percentage, and health recommendations.| Parameter | Type | Required | Description |
|---|---|---|---|
height | integer | Yes | Height in centimeters |
weight | integer | Yes | Weight in kilograms |
age | integer | Yes | Age in years |
gender | string | Yes | male or female |
encoding | string | No | json / text / markdown |
Password Generator — GET /v2/apis/password
Generates a random password with configurable character sets and length.| Parameter | Type | Required | Description |
|---|---|---|---|
length | integer | No | Password length |
numbers | string | No | Include digits |
uppercase | string | No | Include uppercase letters |
lowercase | string | No | Include lowercase letters |
symbols | string | No | Include special characters |
exclude_similar | string | No | Exclude visually similar characters (e.g. 0 and O) |
exclude_ambiguous | string | No | Exclude characters that are ambiguous in some fonts |
encoding | string | No | Response format |
Password Strength Checker — GET /v2/apis/password/check
Evaluates the strength of a given password.| Parameter | Type | Required | Description |
|---|---|---|---|
password | string | Yes | Password string to evaluate |
encoding | string | No | json / text / markdown |
Random Color / Color Converter — GET /v2/apis/color/random
Returns a random color, or converts a provided color value across multiple formats (HEX, RGB, HSL, etc.).| Parameter | Type | Required | Description |
|---|---|---|---|
color | string | No | Input color value, e.g. #33AAFF |
encoding | string | No | json / text / html / markdown |
Color Palette Generator — GET /v2/apis/color/palette
Generates a harmonious color palette or scheme from a base color.| Parameter | Type | Required | Description |
|---|---|---|---|
color | string | No | Base color value, e.g. #33AAFF |
encoding | string | No | json / text / html / markdown |
Live Gold Price — GET /v2/apis/gold-price
Returns current gold prices.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Fuel Price by Region — GET /v2/apis/fuel-price
Returns current fuel prices for a specified region.| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | No | Region name to query |
encoding | string | No | json / text / markdown |
Olympic Medal Standings — GET /v2/apis/olympics
Returns the medal standings for an Olympic Games event.| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | No | Olympic event ID (defaults to the most recent event) |
encoding | string | No | json / text / markdown |
Trending Charts
Trending Charts
Douyin (TikTok China) Trending — GET /v2/apis/douyin
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Xiaohongshu (Rednote) Trending — GET /v2/apis/rednote
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Weibo Hot Search — GET /v2/apis/weibo
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Bilibili Trending — GET /v2/apis/bili
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Zhihu Topics Trending — GET /v2/apis/zhihu
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Toutiao Hot News — GET /v2/apis/toutiao
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Baidu Hot Search — GET /v2/apis/baidu/hot
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Baidu TV Drama Charts — GET /v2/apis/baidu/teleplay
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Baidu Tieba Trending — GET /v2/apis/baidu/tieba
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Quark Real-Time Trending — GET /v2/apis/quark
Real-time trending topics from the Quark 7×24 hourly hot feed.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Dongchedi Auto Trending — GET /v2/apis/dongchedi
Trending topics from the Dongchedi automotive platform.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
NetEase Cloud Music Chart List — GET /v2/apis/ncm-rank/list
Returns the full list of available NetEase Cloud Music charts.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
NetEase Cloud Music Chart Detail — GET /v2/apis/ncm-rank/{id}
Returns tracks for a specific NetEase Cloud Music chart. Use the chart list endpoint above to find available id values. For example, 3778678 is the Hot Songs chart.| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Chart ID (e.g. 3778678 for the Hot Songs chart) |
encoding | string | No | json / text / markdown |
Hacker News Posts — GET /v2/apis/hacker-news/{type}
Returns posts from Hacker News filtered by type.| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Feed type: new / top / best |
encoding | string | No | json / text / markdown |
Maoyan Global Box Office — GET /v2/apis/maoyan/all/movie
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Maoyan Real-Time Movie Box Office — GET /v2/apis/maoyan/realtime/movie
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Maoyan TV Ratings — GET /v2/apis/maoyan/realtime/tv
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Maoyan Web Drama Popularity — GET /v2/apis/maoyan/realtime/web
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Douban Weekly Movie Chart — GET /v2/apis/douban/weekly/movie
Douban’s weekly global word-of-mouth movie rankings.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Douban Chinese TV Dramas — GET /v2/apis/douban/weekly/tv_chinese
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Douban Global TV Dramas — GET /v2/apis/douban/weekly/tv_global
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Douban Chinese Variety Shows — GET /v2/apis/douban/weekly/show_chinese
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Douban Global Variety Shows — GET /v2/apis/douban/weekly/show_global
| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Entertainment
Entertainment
Random Quote (Hitokoto) — GET /v2/apis/hitokoto
Returns a random one-line quote (一言) from the community-curated Hitokoto database.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Random Fortune — GET /v2/apis/luck
Returns a random fortune reading.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Random Joke — GET /v2/apis/duanzi
Returns a random humorous joke.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Random Cold Joke — GET /v2/apis/dad-joke
Returns a random dad joke or cold joke.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Random “Fabing” Literature — GET /v2/apis/fabing
Returns a randomly generated piece of absurdist “fabing” creative writing addressed to a named subject.| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | No | Name of the subject (default: 主人) |
encoding | string | No | json / text / markdown |
Random Book of Answers — GET /v2/apis/answer
Returns a random oracle-style answer, inspired by the classic “Book of Answers.”| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Random KFC Copywriting — GET /v2/apis/kfc
Returns a randomly generated piece of KFC-themed internet copywriting.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |
Random JS Quirk Quiz — GET /v2/apis/awesome-js
Returns a random JavaScript quirk or brain-teaser from the wtfjs collection.| Parameter | Type | Required | Description |
|---|---|---|---|
encoding | string | No | json / text / markdown |