Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IBM Language Translator Languages API

Operations for listing supported and identifiable languages

IBM Language Translator Languages API is one of 4 APIs that IBM Language Translator publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Languages. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a GitHub repository, and pricing.

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 3.0.0.

Requests are made against 7 base URLs: https://api.us-south.language-translator.watson.cloud.ibm.com, https://api.us-east.language-translator.watson.cloud.ibm.com, https://api.eu-de.language-translator.watson.cloud.ibm.com, https://api.eu-gb.language-translator.watson.cloud.ibm.com, https://api.au-syd.language-translator.watson.cloud.ibm.com, https://api.jp-tok.language-translator.watson.cloud.ibm.com, https://api.kr-seo.language-translator.watson.cloud.ibm.com.

2 operations 2 paths 5 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.0
Base URL
https://api.us-south.language-translator.watson.cloud.ibm.com
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

IBM Language Translator Languages API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — IBM Cloud IAM token authentication

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Languages 2

Operations for listing supported and identifiable languages

GET
/v3/languages
List supported languages
listLanguages 1 param → 200400401403500
GET
/v3/identifiable_languages
List identifiable languages
listIdentifiableLanguages 1 param → 200401500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Language (9 properties), ErrorResponse (3 properties), IdentifiableLanguage (2 properties), IdentifiableLanguages (1 property). Each schema is shown below with its type and property counts.

Languages
object
The response type for listing supported languages.
1 property
IdentifiableLanguages
object
IdentifiableLanguages is the list of identifiable languages.
1 property
ErrorResponse
object
Error response object.
3 properties
Language
object
Response payload for languages.
9 properties
IdentifiableLanguage
object
IdentifiableLanguage is the language and its name.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ibm-translate-languages-api-openapi.yml Raw ↑

Other APIs IBM Language Translator publishes across the network.

IBM Language Translator Documents API
IBM Language Translator Models API
IBM Language Translator Translation API