Arenas
Arenas
Query Parameters
- id integer
Default value:
eq.217
- country_id integer
Default value:
eq.14
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
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": 217,
"name": "Gazprom Arena",
"city": "Saint Petersburg",
"stadium_capacity": 68000,
"built": "29 December 2016 (commissioning)",
"opened": "22 April 2017",
"owner": "Saint Petersburg City Administration",
"operator": "FC Zenit Saint Petersburg",
"surface": "grass",
"dimensions": "105 x 68 m",
"hash_image": "dd891f0630b9a5bfa7f0774846421d2db06e5b7f87ebe94607a784e88b98a4d1",
"country_id": 14,
"country_name": "Russia",
"country_hash_image": "f37e3358243de943a440832306e7fc074f1b2762c2fee812e8953cbd6b129a36",
"geolocation": [
{
"name": "Saint Petersburg City",
"type": "locality",
"label": "Saint Petersburg City, SP, Russia",
"region": "Saint Petersburg",
"latitude": 59.821127,
"locality": "Saint Petersburg City",
"continent": "Europe",
"longitude": 30.388194,
"confidence": 1,
"region_code": "SP",
"country_code": "RUS"
}
]
}
]
Loading...