CountriesController_findAll
GET/countries
CountriesController_findAll
Request
Header Parameters
x-futbolprode-path string
x-futbolprode-host string
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count numberrequired
data object[]required
id numberrequired
name stringrequired
alpha2Code string
flagUrl string
teams string[]required
tournaments string[]required
{
"count": 0,
"data": [
{
"id": 0,
"name": "string",
"alpha2Code": "string",
"flagUrl": "string",
"teams": [
"string"
],
"tournaments": [
"string"
]
}
]
}
Loading...