HTML Entity Encoder / Decoder
Escape text for safe use in HTML, or decode HTML entities back to characters.
curl -X POST https://sinikoding.dev/api/v1/html-entities \
-H 'content-type: application/json' \
-H 'x-api-key: tk_live_…' \
-d '{"input":"…","mode":"encode"}'Need html entity encoder / decoder from your own code? Create a free account to get an API key. This page stays free without one.
Create account