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