DEBUG - Request Information

Current IP Address: 216.73.216.222
Whitelisted IP (should be): 103.142.31.123
WARNING: Current IP does not match whitelisted IP!
URL: https://siv-fr-tecalliance.catdata.com/json_tecalliance.php
Data sent:
Array
(
    [function] => GetVehicleFromDataTech
    [login] => ws_al_faim
    [password] => 21864FGEFfezf528*16
    [country] => ae
    [language] => en
    [source] => vin
    [input] => {"VIN":"WVWZZZAUZJP057595"}
)
POST data:
function=GetVehicleFromDataTech&login=ws_al_faim&password=21864FGEFfezf528%2A16&country=ae&language=en&source=vin&input=%7B%22VIN%22%3A%22WVWZZZAUZJP057595%22%7D

DEBUG - Raw Response

{"catdata": [{"vehicule":  [] }] ,"tecdoc": [{"vehicule": [{"base_td":"1","KTypNr":"105911"}] }] ,"tecdoc_infos": [{"vehicule": [{"marque":"VW","modele":"GOLF VII (5G1, BQ1, BE1, BE2)","ktypno":"105911","version":"1.4 TSI","modyfrom":"201405","modyto":"202008","kw":"92","hp":"125","ccmtax":"0","ccmtech":"1395","lit":"140","cyl":"4","doors":"0","tankcap":"0","voltage":"0","abs":"0","tcs":"0","engtype":"Petrol Engine","fuelmixform":"Direct Injection","drivetype":"Front-Wheel Drive","braketype":"","brakesys":"","nb_valves":"4","fueltype":"Petrol","cattyp":"with three-way catalytic converter","transmtype":"","bodytype":"Hatchback","motor_codes":"CZCA"}] }] }

DEBUG - Decoded JSON Result

stdClass Object
(
    [catdata] => Array
        (
            [0] => stdClass Object
                (
                    [vehicule] => Array
                        (
                        )

                )

        )

    [tecdoc] => Array
        (
            [0] => stdClass Object
                (
                    [vehicule] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [base_td] => 1
                                    [KTypNr] => 105911
                                )

                        )

                )

        )

    [tecdoc_infos] => Array
        (
            [0] => stdClass Object
                (
                    [vehicule] => Array
                        (
                            [0] => stdClass Object
                                (
                                    [marque] => VW
                                    [modele] => GOLF VII (5G1, BQ1, BE1, BE2)
                                    [ktypno] => 105911
                                    [version] => 1.4 TSI
                                    [modyfrom] => 201405
                                    [modyto] => 202008
                                    [kw] => 92
                                    [hp] => 125
                                    [ccmtax] => 0
                                    [ccmtech] => 1395
                                    [lit] => 140
                                    [cyl] => 4
                                    [doors] => 0
                                    [tankcap] => 0
                                    [voltage] => 0
                                    [abs] => 0
                                    [tcs] => 0
                                    [engtype] => Petrol Engine
                                    [fuelmixform] => Direct Injection
                                    [drivetype] => Front-Wheel Drive
                                    [braketype] => 
                                    [brakesys] => 
                                    [nb_valves] => 4
                                    [fueltype] => Petrol
                                    [cattyp] => with three-way catalytic converter
                                    [transmtype] => 
                                    [bodytype] => Hatchback
                                    [motor_codes] => CZCA
                                )

                        )

                )

        )

)