Created
June 26, 2019 00:09
-
-
Save fernandopetry/410ea7cbebcc91a964dd9ed884e9ccb8 to your computer and use it in GitHub Desktop.
[CHILE] - Exemplo de busca de placas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"payload": { | |
"provider": null, | |
"vin": null, | |
"plate": "HTKZ88", | |
"assembly": "2016", | |
"year": "2016", | |
"engine": "1.2", | |
"doors": "5", | |
"make": { | |
"id": "2079", | |
"name": "PEUGEOT" | |
}, | |
"model": { | |
"id": "72161", | |
"name": "208" | |
}, | |
"version": null, | |
"color": null, | |
"fuel": null, | |
"kind": null, | |
"bodyType": { | |
"id": "3", | |
"name": "Hatchback" | |
}, | |
"origin": { | |
"id": "2", | |
"name": "Importado" | |
}, | |
"original": null | |
}, | |
"status": true, | |
"messages": [], | |
"messagesLite": [], | |
"meta": { | |
"requestTime": 0.80060195922852, | |
"memoryPeak": "2 mb", | |
"memoryUsage": "1012.81 kb" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment