Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Resource information

URLhttps://api.softnetsport.com/v2/languages
MethodGET

Description

Returns languages used in the softnetSPORT API service to which returned data can be translated
PackageThis resource is included in ALL packages

Method parameters

NameTypeDescription
There are not method parameters in this resource 

Query parameters

NameTypeDescription
usernamexsd:stringREQUIRED. Assigned to you by softnetSPORT administrator
pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page
limitxsd:int

Determines maximum number of returned records on page. Used in paginated data. Default value is 250

Possible values: 5, 10, 25, 50, 100, 250, 500

Method calling examples

Link
Description
https://api.softnetsport.com/v2/languages.xml?username=softnetsportReturns list of all languages in XML format
https://api.softnetsport.com/v2/languages?username=softnetsportReturns list of all languages in XML format

Output elements

.language
 
idUnique identifier for the language
codeTwo character language code
nameName of the language
original_nameName of the language translated in this language eg. for German language original name is Deutsch
active

Status for the language. Possible values:

  • yes - supported language
  • no - currently not supported. The language will be supported in the near future
  • No labels