Norwegian locale support

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shuba
    Member
    • Feb 2009
    • 51

    #1

    Norwegian locale support

    According to the documentation page https://docs.developer.betfair.com/d...eSpecification
    there is a Norwegian locale available for the betting API.

    I have checked three different morwegian locales "nn", "no", "nb" like that {"filter":{"marketBettingTypes":["ODDS"]},"locale":"nn"}
    but I always get error from the Betfair server

    {"faultcode":"Client","faultstring":"ANGX-0002","detail":{"APINGException":{"requestUUID":"i e2-ang27b-prd-03260747-0028ab0f37","errorCode":"INVALID_INPUT_DATA","erro rDetails":"locale must use valid iso-639 locale names"},"exceptionname":"APINGException"}}

    Could Betfair support confirm that Norwegian locale is supported?
    Last edited by shuba; 22-04-2022, 02:08 AM.
    - Betfair ladder interface for Android platform.
  • BetfairDeveloperProgram
    Administrator
    • Oct 2008
    • 680

    #2
    Hi Shuba

    Yes, we can confirm that the Norwegian locale ('no') is supported, see an example below:

    Request

    [{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketCatalogue", "params": {"filter":{"eventTypeIds":["1"],"marketBettingTypes":["ODDS"],"marketCountries":["GB"],"marketTypeCodes":["MATCH_ODDS"]},"locale":"no","maxResults":"5","marketProjection ":["RUNNER_DESCRIPTION"]}, "id": 1}]

    Response

    Response truncated to 4,000 chars:
    [{"jsonrpc":"2.0","result":[{"marketId":"1.198599405","marketName":"Kampodd s", "totalMatched":367.47,"runners":[{"selectionId":12053201,"runnerName":"Ipswich U23","handicap":0.0,"sortPriority":1},{"selection I d":14188461,"runnerName":"Sheff Utd U23","handicap":0.0,"sortPriority":2},{"selection I d":58805,"runnerName":"Uavgjort","handicap":0.0,"s ortPriority":3}]},{"marketId":"1.198609695","marketName":"Kampodd s ","totalMatched":581.52,"runners":[{"selectionId":14298909,"runnerName":"Bristol City U23","handicap":0.0,"sortPriority":1},{"selection I d":12372741,"runnerName":"Coventry City U23","handicap":0.0,"sortPriority":2},{"selection I d":58805,"runnerName":"Uavgjort","handicap":0.0 ,"s ortPriority":3}]},{"marketId":"1.198599225","marketName":"Kampodd s ","totalMatched":226.31,"runners":[{"selectionId":12568843,"runnerName":"Cardiff U23","handicap":0.0,"sortPriority":1},{"selection I d":12343188,"runnerName":"Crewe Alexandra U23","handicap":0.0,"sortPriority":2},{"selection I d":58805,"runnerName":"Uavgjort","handicap":0.0 ,"s ortPriority":3}]},{"marketId":"1.198599315","marketName":"Kampodd s ","totalMatched":2135.31,"runners":[{"selectionId":12374251,"runnerName":"Millwall U23","handicap":0.0,"sortPriority":1},{"selection I d":12372761,"runnerName":"Sheffield Wednesday U23","handicap":0.0,"sortPriority":2},{"selection I d":58805,"runnerName":"Uavgjort","handicap":0.0 ,"s ortPriority":3}]},{"marketId":"1.198599135","marketName":"Kampodd s ","totalMatched":530.64,"runners":[{"selectionId":12343168,"runnerName":"QPR U23","handicap":0.0,"sortPriority":1},{"selection I d":25466384,"runnerName":"Wigan Athletic U23","handicap":0.0,"sortPriority":2},{"selection I d":58805,"runnerName":"Uavgjort","handicap":0.0 ,"s ortPriority":3}]}],"id":1}]

    Kind Regards

    Neil

    Comment

    • shuba
      Member
      • Feb 2009
      • 51

      #3
      Thank you for response.
      Now 'no' locale seems work for Norwegian

      FYI Manual still contain 'nn' locale for Norwegian language.

      https://docs.developer.betfair.com/d...eSpecification
      - Betfair ladder interface for Android platform.

      Comment

      Working...
      X