{"id":15549035,"url":"https://github.com/lohanidamodar/owlbot_dart","last_synced_at":"2025-07-23T06:04:06.015Z","repository":{"id":61974067,"uuid":"291686347","full_name":"lohanidamodar/owlbot_dart","owner":"lohanidamodar","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-13T14:34:15.000Z","size":29,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T18:38:30.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lohanidamodar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-31T10:36:01.000Z","updated_at":"2023-11-26T09:19:48.000Z","dependencies_parsed_at":"2022-10-24T13:30:34.359Z","dependency_job_id":null,"html_url":"https://github.com/lohanidamodar/owlbot_dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lohanidamodar/owlbot_dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fowlbot_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fowlbot_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fowlbot_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fowlbot_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lohanidamodar","download_url":"https://codeload.github.com/lohanidamodar/owlbot_dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lohanidamodar%2Fowlbot_dart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266626115,"owners_count":23958344,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-02T13:26:31.542Z","updated_at":"2025-07-23T06:04:05.993Z","avatar_url":"https://github.com/lohanidamodar.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OwlBot\n\nClean, easy interface with [owlbot.info](https://owlbot.info) dictionary API\n\n[![Pub Package](https://img.shields.io/pub/v/owlbot_dart.svg?style=flat-square)](https://pub.dev/packages/owlbot_dart) ![Publish](https://github.com/lohanidamodar/owlbot_dart/workflows/Publish/badge.svg)\n\n## Usage\n\nTo use this plugin add `owlbot_dart` as a [dependency in your pubspec.yaml file](https://flutter.io/docs/development/packages-and-plugins/using-packages).\n\n## Example\n\n```dart\nvoid main() async {\n    /// Instiantiate the `OwlBot` with [token] which you can get for free from https://owlbot.info\n    final OwlBot owlBot = OwlBot(token: \"API_TOKEN\");\n\n    /// Using the [define] function, get the definitions of the provided [word]\n    /// [OwlBotResponse] object is returned\n    final OwlBotResponse res = await owlBot.define(word: \"owl\");\n    print(\"Pronounciation: ${res.pronunciation}\");\n    res.definitions.forEach((def) {\n        print(def.definition);\n    });\n}\n```\n\n\n## Developed \u0026 Maintained by\n\n[Damodar Lohani](https://github.com/lohanidamodar)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flohanidamodar%2Fowlbot_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flohanidamodar%2Fowlbot_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flohanidamodar%2Fowlbot_dart/lists"}