Internet

BasicStartupBusiness
Name Type Description
averageSpeedKbps int Average internet speed in kbps - kilobit per second
wifi.coverage String WiFi coverage index as a category (RARE, COMMON, VERY_COMMON, EVERYWHERE)
BasicStartupBusiness
Name Type Description
textual.title String Internet category name
textual.sections.id[INTERNET_SPEED].body String Internet speed. Note: if from country is defined, description will be a bit different (it will include comparison as well)
textual.sections.id[WIFI].body String WiFi coverage
{
  "averageSpeedKbps": 8917,
  "wifi": {
    "coverage": "VERY_HIGH"
  },
  "textual": {
    "title": "Internet",
    "sections": [
      {
        "id": "INTERNET_SPEED",
        "body": [
          "Internet speed in France is on average 8.9 Mbps which is 27% slower than in Spain (12.1 Mbps)."
        ]
      },
      {
        "id": "WIFI",
        "body": [
          "WiFi coverage in France is very high. Most hotels, hostels, cafes, restaurants and bars have it."
        ]
      }
    ]
  }
}