Entity type (TRAFFIC_NEWS, MOTORWAYS_TOLLS, ROAD_ASSISTANCE
rules.side
String
Driving side (LEFT, RIGHT)
rules.transmission
String
Usual transmission (AUTOMATIC, MANUAL)
rules.allowedTurnOnRed
boolean
Is it allowed to turn on red
rules.alcoholLimitPercentage
double
Alcohol percentage limit above which is illegal to drive
rules.speedLimits.roadType
String
Road type (WITHIN_TOWNS, RESIDENTIAL_AREAS, UNDIVIDED_HIGHWAY, MOTORWAY, EXPRESSWAY)
rules.speedLimits.limit
int
Limit in km/h
Basis-PlanStartupBusiness-Plan
Name
Type
Description
road.textual.title
String
On the road category name
road.textual.sections.id[FUEL].body
String
Local names for diesel & petrol options as well as their price.
road.textual.sections.id[PETROL_STATIONS].body
String
Petrol stations in the country
road.textual.sections.id[ENTITIES].body
String
Traffics news & road assistance info
rules.textual.title
String
Road rules category name
rules.textual.sections.id[GENERAL].body
String
Driving side & transmission
rules.textual.sections.id[SPEED_LIMITS].body
String
Speed limits on types of road/s
rules.textual.sections.id[TURN_ON_RED].body
String
Whether turn on red is allowed or not
rules.textual.sections.id[ALCOHOL].body
String
Drunk driving limit
Basis-PlanStartupBusiness-Plan
Name
Type
Description
license.acceptance
String
What type of license is accepted when driving in a country as a foreigner (LOCAL, IDP, ORIGINAL)
Basis-PlanStartupBusiness-Plan
Name
Type
Description
license.textual.title
String
Driving license category name
license.textual.sections.id[SUMMARY_SHORT].body
String
What type of license is required
license.textual.sections.id[SUMMARY].body
String
Long-form summary whether license is required or not
{
"license": {
"acceptance": "IDP",
"textual": {
"title": "Driving license",
"sections": [
{
"id": "SUMMARY_SHORT",
"body": [
"Only original license is required"
]
},
{
"id": "SUMMARY",
"body": [
"Since both Spain and France are part of the European Economic Area your driving license will be valid in France without any additional documents required. If you do not have a new plastic, credit-sized driving license you can still use your existing license."
]
}
]
}
},
"road": {
"petrol": {
"stations": [
{
"name": "Shell"
},
{
"name": "Intermarché"
},
{
"name": "Carrefour"
},
{
"name": "Total"
}
],
"fuel": [
{
"type": "PETROL",
"price": {
"amount": 1.25,
"amountInteger": 125,
"currency": "EUR",
"displayAs": "€1.25"
},
"localNames": [
"Sans plomb (SP) (95/98)",
"essence",
"carburant"
]
},
{
"type": "DIESEL",
"localNames": [
"Gazole",
"Diesel"
]
}
]
},
"entities": [
{
"name": "Autoroute Info",
"url": "http://www.autorouteinfo.fr",
"type": "TRAFFIC_NEWS"
},
{
"name": "ASFA",
"url": "http://www.autoroutes.fr",
"type": "MOTORWAYS_TOLLS"
}
],
"textual": {
"title": "On the road",
"sections": [
{
"id": "FUEL",
"body": [
"Diesel options are called Gazole, Diesel or Gasoil.",
"Petrol (unleaded) gas option is called Sans plomb (SP) (95/98). Petrol costs about €1.25 per liter."
]
},
{
"id": "PETROL_STATIONS",
"body": [
"Most popular petrol stations in France are Shell, Intermarché, Carrefour and Total."
]
},
{
"id": "ENTITIES",
"body": [
"For general news on France's traffic use Autoroute Info. For news on France’s motorways and tolls use ASFA."
]
}
]
}
},
"rules": {
"side": "RIGHT",
"transmission": "MANUAL",
"allowedTurnOnRed": false,
"alcoholLimitPercentage": 0.05,
"speedLimits": [
{
"roadType": "MOTORWAY",
"limit": "130"
},
{
"roadType": "WITHIN_TOWNS",
"limit": "50"
},
{
"roadType": "UNDIVIDED_HIGHWAY",
"limit": "90"
},
{
"roadType": "EXPRESSWAY",
"limit": "110"
}
],
"textual": {
"title": "Road rules",
"sections": [
{
"id": "GENERAL",
"body": [
"In France you drive on the right. Most cars have manual transmission (stick)."
]
},
{
"id": "SPEED_LIMITS",
"body": [
"Unless otherwise posted, the speed limits for cars and motorcycles are as follows: 130 km/h (80 mph) on motorways, 50 km/h (31 mph) in all built-up areas, 90 km/h (55 mph) on undivided highways and 110 km/h (68 mph) on expressways."
]
},
{
"id": "TURN_ON_RED",
"body": [
"Right turn on red lights is strictly forbidden unless an additional green semaphore arrow allows it."
]
},
{
"id": "ALCOHOL",
"body": [
"It is illegal to drive with blood alcohol content higher than 0.05%."
]
}
]
}
}
}