API

BroadcastingSchedule

Schedule of scheduled broadcast

Specific Parameters

  • CompId INTEGER Competition Id
  • StartDate DATE Date Interval Start Date
  • EndDate DATE Date Interval End Date
  • ChID INTEGER Broadcasting Channel ID
  • fText STRING Textual search on main values

Common Parameters

  • RBP INTEGER Items per page
  • Page INTEGER Page to request

Type Data type

M Mandatory

+ Multiple values separated with pipe "|"

Syntax Try it yourself

http://api.worldarchery.org/v3/BROADCASTINGSCHEDULE/?CompId=INTEGER&StartDate=DATE&EndDate=DATE&ChID=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=BROADCASTINGSCHEDULE&CompId=INTEGER&StartDate=DATE&EndDate=DATE&ChID=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 6,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "ID": 20,
            "ChId": 1,
            "ChName": "Eurosport 1",
            "Type": "Television",
            "ViewMode": "Check Listings",
            "Link": "",
            "Territories": "",
            "BroadcastType": "Highlights",
            "BroadcastDateTime": "2017-09-11 12:30:00",
            "Description": "Highlights Recurve",
            "Competition": {
                "Id": 17403,
                "Name": "Rome 2017 Hyundai Archery World Cup Final",
                "NameShort": "Rome 2017",
                "Place": "Rome",
                "Country": "ITA",
                "DFrom": "2017-09-02",
                "DTo": "2017-09-03"
            }
        },
        {
            "ID": 19,
            "ChId": 1,
            "ChName": "Eurosport 1",
            "Type": "Television",
            "ViewMode": "Check Listings",
            "Link": "",
            "Territories": "",
            "BroadcastType": "Highlights",
            "BroadcastDateTime": "2017-09-11 12:00:00",
            "Description": "Highlights Compound",
            "Competition": {
                "Id": 17403,
                "Name": "Rome 2017 Hyundai Archery World Cup Final",
                "NameShort": "Rome 2017",
                "Place": "Rome",
                "Country": "ITA",
                "DFrom": "2017-09-02",
                "DTo": "2017-09-03"
            }
        },
        {
            "ID": 15,
            "ChId": 1,
            "ChName": "Eurosport 1",
            "Type": "Television",
            "ViewMode": "Check Listings",
            "Link": "",
            "Territories": "",
            "BroadcastType": "Highlights",
            "BroadcastDateTime": "2017-08-21 13:30:00",
            "Description": "",
            "Competition": {
                "Id": 15470,
                "Name": "Berlin 2017 Hyundai Archery World Cup Stage 4",
                "NameShort": "Berlin 2017",
                "Place": "Berlin",
                "Country": "GER",
                "DFrom": "2017-08-08",
                "DTo": "2017-08-13"
            }
        },
        {
            "ID": 13,
            "ChId": 1,
            "ChName": "Eurosport 1",
            "Type": "Television",
            "ViewMode": "Check Listings",
            "Link": "",
            "Territories": "",
            "BroadcastType": "Highlights",
            "BroadcastDateTime": "2017-07-03 10:30:00",
            "Description": "",
            "Competition": {
                "Id": 16212,
                "Name": "Salt Lake City 2017 Hyundai Archery World Cup Stage 3",
                "NameShort": "Salt Lake City 2017",
                "Place": "Salt Lake City",
                "Country": "USA",
                "DFrom": "2017-06-20",
                "DTo": "2017-06-25"
            }
        },
        {
            "ID": 11,
            "ChId": 1,
            "ChName": "Eurosport 1",
            "Type": "Television",
            "ViewMode": "Check Listings",
            "Link": "",
            "Territories": "",
            "BroadcastType": "Highlights",
            "BroadcastDateTime": "2017-06-19 13:30:00",
            "Description": "",
            "Competition": {
                "Id": 15915,
                "Name": "Antalya 2017 Hyundai Archery World Cup Stage 2",
                "NameShort": "Antalya 2017",
                "Place": "Antalya",
                "Country": "TUR",
                "DFrom": "2017-06-06",
                "DTo": "2017-06-11"
            }
        },
        {
            "ID": 8,
            "ChId": 1,
            "ChName": "Eurosport 1",
            "Type": "Television",
            "ViewMode": "Check Listings",
            "Link": "",
            "Territories": "",
            "BroadcastType": "Highlights",
            "BroadcastDateTime": "2017-05-29 09:00:00",
            "Description": "",
            "Competition": {
                "Id": 15914,
                "Name": "Shanghai 2017 Hyundai Archery World Cup Stage 1",
                "NameShort": "Shanghai 2017",
                "Place": "Shanghai",
                "Country": "CHN",
                "DFrom": "2017-05-16",
                "DTo": "2017-05-21"
            }
        }
    ]
}
×

Try it: BroadcastingSchedule

CompId
StartDate
EndDate
ChID
fText
RBP
Page
Request: