UUMit Logo

Pet Encyclopedia · V2 Pet Encyclopedia Search

Pets Encyclopedia Search
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.
生活服务请求方式: GET

定价

0 UT/ 次
免费调用
接入 API

运行指标

%

成功率

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.

请求参数

参数名类型必填说明
qstringPet name keyword, e.g. Bichon Frise
pageintegerPage number
categorystringPet type: dog: dog, cat: cat, shuizu: aquatic, xiaochong: small pets, pachong: reptiles
page_sizeintegerItems per page, max 30

响应字段

字段名类型说明
--string--
dataarrayPet search results; null when no records found
namestringPet name
pageintegerCurrent page
tagsstringTags
aliasstringPet alias
heightstringHeight
originstringPlace of origin
reasonstringStatus message
resultobjectResponse result
weightstringWeight
hash_idstringPet ID
categorystringPet category
functionsstringFunctions
fur_colorstringFur color
image_urlstringImage
page_sizeintegerItems per page
body_shapestringBody shape
error_codeintegerStatus code
total_pageintegerTotal pages
total_countintegerTotal records; max 30 returned
ear_featuresstringEar features
eye_featuresstringEye features
tail_featuresstringTail 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