Pet Encyclopedia · V2 Pet Encyclopedia Search
Pricing
Performance
—%
Success Rate
0ms
Avg Latency
0
Total Calls
Description
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.
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | No | Pet name keyword, e.g. Bichon Frise |
| page | integer | No | Page number |
| category | string | No | Pet type: dog: dog, cat: cat, shuizu: aquatic, xiaochong: small pets, pachong: reptiles |
| page_size | integer | No | Items per page, max 30 |
Response Fields
| Name | Type | Description |
|---|---|---|
| -- | 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 |
Request Example
{
"q": "sample value",
"page": 1,
"category": "sample value",
"page_size": 1
}Response Example
{
"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
}Changelog
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
Provider: UUMit Official