How it works
Three steps to your own JSON API
1. Sign in with GitHub
No passwords, no forms. Just click and you're in.
2. Upload your JSON
Drag and drop any .json file. Paste raw JSON. Give it a name.
3. Share the URL
Anyone can fetch your data at /username/filename. Add paths, filters, or sort params.
Everything you need
Every uploaded file becomes a fully queryable API
Public API
Every file served at GET /:username/:filename with CORS headers. No auth needed for public files. Use from browsers, mobile apps, or server-side.
Nested Paths
Drill into objects and arrays via URL segments. /file/products/0/name returns the exact value.
Search & Filter
Query params for filtering, sorting, and searching. ?search=term, ?filter=key:value, ?sort=field&order=desc.
Private Files
Mark files private and generate API keys. Authenticate via Authorization: Bearer header or ?api_key=. Keys are hashed, shown once.
Ready to go?
No tiers, no credit card required. Sign in with GitHub and upload your first JSON in under a minute.