Spelling + English style check
API · /grammar-api
Grammar API
Catch spelling mistakes in six languages — English, German, Spanish, French, Portuguese and Dutch — and get English style and grammar suggestions in one call. Spelling errors come with their position in the text and a ranked list of corrections; style suggestions flag repeated words, weasel words, passive voice, wordiness, clichés and more. A combined check returns spelling and style together (sorted by position), a spelling-only endpoint covers all six languages, a single-word endpoint returns corrections for one word, and a languages endpoint lists what is supported. Every endpoint takes text via the query string or the request body and returns lean JSON. Pure server-side computation (Hunspell dictionaries + write-good, no third-party upstream, no LLM cost), so responses are instant and always available. Ideal for editors and CMSs, form and comment validation, chat and email tools, and writing assistants.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 93 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,647
- attiva
- Chiamate totali
- 12
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 28,000 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 28,000 calls/month, 2 req/s
- Spelling in 6 languages + English style suggestions
- No credit card
Basic
€6.60 /mese
- 320,000 chiamate/mese
- 6 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 320,000 requests/month, 6 req/s
- All endpoints, combined spell + style checking
- Commercial use included
- Email support
Pro
€19.50 /mese
- 2,400,000 chiamate/mese
- 22 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 2,400,000 requests/month, 22 req/s
- High throughput for editors & writing tools
- Priority email support
- Commercial use allowed
Mega
€48.00 /mese
- 13,000,000 chiamate/mese
- 75 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 13,000,000 requests/month, 75 req/s
- 最高吞吐量,适用于大规模生产校对
- 优先支持
- 允许商业使用
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
Words API
Find words by meaning, sound and spelling — similar-meaning words (thesaurus), rhymes, autocomplete suggestions and wildcard spelling matches. Backed by Datamuse. Ideal for writing assistants, autocomplete, crosswords, word games, poetry tools and NLP preprocessing.
api.oanor.com/words-api
Stopwords API
Stopword lists and removal for 58 languages. Fetch the full stopword list for a language, see all supported languages with their word counts, check whether a single word is a stopword, or strip stopwords out of a block of text to get a clean keyword stream. Built on the open stopwords-iso dataset and served entirely in-memory, so responses are instant and the service is always available. Ideal for search indexing and relevance, NLP preprocessing and text mining, keyword extraction, tag generation and content tooling.
api.oanor.com/stopwords-api
Emoji API
Uma base de dados completa de emojis em uma API rápida. Pesquise aproximadamente 1.870 emojis por nome, palavra-chave, alias ou tag, consulte um único emoji pelo seu alias (como rocket ou :fire:) ou pelo próprio caractere do emoji, navegue por qualquer uma das nove categorias Unicode ou obtenha emojis aleatórios (opcionalmente de uma categoria). Cada emoji vem com seu nome, categoria, aliases, tags de pesquisa, pontos de código Unicode e a versão em que foi introduzido. Construído sobre o conjunto de dados aberto do GitHub gemoji e servido inteiramente em memória, para que as respostas sejam instantâneas e o serviço esteja sempre disponível. Ideal para aplicativos de chat e mensagens, seletores e pesquisa de emojis, ferramentas sociais e de conteúdo, jogos e widgets divertidos.
api.oanor.com/emoji-api
Regex API
Ejecuta expresiones regulares del lado del servidor sin el riesgo de ReDoS. Prueba si un patrón coincide, extrae todas las coincidencias con sus posiciones y grupos de captura (numerados y nombrados), reemplaza con un patrón de sustitución o divide texto, todo con los conocidos indicadores de expresiones regulares de JavaScript (g, i, m, s, u, y). Cada evaluación se ejecuta en un entorno aislado con un tiempo de espera máximo estricto, por lo que un patrón de retroceso catastrófico nunca puede bloquear tu servicio; en su lugar, obtienes un claro error de tiempo de espera. Las entradas aceptan parámetros de consulta GET o un cuerpo JSON POST. Cómputo local puro sin terceros ascendentes, por lo que las respuestas son instantáneas y el servicio siempre está disponible. Ideal para plataformas sin código y de automatización, tuberías de limpieza de datos, validación de formularios y entradas, análisis de registros y herramientas de contenido.
api.oanor.com/regex-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Grammar API?
Qual è il limite di velocità di Grammar API?
Quanto costa Grammar API?
Posso cancellare l'abbonamento in qualsiasi momento?
Grammar API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/grammar-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/grammar-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/grammar-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/grammar-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.