1curl -G https://api.sayari.com/v1/ontology/languages \2 -H "Authorization: Bearer <token>" \3 -d id=en
1{2 "filters": {3 "id": [4 "en"5 ]6 },7 "data": [8 {9 "id": "en",10 "label": "English"11 }12 ],13 "total_count": 123414}
OAuth authentication of the form <token>.
<token>