Supported languages
API · /translate-api
Translation API
Translate text between 40+ languages with a confidence score and alternative suggestions. Simple GET interface, no model hosting — ideal for localising content, chat messages, product data and user-generated text.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 475 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,407
- attiva
- Chiamate totali
- 106
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 2,500 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 2k calls/month
- 2 req/sec
- 40+ languages
- No credit card
Basic
€11.00 /mese
- 40,000 chiamate/mese
- 8 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 30k calls/month
- 10 req/sec
- Email support
Pro
€39.00 /mese
- 200,000 chiamate/mese
- 25 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 150k calls/month
- 20 req/sec
- Priority support
Mega
€109.00 /mese
- 750,000 chiamate/mese
- 60 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 600k calls/month
- 40 req/sec
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
Languages API
Eine saubere Referenz für die Sprachen der Welt. Suchen Sie jede Sprache nach ihrem ISO 639-1 (zweistellig) oder ISO 639-2 (dreistellig) Code oder nach Namen, suchen Sie nach englischem oder einheimischem Namen, listen Sie jede Sprache mit einem optionalen Rechts-nach-links-Filter auf, oder gruppieren Sie Sprachen nach Familie. Jeder Eintrag enthält die ISO-Codes, englische und einheimische Namen, die Sprachfamilie, ein Rechts-nach-links-Flag und einen Wikipedia-Link. Basierend auf dem offenen ISO 639-Datensatz und vollständig im Speicher bereitgestellt, sodass Antworten sofort erfolgen und der Dienst immer verfügbar ist. Ideal für Internationalisierung und Lokalisierung, Sprachauswahlen und Selektoren, Inhaltskennzeichnung und Entwicklerwerkzeuge.
api.oanor.com/languages-api
Countries API
Reference data for all 250 countries and territories — capitals, ISO codes (alpha-2/alpha-3), currencies, languages, flags, population, area, borders, calling codes and more. Look up by name, ISO code, region, currency or language.
api.oanor.com/countries-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
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
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Translation API?
Qual è il limite di velocità di Translation API?
Quanto costa Translation API?
Posso cancellare l'abbonamento in qualsiasi momento?
Translation 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/translate-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/translate-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/translate-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/translate-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.