{"name":"PuddleTools API","version":"1.0.0","description":"Free developer & utility tools as JSON APIs. Compatible with RapidAPI.","baseUrl":"/api/tools/{tool-slug}","tools":[{"endpoint":"/api/tools/password-generator","method":"POST","exampleBody":{"length":16,"uppercase":true,"lowercase":true,"numbers":true,"symbols":false,"count":1}},{"endpoint":"/api/tools/uuid-generator","method":"POST","exampleBody":{"count":5}},{"endpoint":"/api/tools/lorem-ipsum-generator","method":"POST","exampleBody":{"type":"paragraphs","count":3}},{"endpoint":"/api/tools/word-counter","method":"POST","exampleBody":{"text":"Your text here"}},{"endpoint":"/api/tools/case-converter","method":"POST","exampleBody":{"text":"hello world","to":"titleCase"}},{"endpoint":"/api/tools/json-formatter","method":"POST","exampleBody":{"json":"{\"key\":\"value\"}","indent":2,"minify":false}},{"endpoint":"/api/tools/base64-encode-decode","method":"POST","exampleBody":{"text":"Hello","mode":"encode"}},{"endpoint":"/api/tools/url-encode-decode","method":"POST","exampleBody":{"text":"hello world","mode":"encode"}},{"endpoint":"/api/tools/hash-generator","method":"POST","exampleBody":{"text":"hello","algorithm":"sha-256"}},{"endpoint":"/api/tools/html-entity-encode-decode","method":"POST","exampleBody":{"text":"<div>Hello</div>","mode":"encode"}},{"endpoint":"/api/tools/color-converter","method":"POST","exampleBody":{"hex":"#3b82f6"}},{"endpoint":"/api/tools/timestamp-converter","method":"POST","exampleBody":{"timestamp":1700000000}},{"endpoint":"/api/tools/number-base-converter","method":"POST","exampleBody":{"value":"255","from":10}},{"endpoint":"/api/tools/csv-json-converter","method":"POST","exampleBody":{"input":"name,age\nAlice,30\nBob,25","mode":"csv-to-json"}},{"endpoint":"/api/tools/css-unit-converter","method":"POST","exampleBody":{"value":16,"baseFontSize":16}},{"endpoint":"/api/tools/percentage-calculator","method":"POST","exampleBody":{"mode":"of","x":20,"y":150}},{"endpoint":"/api/tools/tip-calculator","method":"POST","exampleBody":{"bill":85.5,"tipPercent":18,"people":2}},{"endpoint":"/api/tools/bmi-calculator","method":"POST","exampleBody":{"weight":70,"height":175,"unit":"metric"}},{"endpoint":"/api/tools/loan-calculator","method":"POST","exampleBody":{"principal":250000,"annualRate":6.5,"termYears":30}},{"endpoint":"/api/tools/meta-tag-generator","method":"POST","exampleBody":{"title":"My Site","description":"A great site","keywords":"tools,free","ogImage":"https://example.com/img.jpg"}},{"endpoint":"/api/tools/robots-txt-generator","method":"POST","exampleBody":{"rules":[{"agent":"*","allow":["/"],"disallow":["/admin"]}],"sitemap":"https://example.com/sitemap.xml"}},{"endpoint":"/api/tools/cron-expression-generator","method":"POST","exampleBody":{"expression":"0 9 * * 1-5"}}]}