Call Runnernames for Multiple Markets

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • steve88
    Junior Member
    • Dec 2018
    • 10

    #1

    Call Runnernames for Multiple Markets

    Hi Guys,

    I’ve been struggling with this one for a few days, so I thought I would post it to the forum to try get some help.

    I’ve got multiple Market Ids and I want to pull out the selection id and runner name’s for all of the horses in each market. Is there any way to make an API call which includes multiple Market Ids and returns selection Ids and runner names?

    Steve
    P.s if you have any code already written, I'm using python to call the rest API.
  • bfexplorer
    Senior Member
    • Sep 2018
    • 212

    #2
    Originally posted by steve88 View Post
    Hi Guys,

    I’ve been struggling with this one for a few days, so I thought I would post it to the forum to try get some help.

    I’ve got multiple Market Ids and I want to pull out the selection id and runner name’s for all of the horses in each market. Is there any way to make an API call which includes multiple Market Ids and returns selection Ids and runner names?

    Steve
    P.s if you have any code already written, I'm using python to call the rest API.
    I do it this way:

    http://bit.ly/2mszYKB

    all together 48 lines of code with login and logout.

    Comment

    • LiamP
      Junior Member
      • Oct 2015
      • 284

      #3
      Originally posted by steve88 View Post
      Hi Guys,

      I’ve been struggling with this one for a few days, so I thought I would post it to the forum to try get some help.

      I’ve got multiple Market Ids and I want to pull out the selection id and runner name’s for all of the horses in each market. Is there any way to make an API call which includes multiple Market Ids and returns selection Ids and runner names?

      Steve
      P.s if you have any code already written, I'm using python to call the rest API.
      https://github.com/liampauling/betfa.../exampleone.py

      Feel free to join the slack as you can get any python questions answered pretty quickly.

      Comment

      Working...
      X