UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 1.84 kB
{"openapi":"3.0.0","info":{"contact":{"email":"ab.techwriter@gmail.com","x-twitter":"sheetlabs"},"description":"# Introduction\nThis API returns data regarding almost all nouns in vedic literature. The results are JSON objects that contain the word transliterated to the Roman script, the word in the Nagari script, the meaning of the word, and the category the word belongs to. Proper nouns are not included (yet).\n\nThe API uses the Swagger 2.0 specification.\n\n# Authentication\nThis is an open API.\n\n# Try it out\nThis sandbox can be used to get data for only one kind of resource, that is, to fetch data for a string contained in the meaning of any of the words.\n\nThe remaining resources work a similar fashion. For details, see the reference documentation.\n","license":{"name":"Distributed under the MIT license","url":"https://opensource.org/licenses/MIT"},"title":"vs API","version":"1.2","x-apisguru-categories":["open_data"],"x-logo":{"altText":"Indica logo","url":"https://twitter.com/sheetlabs/profile_image?size=original"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/AninditaBasu/indica/master/vs_SDKs/vs.yaml","version":"2.0"}],"x-providerName":"sheetlabs.com","x-serviceName":"vedic-society"},"externalDocs":{"description":"Documentation","url":"https://aninditabasu.github.io/indica/"},"paths":{"/resources":{"get":{"parameters":[{"description":"The string you are looking for in the word meaning, for example, chariot. Wildcards are allowed, for example, char\\*.","in":"query","name":"description","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Entries fetched."},"404":{"description":"No such string exists in this API."}},"summary":"Fetch all meanings that contain a specific English string"}}},"servers":[{"url":"https://api-vs.herokuapp.com/vs/v1"}]}