| Contact | Donate | Imprint |
| Country | WeatherLayerModule | FlightRadar |
| Property | Type | Entity | Reference | Module |
| (1) IsoCode2 | STRING | Country | ||
| (2) IsoCode3 | STRING | Country | ||
| (3) Name | STRING | Country |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /country | findAllCountry() | WeatherLayerModule | GET | Country |
| (2) /country/{id} | deleteCountryById(id) | WeatherLayerModule | DELETE | Country |
| (3) /country/{id} | findCountryById(id) | WeatherLayerModule | GET | Country |
| (4) /country/{id} | updateCountryById(country) | WeatherLayerModule | PUT | Country |
| (5) /country | insertCountry(country) | WeatherLayerModule | POST | Country |
Example:
final Country country = (Country) invokeModule(WEATHER_LAYER_MODULE + "/country/" + id, Country.class);| Contact | Donate | Imprint |