{"id":23496251,"url":"https://github.com/sh20raj/opendictionaryapi","last_synced_at":"2025-10-31T07:31:24.871Z","repository":{"id":269048216,"uuid":"906277832","full_name":"SH20RAJ/OpenDictionaryAPI","owner":"SH20RAJ","description":"A free, open-source API for accessing word definitions, synonyms, antonyms, and more. Perfect for developers and language enthusiasts.","archived":false,"fork":false,"pushed_at":"2024-12-26T05:47:58.000Z","size":1832,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T05:05:04.665Z","etag":null,"topics":["dictionary","dictionary-api"],"latest_commit_sha":null,"homepage":"https://sh20raj.github.io/OpenDictionaryAPI/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SH20RAJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-20T14:41:56.000Z","updated_at":"2024-12-26T05:48:02.000Z","dependencies_parsed_at":"2024-12-20T15:25:55.259Z","dependency_job_id":"8f0643d2-10cd-40ab-82e2-b2fd194a5738","html_url":"https://github.com/SH20RAJ/OpenDictionaryAPI","commit_stats":null,"previous_names":["sh20raj/opendictionaryapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2FOpenDictionaryAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2FOpenDictionaryAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2FOpenDictionaryAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2FOpenDictionaryAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SH20RAJ","download_url":"https://codeload.github.com/SH20RAJ/OpenDictionaryAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239139716,"owners_count":19588246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dictionary","dictionary-api"],"created_at":"2024-12-25T04:11:59.173Z","updated_at":"2025-10-31T07:31:22.778Z","avatar_url":"https://github.com/SH20RAJ.png","language":"Python","readme":"# OpenDictionaryAPI 🌟📚\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Contributions Welcome](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg)](#contributing)\n[![Issues](https://img.shields.io/github/issues/SH20RAJ/OpenDictionaryAPI)](https://github.com/SH20RAJ/OpenDictionaryAPI/issues)\n[![Forks](https://img.shields.io/github/forks/SH20RAJ/OpenDictionaryAPI?style=social)](https://github.com/SH20RAJ/OpenDictionaryAPI/fork)\n[![Stars](https://img.shields.io/github/stars/SH20RAJ/OpenDictionaryAPI?style=social)](https://github.com/SH20RAJ/OpenDictionaryAPI/stargazers)\n[![NPM Version](https://img.shields.io/npm/v/opendictionaryapi)](https://www.npmjs.com/package/opendictionaryapi)\n[![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2FSH20RAJ%2FOpenDictionaryAPI\u0026labelColor=%232ccce4\u0026countColor=%23dce775\u0026style=flat)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2FSH20RAJ%2FOpenDictionaryAPI)\n\n**OpenDictionaryAPI** is a free and open-source API that provides access to word definitions, synonyms, antonyms, pronunciations, and more. 🧑‍💻 Perfect for developers and language enthusiasts who want to integrate dictionary data into their applications. 🚀\n\n---\n\n## Features 🌟\n- 📖 **Word Definitions**: Accurate and detailed meanings for words.\n- 🔄 **Synonyms and Antonyms**: Explore related words and opposites.\n- 🎧 **Pronunciations**: Access audio pronunciations to improve your skills.\n- 🌍 **Multiple Languages**: Look up words in different languages.\n- ⚡ **Fast \u0026 Reliable**: Built to deliver fast and consistent responses.\n\n---\n\n## Installation \u0026 Usage (NPM) 🚀\n\nInstall the package from [npm](https://www.npmjs.com/package/opendictionaryapi):\n\n```bash\nnpm i opendictionaryapi\n```\n\n### Example Usage:\n```javascript\nconst OpenDictionaryAPI = require(\"opendictionaryapi\");\n\nOpenDictionaryAPI.search('hi', 'en')\n  .then(results =\u003e {\n    console.log(results);\n  })\n  .catch(error =\u003e {\n    console.log(error);\n  });\n```\n\n### Results Example:\n```json\n[\n  {\n    \"word\": \"hello\",\n    \"phonetics\": [\n      {\n        \"audio\": \"https://api.dictionaryapi.dev/media/pronunciations/en/hello-au.mp3\",\n        \"sourceUrl\": \"https://commons.wikimedia.org/w/index.php?curid=75797336\",\n        \"license\": {\n          \"name\": \"BY-SA 4.0\",\n          \"url\": \"https://creativecommons.org/licenses/by-sa/4.0\"\n        }\n      }\n    ],\n    \"meanings\": [\n      {\n        \"partOfSpeech\": \"noun\",\n        \"definitions\": [\n          {\n            \"definition\": \"\\\"Hello!\\\" or an equivalent greeting.\"\n          }\n        ]\n      }\n    ],\n    \"sourceUrls\": [\n      \"https://en.wiktionary.org/wiki/hello\"\n    ]\n  }\n]\n```\n\n### Error Example:\n```json\n{\n  \"title\": \"No Definitions Found\",\n  \"message\": \"Sorry pal, we couldn't find definitions for the word you were looking for.\",\n  \"resolution\": \"You can try the search again at a later time or head to the web instead.\"\n}\n```\n\n---\n\n## Direct API Usage 🔗\n\nYou can also directly fetch word data via the URL:\n\n```plaintext\nhttps://www.jsdelivr.com/package/gh/SH20RAJ/OpenDictionaryAPI/data/english/{word}.json\n```\n\n### Example:\nFetch data for the word \"hello\":\n```plaintext\nhttps://cdn.jsdelivr.net/gh/SH20RAJ/OpenDictionaryAPI/data/english/hello.json\n```\n\n---\n\n## Installation \u0026 Development 🛠️\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/SH20RAJ/OpenDictionaryAPI.git\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Run the server:\n   ```bash\n   npm start\n   ```\n\n---\n\n## Contributing 🤝\nWe welcome contributions from the community! 🛠️ To get started:\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature-name`.\n3. Commit your changes: `git commit -m \"Added new feature\"`.\n4. Push to your branch: `git push origin feature-name`.\n5. Submit a pull request. 🎉\n\n---\n\n## License 📝\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Contact ✉️\nFor questions or support, please reach out via [Issues](https://github.com/SH20RAJ/OpenDictionaryAPI/issues).\n\n---\n\n⭐ **If you find this project helpful, give it a star!** ⭐\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh20raj%2Fopendictionaryapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh20raj%2Fopendictionaryapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh20raj%2Fopendictionaryapi/lists"}