🔄 API 中转代理服务

通用 API 中转代理,用于访问被墙或限制的接口。

使用方法

中转任意 API:在请求 URL 后添加 ?url=目标地址 参数

https://ztvf.666413.xyz/?url=<示例API地址>

配置订阅参数说明

format 0raw = 原始 JSON
1proxy = 添加代理前缀
2base58 = 原始 Base58 编码
3proxy-base58 = 代理 Base58 编码
source putong = 普通资源
18plus = 18+资源
full = 全部资源(默认)
prefix 自定义代理前缀(仅在 format=1 或 3 时生效)

配置订阅链接示例

📦 普通资源(putong)

原始 JSON:
https://ztvf.666413.xyz?format=0&source=putong

中转代理 JSON:
https://ztvf.666413.xyz?format=1&source=putong

原始 Base58:
https://ztvf.666413.xyz?format=2&source=putong

中转 Base58:
https://ztvf.666413.xyz?format=3&source=putong

📦 18+资源(18plus)

原始 JSON:
https://ztvf.666413.xyz?format=0&source=18plus

中转代理 JSON:
https://ztvf.666413.xyz?format=1&source=18plus

原始 Base58:
https://ztvf.666413.xyz?format=2&source=18plus

中转 Base58:
https://ztvf.666413.xyz?format=3&source=18plus

📦 全部资源(full,默认)

原始 JSON:
https://ztvf.666413.xyz?format=0&source=full

中转代理 JSON:
https://ztvf.666413.xyz?format=1&source=full

原始 Base58:
https://ztvf.666413.xyz?format=2&source=full

中转 Base58:
https://ztvf.666413.xyz?format=3&source=full

支持的功能