API simulation du coût de carte grise en france
收藏资源简介:
L’API de simulateur de prix de carte grise permet de calculer rapidement le prix d’une carte grise en fonction de différents critères, tels que l’immatriculation du véhicule, le département et la démarche souhaitée (changement de titulaire, changement d’adresse, etc.). Cette API fournit une estimation complète du coût en fonction des informations sur le véhicule et du département.
数据集概述:API simulation du coût de carte grise en france
API 名称:API simulation du coût de carte grise en france(法国车辆登记证费用模拟 API)
用途:根据车牌号和省份,自动计算法国车辆登记证(carte grise)的详细费用。
定价计划:
| 计划 | 价格 |
|---|---|
| BASIC | $0.00/月 |
| PRO | $39.00/月 |
| ULTRA | $59.00/月 |
| MEGA | $79.00/月 |
主要功能
- 自动计算车辆登记证费用
- 兼容法国 SIV(车辆注册系统)车辆
- 通过车牌号查询
- 支持法国行政手续
- 快速 JSON 响应,集成简单
- 响应时间 < 0.4 秒
- 24/7 可用
- 兼容 SaaS 汽车行业软件和 ERP
返回数据示例
API 返回的详细费用信息包括:
- 地区税(y1)
- CO2 税/生态罚金(y2)
- 固定税(y4)
- 运输费(y5)
- 登记证总价(total)
- 车辆技术信息(如品牌、型号、能源类型、马力、首次注册日期、VIN 等)
请求格式
端点:POST https://api.apiplaqueimmatriculation.com/simulateur-cg
必填参数:
| 参数 | 类型 | 说明 |
|---|---|---|
| token | 字符串 | API 密钥 |
| immatriculation | 字符串 | 车牌号 |
| demarche | 字符串 | 手续类型(见下方) |
| departement | 字符串 | 法国省份编号 |
手续类型(demarche):
| 值 | 说明 |
|---|---|
| 1 | 更换持有人 |
| 2 | 更换地址 |
| 3 | 补办 |
| 4 | 新车 |
| 5 | 结婚变更 |
| 6 | 收藏车 |
| 7 | 技术改装 |
| 8 | 继承 |
| 9 | 临时 WW 车牌 |
请求示例
curl --location https://api.apiplaqueimmatriculation.com/simulateur-cg?immatriculation=GE648CC&token=TokenDemo2026B&demarche=1&departement=27
返回示例(简化)
json { "data": { "plaque": "fv146az", "departement": "27", "demarche": "1", "tarif": { "y1": 360, "y2": 0, "y3": 0, "y4": 11, "y5": 2.76, "y1bis": 0, "total": 373.76, "error": false } } }
HTTP 状态码
| 状态码 | 说明 |
|---|---|
| 200 | 成功 |
| 400 | 参数无效 |
| 401 | Token 无效 |
| 404 | 车辆未找到 |
| 500 | 服务器错误 |
目标用户
- 汽车登记证服务平台
- 汽车网站
- 比价工具
- 汽车管理软件
- 汽车 ERP
- 车险公司
- 汽车移动应用
官方文档
https://apiplaqueimmatriculation.com/nos-apis/api-de-calcul-du-prix-de-la-carte-grise/
API 版本
当前版本:v1.0.0




