Grammar Check Response
Response from TextGears grammar and spelling check endpoints
GrammarSpellingText AnalysisReadabilityNatural Language ProcessingNLPText SummarizationLanguage Detection
Properties
| Name |
Type |
Description |
| status |
boolean |
Whether the request was successful |
| response |
object |
|
| error_code |
integer |
Error code when status is false |
| description |
string |
Error description when status is false |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.textgears.com/schema/grammar-response",
"title": "Grammar Check Response",
"description": "Response from TextGears grammar and spelling check endpoints",
"type": "object",
"properties": {
"status": {
"type": "boolean",
"description": "Whether the request was successful"
},
"response": {
"type": "object",
"properties": {
"errors": {
"type": "array",
"description": "List of detected errors",
"items": {
"$ref": "#/definitions/GrammarError"
}
}
}
},
"error_code": {
"type": "integer",
"description": "Error code when status is false",
"enum": [500, 501, 600, 606, 607]
},
"description": {
"type": "string",
"description": "Error description when status is false"
}
},
"definitions": {
"GrammarError": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique error identifier"
},
"offset": {
"type": "integer",
"description": "Character offset of the error in the original text",
"minimum": 0
},
"length": {
"type": "integer",
"description": "Length of the error span in characters",
"minimum": 1
},
"bad": {
"type": "string",
"description": "The erroneous text fragment"
},
"better": {
"type": "array",
"description": "Suggested corrections",
"items": {
"type": "string"
}
},
"type": {
"type": "string",
"description": "Error type classification",
"enum": ["grammar", "spelling", "punctuation", "style"]
},
"description": {
"type": "string",
"description": "Human-readable error description"
}
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/grammar-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.