随机福瑞图片API

回到API列表 Back to API List 返回首页 Home

API 简介

API Overview

随机福瑞图片API提供高质量、快速的福瑞相关图片接口。无需认证,直接调用即可获取随机福瑞图片。

The Random Furry Image API provides high-quality and fast furry-related image interfaces. No authentication required, just call directly to get random furry images.

基础地址

Base URL

https://api.furry.ist/furry-img/

国内加速地址

China Accelerated URL

推荐访客主要为国内用户的站点使用此URL:

Recommended for websites with mainly Chinese mainland visitors:

https://furry.axzt.top

注意:此国内端点仅限中国大陆访客使用(不包括港澳台)。

Note: This domestic endpoint is restricted to visitors within mainland China only (excluding Hong Kong, Macao, and Taiwan).

查询参数

Query Parameters

参数名Parameter 类型Type 说明Description 示例Example
format 字符串String 返回格式。json:返回JSON格式的图片链接;file:直接返回图片文件(默认)Return format. json: returns image link in JSON format; file: directly returns image file (default) format=json
redirect 数字Number 重定向。1:302跳转至图片URL;0:不进行跳转(默认)Redirect. 1: 302 redirect to image URL; 0: no redirect (default) redirect=1
mode 字符串String 图片模式。auto:自动判断(默认);box:竖屏图;large:横屏图Image mode. auto: automatic detection (default); box: portrait image; large: landscape image mode=box

使用示例

Usage Examples

1. 基础用法(直接返回图片)

1. Basic Usage (Return Image Directly)

直接在HTML中使用或在markdown中引用:

Use directly in HTML or reference in markdown:

<img src="https://api.furry.ist/furry-img/" alt="随机福瑞图片">

2. 返回JSON格式

2. Return JSON Format

https://api.furry.ist/furry-img/?format=json

返回示例:

Response example:

{"url":"https://api.furry.ist/large/00002411.webp","type":"large","filename":"00002411.webp"}

3. 指定图片模式(竖屏)

3. Specify Image Mode (Portrait)

https://api.furry.ist/furry-img/?mode=box

4. 使用302重定向

4. Use 302 Redirect

https://api.furry.ist/furry-img/?redirect=1

5. 组合参数使用

5. Combined Parameters

https://api.furry.ist/furry-img/?format=json&mode=large&redirect=0

实时图片演示 Live Image Demo

点击下方按钮获取新的随机福瑞图片:

Click the button below to get a new random furry image:

随机福瑞图片加载失败 / Failed to load image