{"id":18508535,"url":"https://github.com/roundedinfinity/languagetool_api","last_synced_at":"2025-08-17T05:07:20.136Z","repository":{"id":46877924,"uuid":"325622109","full_name":"RoundedInfinity/languagetool_api","owner":"RoundedInfinity","description":"Language tool spell checker for dart and flutter.","archived":false,"fork":false,"pushed_at":"2024-06-26T10:23:26.000Z","size":48,"stargazers_count":8,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:51:49.060Z","etag":null,"topics":["api-client","dart","languagetool-api","spelling-mistakes"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/RoundedInfinity.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-30T18:35:24.000Z","updated_at":"2024-09-12T07:19:33.000Z","dependencies_parsed_at":"2025-04-09T03:32:11.298Z","dependency_job_id":"8fdafa3f-25dd-45ea-9efd-6539a5e53d93","html_url":"https://github.com/RoundedInfinity/languagetool_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RoundedInfinity/languagetool_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Flanguagetool_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Flanguagetool_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Flanguagetool_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Flanguagetool_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoundedInfinity","download_url":"https://codeload.github.com/RoundedInfinity/languagetool_api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Flanguagetool_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270807934,"owners_count":24649346,"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-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["api-client","dart","languagetool-api","spelling-mistakes"],"created_at":"2024-11-06T15:14:41.085Z","updated_at":"2025-08-17T05:07:20.115Z","avatar_url":"https://github.com/RoundedInfinity.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LanguageTool API\n\n[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]\n[![License: MIT][license_badge]][license_link]\n[![CodeFactor](https://www.codefactor.io/repository/github/roundedinfinity/languagetool_api/badge)](https://www.codefactor.io/repository/github/roundedinfinity/languagetool_api)\n\nDart library for checking text for grammar and spelling mistakes using the [LanguageTool API.](https://languagetool.org)\n\n## 🚀 Features\n\n**Checking for** the following:\n\n- spelling mistakes\n- grammatical mistakes\n- logical mistakes\n\nThe free version has 20 requests per minute.\n\nYou can currently only use the free version of this API that does not require an API key.\n\n## 🧪 Usage\n\nUse the `LanguageTool` Object to check your text with the _LanguageTool API_.\n\n```dart\nfinal tool = LanguageTool();\n\nfinal result = await tool.check('what happened at 5 PM on Monday, 27 May 2007?')\n\nresult.forEach(print);\n// This prints 3 mistakes.\n// 1. This sentence does not start with an uppercase letter.\n// 2. Using PM and afternoon together is redundant.\n// 3. The date 27 May 2007 is not a Monday, but a Sunday.\n```\n\nTo get all available languages, call `LanguageTool.languages`.\n\nYou can find a more advanced example in the [example](https://pub.dev/packages/language_tool/example) tab.\n\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[license_link]: https://opensource.org/licenses/MIT\n[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg\n[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundedinfinity%2Flanguagetool_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froundedinfinity%2Flanguagetool_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundedinfinity%2Flanguagetool_api/lists"}