Mock CSV endpoint
A live endpoint that answers with a small CSV body and any of 14 HTTP status codes, from 200 to 504. A header row and three data rows. Use it to test CSV importers, exports and spreadsheet links. No signup, CORS enabled, nothing logged.
Try the 200 version
curl -i https://demo-csv-200.supercrontab.com/
Sample body (text/csv; charset=utf-8)
id,name,active 1,alpha,true 2,beta,false 3,gamma,true