Free · No API Key · No Rate Limit
Add Daily Word Search Puzzles To Your Website In 60 Seconds.
One line of HTML, an RSS feed, or a JSON endpoint — your readers get a fresh themed puzzle every day with zero work from you.
Perfect for
- TeachersVocabulary unit on the class blog — students play it for homework.
- BloggersTravel blog drops a destination puzzle under every city post.
- Senior LivingActivity director embeds a fresh large-print puzzle every Monday.
- NewslettersSubstack publisher adds a themed puzzle to every Sunday send.
- Wellness AppsMindfulness app drops a calm-themed puzzle in the daily ritual screen.
- Education SitesTutoring site embeds a SAT vocab puzzle on every prep page.
Three ways to ship it — pick the easiest one for your stack.
1 · Embed a puzzle (easiest)
Copy this snippet anywhere HTML is allowed (WordPress, Ghost, Substack, Notion, your blog template):
<iframe
src="https://wordsearch.life/embed/yoga-puzzle"
width="100%" height="640" frameborder="0" loading="lazy"
title="Word Search: Yoga"
></iframe>Replace yoga-puzzle with any slug from /categories.
2 · RSS feed
Subscribe in any RSS reader, Zapier, IFTTT, or your CMS to auto-import new puzzles daily.
https://wordsearch.life/feed.xml3 · JSON API
Returns up to 200 published puzzles. CORS enabled.
GET https://wordsearch.life/api/public/puzzles
GET https://wordsearch.life/api/public/puzzles?limit=10
GET https://wordsearch.life/api/public/puzzles?category=yoga
GET https://wordsearch.life/api/public/puzzles?slug=yoga-puzzleEach item includes play_url, embed_url, embed_iframe, the full grid, words, thumbnail, and category.
Attribution
Free for personal & commercial use. Please credit "Powered by WordSearch.Life" with a link to https://wordsearch.life. Embeds include the credit automatically.
