jsonformtable
Developers

Build with jsonformtable API

Store, query, and share JSON from a single endpoint. Auth with an API key, deploy from any stack, and ship faster.

Quickstart

List your collections in one request:

curl -X GET https://api.jsonformtable.com/api/collections \
  -H "X-API-Key: jft_live_xxxxx"

API paths

Two URL styles — use whichever matches your plan:

GET/api/collections/:id/recordsFreeStandard path, auth via API key
GET/api/:username/:collection/:endpoint/recordsProHuman-readable namespace path

Features

REST API

A clean, predictable REST API for collections and records — no SDK required.

Filter & Paging

Server-side filtering on extracted columns plus cursor-friendly pagination by default.

Hybrid Storage

Small records live in D1 for fast queries. Large payloads flow to R2 automatically.

Global Edge

Requests run on Cloudflare Workers — low-latency from every region, no cold starts.