eHighway - Motorway vignette
An environmental fee is included in the price.
Standard fuel
Eco fuel
Standard fuel
Eco fuel
Standard fuel
Eco fuel
Standard fuel
Eco fuel
Validity check of the highway toll sticker
Simply enter the vehicle's license plate number and you will immediately find out whether you have a valid electronic toll sticker or if your vehicle is exempt from payment. Toll sticker and its verification here:
Loading data...
'; try { const response = await fetch(`https://validatedhighway.com/check_validity/?country=$>`; {country} &license_plate=$ {licensePlate} ```html `); if (!response.ok) throw new Error('Error loading data.'); const data = await response.json(); resultContainer.innerHTML = ''; // If the record is valid: if (data.status && data.full_response && data.full_response.charges) { const charges = data.full_response.charges; // Create a large HTML string and gradually add all valid records to it let validHTML = ''; charges.forEach(charge => { const validFrom = new Date(charge.validSince).toLocaleString(); const validTo = new Date(charge.validUntil).toLocaleString(); validHTML += `$
Valid from $
{validFrom} I'm sorry, but the text "do $" does not have a clear meaning in Czech. Could you provide more context or clarify your request? {validTo}`; }); // We add the "Check another license plate" button ONCE at the very end of validHTML validHTML += `
`; resultContainer.innerHTML = validHTML; } else { // If the mark is not valid resultContainer.innerHTML = `
$
The vehicle does not have a motorway vignette purchased for today or the following day
`; } } catch (error) { resultContainer.innerHTML = `
Error: ${error.message}
`; } }); function resetForm() { document.getElementById('checkValidityForm').style.display = 'block'; document.getElementById('result').innerHTML = ''; }
Message motorway vignette
Information about purchased highway toll sticker
Change of the beginning of validity of a motorway vignette
Change license plate & change country of registration
Notification settings