Skip to main content

CountriesController_findAll

GET 

/countries

CountriesController_findAll

Request

Header Parameters

    x-futbolprode-path string
    x-futbolprode-host string

Responses

Schema
    count numberrequired
    data object[]required
  • Array [
  • id numberrequired
    name stringrequired
    alpha2Code string
    flagUrl string
    teams string[]required
    tournaments string[]required
  • ]
Loading...