I have a link like translate.google.com/translate_a/t?client=t&text=like&hl=en&sl=en&tl=bn&ie=UTF-8&oe=UTF-8&multires=1&otf=2&ssel=4&tsel=0&otf=1&ssel=4&tsel=0&sc=1
.
Here in text=like
it will change like text=book
text=pen
, which means it will be my input word, and I will loop it for 1000 times.
I'm making a dictionary. The above url outputs JSON data.
I want to loop through 1000 words and get their json output into one text file - how can I do that in c#?