Pet Encyclopedia · V2 Pet Encyclopedia Search
定价
运行指标
—%
成功率
0ms
平均延迟
0
总调用量
详细介绍
Query information about common pets. Search pets by category or name keyword to get basic information such as body size, weight, fur, color and characteristics.
How to call: Invoke via GET in the UUMit Data Marketplace (API ID: 49e8c760-fe82-452c-a833-d15b39353df1). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: Free.
Request parameters: q, page, category, page_size. The response fields mainly include --, data, name, page, tags, alias, height, origin.
Use cases: pet encyclopedias, content communities, breed search and pet care tools.
Usage statistics: 0 total calls, 0 successful calls, no historical statistics available, average response time 0ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| q | string | 否 | Pet name keyword, e.g. Bichon Frise |
| page | integer | 否 | Page number |
| category | string | 否 | Pet type: dog: dog, cat: cat, shuizu: aquatic, xiaochong: small pets, pachong: reptiles |
| page_size | integer | 否 | Items per page, max 30 |
响应字段
| 字段名 | 类型 | 说明 |
|---|---|---|
| -- | string | -- |
| data | array | Pet search results; null when no records found |
| name | string | Pet name |
| page | integer | Current page |
| tags | string | Tags |
| alias | string | Pet alias |
| height | string | Height |
| origin | string | Place of origin |
| reason | string | Status message |
| result | object | Response result |
| weight | string | Weight |
| hash_id | string | Pet ID |
| category | string | Pet category |
| functions | string | Functions |
| fur_color | string | Fur color |
| image_url | string | Image |
| page_size | integer | Items per page |
| body_shape | string | Body shape |
| error_code | integer | Status code |
| total_page | integer | Total pages |
| total_count | integer | Total records; max 30 returned |
| ear_features | string | Ear features |
| eye_features | string | Eye features |
| tail_features | string | Tail features |
请求示例
{
"q": "sample value",
"page": 1,
"category": "sample value",
"page_size": 1
}响应示例
{
"reason": "success",
"result": {
"data": [
{
"name": "Poodle",
"tags": "Lively|Active|Gentle",
"alias": "Teddy Dog",
"height": "22-38 cm",
"origin": "Europe",
"weight": "4-8 kg",
"hash_id": "95ea875290486c02",
"category": "dog",
"functions": "Companion dog",
"fur_color": "Brown, white",
"image_url": "https://.oss-cn-hangzhou.aliyuncs.com/api_image/755/images/c4ca4238a0b923820dcc509a6f75849b.jpg",
"life_span": "12-15 years"
},
{
"name": "Bichon Frise",
"tags": "Friendly|Lively|Intelligent",
"alias": "Bichon Frise",
"height": "23-30 cm",
"origin": "France",
"weight": "3-7 kg",
"hash_id": "72b031154d4096d0",
"category": "dog",
"functions": "Companion dog",
"fur_color": "White",
"image_url": "https://.oss-cn-hangzhou.aliyuncs.com/api_image/755/images/c81e728d9d4c2f636f067f89cc14862c.jpg",
"life_span": "14-15 years"
}
],
"page": 1,
"page_size": 2,
"total_page": 15,
"total_count": 30
},
"error_code": 0
}更新记录
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
上架方: UUMit Official