Skip to main content

πŸ‡ͺπŸ‡¨ 에콰도λ₯΄ β€” μ°¨λŸ‰ 벌금

λ²ˆν˜ΈνŒμ— μ—°κ²°λœ 에콰도λ₯΄ μ°¨λŸ‰μ˜ 등둝 정보(번호판, λ“±κΈ‰, λͺ¨λΈ λ“±), ν˜„μž¬ μƒνƒœ, μ„œλΉ„μŠ€ μœ ν˜•, 등둝 만료일, λ―Έλ‚© 벌금 등을 μ‘°νšŒν•©λ‹ˆλ‹€.

κ΅ν†΅λ²•κ·œ μ€€μˆ˜ 및 μ°¨λŸ‰ 관리에 ν™œμš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

μ—”λ“œν¬μΈνŠΈβ€‹

GET https://api.verifik.co/v2/ec/vehiculo/placa/multas

plate(번호판)둜 μ‘°νšŒν•©λ‹ˆλ‹€. 등둝 정보와 λ―Έλ‚© λ²ŒκΈˆμ„ λ°˜ν™˜ν•˜μ—¬ μ»΄ν”ŒλΌμ΄μ–ΈμŠ€, μ°¨λŸ‰ 관리, 리슀크 확인에 ν™œμš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

헀더​

이름값
Content-Typeapplication/json
AuthorizationBearer <token>

λ§€κ°œλ³€μˆ˜β€‹

μ΄λ¦„ν˜•μ‹ν•„μˆ˜μ„€λͺ…μ˜ˆ
platestringμ˜ˆμ‘°νšŒν•  번호판(κ³΅λ°±Β·λ§ˆμΉ¨ν‘œ μ—†μŒ).ABC1234

μš”μ²­β€‹

import axios from 'axios';

const options = {
method: 'GET',
url: 'https://api.verifik.co/v2/ec/vehiculo/placa/multas',
params: {
plate: 'ABC1234'
},
headers: {
'Accept': 'application/json',
'Authorization': 'Bearer <tu_token>'
}
};

try {
const { data } = await axios.request(options);
console.log(data);
} catch (error) {
console.error(error);
}

응닡​

{
"data": {
"camvCpn": "T00950479",
"class": "AUTOMOVIL",
"cylinderCapacity": "1600",
"information": null,
"lastCheckUpDate": "2023/08/31",
"lastPaymentYear": "2023",
"lastRegistrationDate": "2019/03/21",
"manufactureCountry": "MEXICO",
"model": "SENTRA 1.6 M/T",
"plate": "ABC1234",
"purchaseDate": "2010/06/09",
"reasonMessage": null,
"registrationCanton": "IBARRA",
"registrationExpirationDate": "2024/03/19",
"remission": null,
"service": "PARTICULAR",
"status": "ASIGNADO",
"total": "76.72",
"usageType": "NO APLICA",
"year": "2010",
"multas": [
{
"id": "1",
"infraccion": "92507343",
"entidad": "MNO-MANCOMUNIDAD DEL NORTE",
"citacion": "N-ACT0349-00184",
"placa": "ABC1234",
"documento": "VEH - 1801442417",
"fechaDeEmision": "2024-03-11 09:43:26.0",
"fechaNotificacion": "2024-03-11 09:43:26.0",
"fechaLimiteDePago": "21-03-2024 09:43:26",
"puntos": "0",
"pag": "N",
"anu": "N",
"imp": "N",
"sancion": "46",
"multa": "0",
"remision": "0",
"totalAPagar": "23",
"articuloliteral": "Art. 391 - Lit. 05. COND. ESTACIONE EN SITIOS PROHIBIDOS POR LA LEY Y REGLAM",
"tamanoImagen": "0",
"bloqueo": "N"
}
]
},
"signature": {
"dateTime": "March 12, 2024 7:50 PM",
"message": "Certified by Verifik.co"
},
"id": "OB2YV"
}

κΈ°λŠ₯​

  • 벌금 정보: λ²ˆν˜ΈνŒμ— μ—°κ²°λœ 벌금 λͺ©λ‘ 및 상세
  • 등둝 정보: λ“±κΈ‰, λͺ¨λΈ, μƒνƒœ, 만료일 λ“±
  • μ°¨λŸ‰ 사양: λ°°κΈ°λŸ‰, 제쑰ꡭ, 연식 λ“±(μΆœμ²˜κ°€ λ°˜ν™˜ν•˜λŠ” λ²”μœ„)
  • μ»΄ν”ŒλΌμ΄μ–ΈμŠ€: κ΅ν†΅λ²•κ·œ 기반 λͺ¨λ‹ˆν„°λ§
  • λ‹€κ΅­μ–΄ μƒ˜ν”Œ: JavaScript, Python, PHP, Swift