RegCheck API — Poland
The
/CheckPolandendpoint returns vehicle data including power, weight, fuel, mileage, and region.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckPoland
Test plate: EL6574U
Fields Returned
- Make / Model
- Registration Year / Date
- VIN
- Engine Size (cc)
- Power (kW)
- Fuel Type
- IsPlugIn (electric/hybrid indicator)
- Steering Wheel Side (L/R)
- Manufacturing Year
- Mileage
- Weight
- Region
Sample JSON
{
"Description": "SAAB 9-3",
"RegistrationDate": "2002-06-04",
"RegistrationYear": 2002,
"CarMake": { "CurrentTextValue": "SAAB" },
"CarModel": { "CurrentTextValue": "9-3" },
"VehicleIdentificationNumber": "YS3DD55C622039715",
"EngineSize": 1985,
"Power": 110,
"FuelType": "Petrol",
"IsPlugIn": "False",
"SteeringWheelSide": "L",
"ManufacturingYear": 2002,
"Mileage": 175102,
"Weight": "1.9",
"Region": "Łódź"
}
Insurance Status Lookup
A separate endpoint returns insurance policy status for a Polish-registered vehicle.
Endpoint
https://www.regcheck.org.uk/api/bespokeapi.asmx?op=CheckInsuranceStatusPoland
Sample Response (XML)
<InsurancePolicy xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://Regcheck.org.uk/">
<PolicyNumber>1118568725~2026</PolicyNumber>
<Vehicle>VOLKSWAGEN GOLF VII VARIANT 13-17</Vehicle>
<Company>POWSZECHNY ZAKŁAD UBEZPIECZEŃ S.A.</Company>
<Address>rondo I. Daszyńskiego, 4, 00-843, Warszawa</Address>
<IsBlacklisted>false</IsBlacklisted>
</InsurancePolicy>
Fields Returned
- Policy Number
- Vehicle (make/model description)
- Company (insurer name)
- Address (insurer branch address)
- IsBlacklisted (fraud/blacklist flag)