-
-
Notifications
You must be signed in to change notification settings - Fork 18
API
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") {
id
text
type
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.