oEmbed API

We support oEmbed. This API allows other websites to display embedded Wordwall resources when a user posts a link to that resource.

Supporting pages have <link> tags in the HTML header to allow discovery.


URL scheme

https://wordwall.net/resource/*

https://wordwall.net/play/*


API endpoint

https://wordwall.net/api/oembed


Example result

https://wordwall.net/api/oembed?url=https%3a%2f%2fwordwall.net%2fresource%2f39252&format=json

{
  "version":"1.0",
  "type":"rich",
  "width":500,
  "height":380,
  "title":"Periodic Table - Atomic Number Game",
  "html":"<iframe src='https://wordwall.net/embed/f761a797b2044686a6f933bbb3880fd2?themeId=42&ref=oembed' width='500' height='380' frameborder='0' allowfullscreen></iframe>",
  "thumbnail_url":"https://wordwallscreens.azureedge.net/800/f761a797b2044686a6f933bbb3880fd2",
  "thumbnail_width":800,
  "thumbnail_height":600,
  "author_name":"bwatnot",
  "author_url":"https://wordwall.net/teacher/1/bwatnot",
  "provider_name":"Wordwall",
  "provider_url":"https://wordwall.net"
}


Contact the development team at help@wordwall.net if you have further questions.

Continue editing: ?