GetSheetAPI – Turn Any Google Sheet into a REST API in 60 Seconds
Hey HN, I built GetSheetAPI because I kept writing the same boilerplate: fetch Google Sheet → parse CSV → return JSON. Every freelance project, every prototype, every "can you just pull data from this spreadsheet" request. Now it's just: curl -H "X-API-Key: xxx" https://api.getsheetapi.com/v1/{sheet-id} Returns: {"data": [{"name": "Product A", "price": 29.99}], "meta": {"total": 150, "page": 1}} First row becomes field names. Full CRUD (GET/POST/PUT/DELETE). Pagination built in. Free tier: 100 requests/day, 1 sheet. I know "Google Sheets as a database"…
What it does
In the maker’s words, at launch
Hey HN, I built GetSheetAPI because I kept writing the same boilerplate: fetch Google Sheet → parse CSV → return JSON. Every freelance project, every prototype, every "can you just pull data from this spreadsheet" request. Now it's just: curl -H "X-API-Key: xxx" https://api.getsheetapi.com/v1/{sheet-id} Returns: {"data": [{"name": "Product A", "price": 29.99}], "meta": {"total": 150, "page": 1}} First row becomes field names. Full CRUD (GET/POST/PUT/DELETE). Pagination built in. Free tier: 100 requests/day, 1 sheet. I know "Google Sheets as a database" makes some of you twitch. It's not meant to replace Postgres. But for landing page backends, internal tools, or prototypes that might never need a "real" database — it removes a lot of friction. Would love feedback. What's missing? What would make this actually useful for your workflow?
Does the same job
all alternatives →More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
