Venue
Data Dictionary for Rugby Union venues
The following example shows how the Rugby Union venue data is identified. The data tables below will identify the keys available within the metadata.
{
"id": 6439,
"name": "Ashton Gate Stadium",
"type": "Stadium",
"country": {
"id": 2,
"name": "England"
},
"sports": [
{
"id": 29,
"name": "Rugby Union"
}
],
"meta": {
"capacity": {
"code": "venue:capacity",
"name": "Capacity",
"value": "27000"
},
"city": {
"code": "venue:city",
"name": "City",
"value": "Bristol"
}
},
"updated": "2016-02-10T17:03:40Z",
"links": [
{
"rel": "self",
"href": "http://sport-uat.api.press.net/v1/venue/6439"
}
]
}
<?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-uat.api.press.net/v1/venue/6439?apikey=89baxcd4d64zwwrm7ykw5gbt" document-class="pa:venue-detail">
<sports-title>Ashton Gate Stadium</sports-title>
</pa:sports-metadata>
<pa:site id="venue.6439">
<site-metadata>
<name>Ashton Gate Stadium</name>
<sports-property formal-name="venue:capacity" value="27000"/>
<sports-property formal-name="venue:city" value="Bristol"/>
<sports-property formal-name="common:updated" value="2016-02-10T17:03:40Z"/>
<sports-content-codes>
<sports-content-code code-type="pa:country" code-key="country:2" code-name="England"/>
<sports-content-code code-type="pa:sport" code-key="sport:29" code-name="Rugby Union"/>
</sports-content-codes>
</site-metadata>
</pa:site>
</pa:sports-content>
Property Location
Content Type | Path |
---|---|
JSON | $.meta |
XML | /:sports-content/:site/*:site-metadata |
Key | Code | Example | Unit |
---|---|---|---|
city | venue:city | Melbourne | String |
capacity | venue:capacity | 1000 | Number |
city | venue:city | Aberdeen | String |
field-dimensions | venue:field-dimensions | 105x68 | String |
latitude | venue:latitude | 42.861111 | Number |
longitude | venue:longitude | -0.159306 | Number |
opened | venue:opened | 1931-09-13 | Date |
Updated about 5 years ago