API SIV - Système d'immatriculation des véhicules
## Parameters : | Parameter | Example | required | | --- | --- | --- | | plaque | "AB123CD" or “AA-123-BC” | true | ## Success Response : > Status Code: 200 OK > - Content-Type: application/json - Body: ```json { "error": false, "data": { "AWN_k_type": 31164, "AWN_VIN": "VF1DZ0N0641118804", "AWN_marque": "RENAULT", "AWN_modele": "MEGANE", "AWN_version": "III DCI", "AWN_immat": "aa123bc",…
API SIV - Système d'immatriculation des véhicules endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getCarInfo /{plaque} |
This endpoint provides car info from a French car plate, all you need is to interrogate the path with the correct formatted car plate, example "/AA206bc". And you will get all… |
API SIV - Système d'immatriculation des véhicules pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $59 / month | — |
|
| ULTRA | $149 / month | — |
|
| MEGA | $299 / month | — |
|