{"name":"Garden Playground API","description":"REST API for executing Garden programming language code in a sandboxed environment","version":"Garden 0.25.0","endpoints":{"POST /run":{"description":"Execute Garden code and return results","parameters":{"src":"Garden source code to execute (string, required)"},"returns":"JSON object with success status and execution results or error"},"POST /check":{"description":"Statically check Garden code for issues without running it","parameters":{"src":"Garden source code to check (string, required)"},"returns":"JSON object with success status and a list of diagnostics"}}}