Home

Word Search API, RSS & Embeds

Drop free, themed word search puzzles into your blog, app, or newsletter. New puzzles every day. No signup, no API key, no rate limit (for now).

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.xml

3 · 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-puzzle

Each 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.

Want a custom puzzle for your brand or a higher-traffic plan? Get in touch.