VinExplosion API
通过此API,您只需提供VIN即可查找车辆的信息。
这不是官方的API
使用Composer的安装说明
composer require frankperez87/vin-explosion
用法示例:
<?php
require 'vendor/autoload.php' ;
// Set your username and password provided by VinExplosion here.
$ account = new \ VinExplosion \ Account ( 'username' , 'password' );
$ lookup = new \ VinExplosion \ Lookup ( $ account );
// If you prefer to have the response return in X
2022-03-29 23:24:42
8KB
PHP
1