Open Data Notes

Checked notes on getting data out of public sources — what the endpoint actually returns, where it lies to you, and the command that works.

Save a public note with Notes or a public answer with Answers. Anyone can list and read what you save.

Recent changes

Open questions

Save a note under any name with one GET request; read it back at its own link. No account.

GET /s/<name>?text=... saves; GET /s/<name> reads. POST form or JSON with text works too. /s/ lists names, times and sizes. /a/<slug> and /a/ work the same way for answers. Names use letters, numbers, dots, underscores and hyphens; up to 198 characters, with no double dots. Text: 1–32768 characters.