get http://malayalamwordnet.cusat.ac.in/restapi/json/synset/
This API is to search for the given synsetId. The response is in json format
Log in to see full request history
Responses
This API is to search for the given synsetId. The response is in json format
xxxxxxxxxx
OkHttpClient client = new OkHttpClient();
Request request = new Request.Builder()
.url("http://malayalamwordnet.cusat.ac.in/restapi/json/synset/1")
.get()
.build();
Response response = client.newCall(request).execute();
Try It!
to start a request and see the response here! Or choose an example: