Arenas
Arenas
Query Parameters
- id integerExample: eq.14
- country_id integerExample: eq.19
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- name text
- city text
- stadium_capacity integer
- built text
- opened text
- owner text
- operator text
- surface text
- cost text
- dimensions text
- hash_image character varying
Possible values:
<= 64 characters - country_id integer
Note: This is a Foreign Key to
countries.id. - country_name text
- country_hash_image character varying
Possible values:
<= 64 characters - geolocation jsonb
[
{
"id": 14,
"name": "RheinEnergieStadion",
"city": "Cologne",
"stadium_capacity": 50000,
"opened": "Start date",
"owner": "Kölner Sportstätten GmbH",
"cost": "Deutsche Mark",
"dimensions": "105 m x 68 m",
"hash_image": "b71b15e8e0792a4aaac100172eddad39972fc276dd89920b9a066a372e0b1736",
"country_id": 19,
"country_name": "Germany",
"country_hash_image": "6814ef46f686990cf4e946f966167b0507e1d642c44e51f61bffb0bba2d4672b",
"geolocation": [
{
"name": "Cologne",
"type": "locality",
"label": "Cologne, NW, Germany",
"county": "Köln",
"region": "North Rhine-Westphalia",
"latitude": 50.928344,
"locality": "Cologne",
"continent": "Europe",
"longitude": 7.002998,
"confidence": 1,
"postal_code": "51105",
"region_code": "NW",
"country_code": "DEU",
"administrative_area": "Köln"
}
]
}
]
Loading...