freeapis
认证方式
No auth
HTTPS
Yes
CORS
Unknown
分类
动物

简介

RescueGroups.org 提供动物领养数据——收容所、动物和组织——帮助构建领养平台工具。他们的 v5 API 是 REST 风格。

⚠️ 破坏性变更(2026-08 实测):v5 API 现在需要 Authorization 请求头——无此头的请求返回 HTTP 401 “Missing authorization header”auth: No 标签已过时)。你需要免费的 RescueGroups.org 账号;API 密钥通过 API 控制台签发。

快速开始

用你的凭据认证并查询(v5):

curl "https://api.rescuegroups.org/v5/public/animals?limit=1" \
  -H "Authorization: Bearer YOUR_TOKEN"
{
  "data": [
    { "id": "12345", "type": "animals", "attributes": { "name": "Rex", "species": "Dog", "status": "Available" } }
  ],
  "meta": { "count": 1 }
}

认证方式

  • 在 rescuegroups.org 创建免费账号 → API 控制台签发令牌。
  • 通过 Authorization: Bearer YOUR_TOKEN 请求头携带(缺失 → 401,已实测)。

速率限制与注意事项

  • 免费层带按账号限流(见 API 指南)。
  • v5 是当前 API(v2 多年前已弃用)。
  • 数据:动物、收容所、组织、物种、品种等。

常见问题

RescueGroups 免费吗? 是的——免费账号带限流;API 现在需要认证(无认证 401,已实测)。

如何获取令牌? 在 rescuegroups.org 创建账号 → API 控制台。

有什么数据? 可领养动物、收容所和组织。

动物 分类更多

APIAuthHTTPSCORS
AdoptAPet

Resource to help get pets adopted

API KeyYesYes
Axolotl

Collection of axolotl pictures and facts

No authYesNo
Cat Facts

Random cat facts

No authYesYes
Cataas

Cat as a service (cats pictures and gifs)

No authYesNo
Cats

Pictures of cats from Tumblr

API KeyYesNo