Stage
Data Dictionary for Boxing Stages
The following example shows how the Boxing stage data is identified. The data tables below will identify the keys available within the meta data.
{
"id": 858595,
"name": "Featherweight",
"gender": "male",
"start": "2018-12-31",
"end": "2019-12-31",
"country": {
"id": 11,
"name": "International"
},
"season": {
"id": 13389,
"name": "2019"
},
"tournament": {
"id": 9196,
"gender": "male"
},
"sport": {
"id": 34,
"name": "Boxing"
},
"meta": {
"cup": {
"code": "stage:cup",
"name": "Cup",
"value": "no"
}
},
"updated": "2019-09-10T10:23:18Z",
"links": [
{
"rel": "self",
"href": "http://sport.api.press.net/v1/stage/858595"
}
]
}
<?xml version="1.0" encoding="utf-8" ?>
<pa:sports-content xmlns="http://iptc.org/std/nar/2006-10-01/" xmlns:pa="http://sport-api.pa.press.net/2016-09-30/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<pa:sports-metadata doc-id="http://sport.api.press.net/v1/stage/858595?apikey=a4xvg65h9edkddczz3mb5szj&limit=30" document-class="pa:stage-detail">
<sports-title>Featherweight</sports-title>
</pa:sports-metadata>
<pa:tournament id="tournament.9196">
<tournament-division id="season.13389">
<tournament-part id="stage.858595">
<tournament-part-metadata type="pa:stage" start-date-time="2018-12-31" end-date-time="2019-12-31">
<sports-content-codes>
<sports-content-code code-type="pa:sport" code-key="sport:34" code-name="Boxing"/>
<sports-content-code code-type="pa:gender" code-key="gender:male" code-name="male"/>
<sports-content-code code-type="pa:tournament" code-key="tournament:9196"/>
<sports-content-code code-type="pa:season" code-key="season:13389" code-name="2019"/>
<sports-content-code code-type="pa:stage" code-key="stage:858595" code-name="Featherweight" xsi:type="pa:sportsContentCodeComplexType"></sports-content-code>
</sports-content-codes>
<sports-property formal-name="stage:cup" value="no"/>
<sports-property formal-name="common:updated" value="2019-09-10T10:23:18Z"/>
<name>Featherweight</name>
</tournament-part-metadata>
</tournament-part>
</tournament-division>
</pa:tournament>
</pa:sports-content>
Property Location
Content Type | Path |
---|---|
JSON | $.meta |
XML | /:sports-content/:tournament/:tournament-division/:tournament-part/:tournament-part-metadata/:sports-property |
Key | Code | Example | Unit |
---|---|---|---|
cup | stage:cup | no* | Boolean |
Enumeration values
Code: stage:cup |
---|
no |
Updated about 5 years ago