V2.0 LIVERinevo v2.0 "Firing Pin" is now the Main Engine— 500k+ live Korean catalog, zero IP-bans & sub-minute delta webhooks.
What's New in v2.0
Back to Developer Hub
CommunityEngineering Guide
Engineering Guide⭐ Official Rinevo Guide8 min read

Decoding KIDI Vehicle Inspection Sheets: Programmatic Frame & Structural Damage Parsing

Comprehensive engineering breakdown of South Korea’s Korea Insurance Development Institute (KIDI) 68-point structural diagnostic records and how to translate them for European export.

Rinevo Core Team
Rinevo Core TeamStaff Engineer
Mar 12, 2026

What is a KIDI Performance Inspection Sheet?

In South Korea, certified automotive inspectors evaluate every domestic vehicle registered on major dealer networks. The **Korea Insurance Development Institute (KIDI)** and state-approved inspection centers log damages across **68 distinct mechanical and structural points**.

For automotive importers and dealerships in Europe, Middle East, and Central Asia, programmatic access to these points prevents purchasing structurally compromised vehicles (such as flood damages or welded frame rails).


Structural Frame (주요골격) vs Outer Panels (외판부위)

The Korean inspection sheet distinguishes between cosmetic sheet metal repairs and major structural chassis damage:

1. Outer Panels (Rank 1 - Cosmetic / Bolt-on) - Front Hood (후드) - Front Fenders (프론트 휀더) - Doors (도어) - Trunk Lid (트렁크 리드) - Roof Panel (루프 패널)

*Note: Replacing a front fender or door does not legally classify the car as having an "Accident" in Korea; it is considered simple repair (무사고 / 단순수리).*

2. Major Structural Framework (Rank 2 & 3 - Safety Critical) - Crossmember (크로스멤버) - Inside Panel / Apron (인사이드 패널) - Front Side Member (프론트 사이드멤버) - Pillar A, B, C (필러 패널) - Floor Panel (플로어 패널) - Rear Fender / Quarter Panel (쿼터 패널 - welded, not bolted) - Package Tray & Trunk Floor (트렁크 플로어)


Querying Inspection Records via Rinevo

Rinevo parses the raw inspection canvas coordinates and Korean diagnostic codes into structured JSON:

json
{
  "inspection_status": "certified",
  "has_structural_accident": false,
  "has_simple_repair": true,
  "sheet_metal_repairs": [
    { "part": "Front Passenger Fender", "code": "X", "meaning": "Replaced" }
  ],
  "frame_repairs": [],
  "oil_leaks": {
    "engine_cylinder_head": "none",
    "transmission_fluid": "none",
    "steering_gear": "none"
  },
  "insurance_payouts": {
    "total_my_car_accidents": 1,
    "total_my_car_payout_krw": 450000,
    "total_other_car_payout_krw": 0
  }
}
Query Encar, KB ChaChaCha & K Car Programmatically

Ready to Integrate the Live Korean Vehicle Feed?

Get an instant API key with 100 free requests per day. Full 68-point KIDI structural audits, translated options, and high-resolution photo carousels normalized into clean JSON.

Developer Discussion & Technical Answers

No replies yet. Be the first developer to post a solution or ask a question!
Have a solution or follow-up question?
Sign in with your API key or account to post a reply.
Register