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.
LifestyleMethod: GET

Pricing

0 UT/ call
Free
Connect API

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

NameTypeRequiredDescription
qstringNoPet name keyword, e.g. Bichon Frise
pageintegerNoPage number
categorystringNoPet type: dog: dog, cat: cat, shuizu: aquatic, xiaochong: small pets, pachong: reptiles
page_sizeintegerNoItems per page, max 30

Response Fields

NameTypeDescription
--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

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