https://github.com/bukinoshita/grammarly-api
Great Writing, Simplified
https://github.com/bukinoshita/grammarly-api
grammarly grammarly-api typo writing
Last synced: over 1 year ago
JSON representation
Great Writing, Simplified
- Host: GitHub
- URL: https://github.com/bukinoshita/grammarly-api
- Owner: bukinoshita
- License: mit
- Created: 2020-03-19T17:41:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T10:09:28.000Z (over 5 years ago)
- Last Synced: 2025-03-16T17:45:14.822Z (over 1 year ago)
- Topics: grammarly, grammarly-api, typo, writing
- Language: TypeScript
- Homepage: https://grammarly-api.now.sh/api/check
- Size: 512 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Grammarly API
> Great Writing, Simplified
[![Build Status][travis-badge]][travis]
## API
**URL**: https://grammarly-api.now.sh/api/check
### ?text=\${text}
Type: `string`
Required
#### Example
```
curl -X GET \
'https://grammarly-api.now.sh/api/check?text=The%20slaves%20were%20read-only%20copies%20of%20master.%20But%20not%20to%20worry,%20he%20was%20a%20cripple.' \
-H 'Content-Type: application/json' \
```
## License
[MIT][license] © [Bu Kinoshita][author]
[travis-badge]: https://img.shields.io/travis/bukinoshita/grammarly-api.svg
[travis]: https://travis-ci.org/bukinoshita/grammarly-api
[license]: license
[author]: https://bukinoshita.com