freeapis

ExtendsClass JSON Storage

一个简单的 JSON 存储 API

认证方式
No auth
HTTPS
Yes
CORS
Yes
分类
开发

简介

ExtendsClass JSON Storage 是免费键值 JSON 存储——创建“bin”,用简单 HTTP 调用读写 JSON。基本使用无需认证。

注(2026-08 实测):根路径和一些文档路径返回 403/404(主机加固)——请先从 Web UI 创建 bin,再用它的 URL。服务本身活着。

快速开始

  1. 在 extendsclass.com/json-storage 创建 bin(Web UI)→ 得到类似 https://json.extendsclass.com/bin/{id} 的 URL。
  2. 写入:
curl -X POST "https://json.extendsclass.com/bin/{id}" \
  -H "Content-Type: application/json" \
  -d '{"hello": "world"}'
  1. 读取:
curl "https://json.extendsclass.com/bin/{id}"

认证方式

基本使用无需认证(更高限额有 API 密钥)。

速率限制与注意事项

  • 免费;有存储限制(看文档)。
  • 适合快速原型、webhook 和演示。

常见问题

ExtendsClass JSON Storage 免费吗? 是的——免费带存储限制。

为什么有些路径 403/404? 主机加固(已实测)——请先创建 bin,再用它的 URL。

它有什么用? 演示和原型的轻量 JSON 持久化。

开发 分类更多

APIAuthHTTPSCORS
24 Pull Requests

Project to promote open source collaboration during December

No authYesYes
Agify.io

Estimates the age from a first name

No authYesYes
Amazonscraperapi

Amazon product, search & batch scraping API with residential proxies (1000 free)

API KeyYesNo
AmberOne

Turn any website into a build-ready Android, iOS, PWA or Electron app project

API KeyYesNo
API Grátis

Multiples services and public APIs

No authYesUnknown