The Translations endpoint allows Partners to retrieve localized translations for BETCORE game types. This enables Partners to display game names in the user's preferred language, enhancing the user experience.The main objectives of this method are:
Localization Support: To provide Partners with the ability to display TVBET game types in multiple languages.
Dynamic Translation Retrieval: To allow Partners to dynamically retrieve the latest translations, ensuring accuracy and consistency.
Game Type Identification: To map game type IDs to their corresponding translated names.
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Query Params
lng
string
required
Language of Partner's client.
Example:
en
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://mock.apidog.com/m1/820627-0-default/backend.bcdprod.net/feeds-service/api/v1/games/types/translations?lng=en'