Skip to content
Bodo Tasche edited this page Feb 21, 2018 · 7 revisions

We offer a GraphQL based API for SignDict. You can explore the API here and play around with it.

An example query to search for all words containing "Zug":

{
  search(word: "Zug") {
    text
    type
    url
    currentVideo {
      videoUrl
      license
      user {
        name
      }
    }
  }
}

If you use the API please make sure to respect the license of the videos and display it next to the video. A link back to the page on SignDict would be great, too.

Thanks for reading the wiki. We always look for help. Details can be found here.

Clone this wiki locally