I was able to get complete json feed of google spreadsheet using,
https://spreadsheets.google.com/feeds/list/--KEY--/od6/public/values?alt=json-in-script
Is it possible to get only certain rows from google spreadsheet by comparing values in column, like we do in sql ? (For eg. get rows where age==25)
Finally, got the answer.
You can use query like
If you want to use multiple queries use
So the final url will be like