πCore
Continent
Related endpoints
πΊοΈContinentsField Description
Field | Description | Type |
---|---|---|
id | Refers to the id of the continent | integer |
name | Displays the name of the continent | string |
code | Displays the short code of the continent | string |
Include options
Country
Related endpoints
π³οΈCountriesField Description
Field | Description | Type |
---|---|---|
id | Refers to the id of the country | integer |
continent_id | Refers to the continent of the country | integer |
name | Displays the name of the country | string |
official_name | Displays the officiel name of the country | string |
fifa_name | Displays the official fifa shortcode name of the country | string |
iso2 | Returns the two letter country code | string |
iso3 | Returns the three letter country code | string |
latitude | Returns the official latitude position of the country | string |
longitude | Returns the official longitude position of the country | string |
geonameid | Returns the official geonameid | integer |
border | Returns all the neighbour countries of the country | string |
image_path | Returns the image path of the country | string |
Include options
Region
Related endpoints
π΄RegionsField Description
Field | Description | Type |
---|---|---|
id | Refers to the id of the region | integer |
country_id | Refers to the country of the region | integer |
name | Displays the name of the region | string |
Include options
City
Related endpoints
ποΈCitiesField Description
Field | Description | Type |
---|---|---|
id | Refers to the id of the city | integer |
country_id | Refers to the country of the city | integer |
region | Refers to the region of the city | integer |
name | Displays the name of the city | string |
latitude | The official latitude of the city | string |
longitude | The official lonitude of the city | string |
geonameid | The official geo name id of the city | integer |
Include options
Sport
Field Description
Field | Description | Type |
---|---|---|
id | Refers to the id of the sport | integer |
name | Displays the name of the sport | string |
code | Displays the code of the sport | string |
Include options
none
Type
Related endpoints
β¨οΈTypesField Description
Field | Description | Type |
---|---|---|
id | Refers to the id of the type | integer |
parent_id | Refers to the parent type of the type | integer |
name | Displays the name of the type | string |
code | Displays the code of the type | string |
developer_name | Displays the developer name of the type | string |
group | Displays the group the type falls under | string |
description | Displays the description of the type | string |
Include options
Using includes is disabled for this endpoint.
Last updated