Noxyr Noxyr
Zagłosuj
Add Bot Login with Discord
Free Tool

Discord Embed JSON Validator

Paste a single embed object, an embeds array, or a whole webhook payload. The checker lists every Discord limit it breaks and renders a preview when it is clean. Nothing is sent anywhere.

Embed JSON is scanned line by line; a field over its limit is flagged red, the rest pass. { "title": "Sale", "description": "…4200 chars", "fields": [ 3 ],}4096 max

Checks: title 256, description 4096, up to 25 fields (name 256, value 1024), footer 2048, author 256, 6000 total per embed, 10 embeds per message, content 2000, color 0 to 16777215, URLs must be http(s). Want to design one instead? Read the embed branding guide.