Code Examples

Description
These are a few examples of how the parameters can be used to create queries for specific purposes.

NOTE : The paramstr and vbstr provided are only for debugging purposes should you need to find out if they match in the returned XML document.

Free Lines Sports

This is the feed we use to get the available sports for our Free Lines page in JustBet.cx

feed URL http://feeds.justbet.cx/xml/
getLiveFeedSports.asp
?fromminutes=5&teamsportsonly=N
expected paramstr ”, ”, ”, ‘N’, ‘B’, ‘N’, 5, -1, ”, ”, ”, ‘sport asc’, 0, ‘OFFICE PUBLIC’
expected vbstr 0 “” “” “” “N” “B” “N” 5 -1 “” “” “” “sport asc” 0 “OFFICE PUBLIC”

Free Lines Listing
(ordered by Date)

This is the feed we use to get the lines for our Free Lines page in JustBet.cx

feed URL http://feeds.justbet.cx/xml/
getLiveFeedLines.asp
?fromminutes=5&teamsportsonly=N&scores=N
expected paramstr ”, ”, ”, ”, ’0′, ‘N’, ‘B’, ‘N’, ‘N’, 5, -1, ”, ”, ”, ‘date asc’, 0, ‘OFFICE PUBLIC’
expected vbstr 0 “” “” “” “” “0″ “N” “B” “N” “N” 5 -1 “” “” “” “sport asc” 0 “OFFICE PUBLIC”

Free Lines Listing
(ordered by Sport)

This is the main feed we use to get the lines for our Free Lines page in JustBet.cx

feed URL http://feeds.justbet.cx/xml/
getLiveFeedLines.asp
?fromminutes=5&teamsportsonly=N&scores=N
&orderby=sport%20asc
expected paramstr ”, ”, ”, ”, ’0′, ‘N’, ‘B’, ‘N’, ‘N’, 5, -1, ”, ”, ”, ‘sport asc’, 0, ‘OFFICE PUBLIC’
expected vbstr 0 “” “” “” “” “0″ “N” “B” “N” “N” 5 -1 “” “” “” “sport asc” 0 “OFFICE PUBLIC”

Game Schedule

This is the feed we use to populate the Game Schedule flash in JustBet.cx

feed URL http://feeds.justbet.cx/xml/
getLiveFeedLines.asp
?fromminutes=5&periods=0&scores=N
&popindex=Y
expected paramstr ”, ”, ”, ”, ’0′, ‘Y’, ‘B’, ‘N’, ‘Y’, 5, -1, ”, ”, ”, ‘date asc’, 0, ‘OFFICE PUBLIC’
expected vbstr 0 “” “” “” “” “0″ “Y” “B” “N” “Y” 5 -1 “” “” “” “date asc” 0 “OFFICE PUBLIC”

Live Feed
(Score/Odds)

This is the feed we use to populate the Live Feed flash in JustBet.cx

feed URL http://feeds.justbet.cx/xml/
getLiveFeedLines.asp
?fromminutes=-1560&periods=0
expected paramstr ”, ”, ”, ”, ’0′, ‘Y’, ‘B’, ‘Y’, ‘N’, -1560, -1, ”, ”, ”, ‘date asc’, 0, ‘OFFICE PUBLIC’
expected vbstr 0 “” “” “” “” “0″ “Y” “B” “Y” “N” -1560 -1 “” “” “” “date asc” 0 “OFFICE PUBLIC”