Honda & Acura US Public API Sources
Honda and Acura share the same underlying Hawk Platform backend — the same endpoint structure, field naming conventions, and response shapes — deployed at two separate domains:
| Brand | Domain |
|---|---|
| Honda | automobiles.honda.com |
| Acura | www.acura.com |
All endpoints are unauthenticated GET requests returning JSON. Analogous endpoints are documented side-by-side throughout this page.
Postman: Honda public APIs · Acura public APIs
Endpoint Overview
Both brands hit the same routes on their respective hosts; the only per-brand
input is productDivisionCode (A = Honda, B = Acura) on the dealer endpoint.
The ingestion uses one shared client per endpoint, parameterized by host/division.
| Endpoint | Honda | Acura |
|---|---|---|
| Dealer Locator | GET /platform/api/v1/dealer?productDivisionCode=A | GET /platform/api/v1/dealer?productDivisionCode=B |
| Inventory + Dealers | GET /platform/api/v3/inventoryAndDealers | GET /platform/api/v3/inventoryAndDealers |
| Vehicle Details | GET /platform/api/v1/vehicles/details/{year}/{series} | GET /platform/api/v1/vehicles/details/{year}/{series} |
| Specials | GET /platform/api/v1/specials | GET /platform/api/v1/specials |
| RAQ Taxonomy | GET /platform/api/v1/vehicles/taxonomy/raq | GET /platform/api/v1/vehicles/taxonomy/raq |
| Configurator | — | GET /platform/api/v1/vehicles/{year}/{SERIES}/configurator |
Bot Protection
All Honda and Acura endpoints are protected by Akamai Bot Manager.
Plain HTTP clients receive 403 or 429 responses. Successful access requires:
- Browser TLS impersonation via
curl_cffiwith a browser impersonation profile - Seed-URL warmup — an initial GET to the endpoint-specific tool page to obtain
ak_bmsc/bm_svsession cookies - Subsequent API requests must carry those session cookies
The protection operates at the TLS fingerprint level; changing User-Agent alone is insufficient.
Seed URLs by endpoint:
| Endpoint | Honda seed URL | Acura seed URL |
|---|---|---|
| Dealer Locator | …/tools/find-a-dealer | …/dealer-locator-inventory |
| Inventory + Dealers | …/tools/search-inventory | …/dealer-locator-inventory |
| Vehicle Details | …/{series} (e.g. /civic-sedan) | …/{series} (e.g. /rdx) |
| Specials | …/ (home) | …/ (home) |
| RAQ Taxonomy | …/tools/build-and-price | …/tools/build-and-price-luxury-vehicles-selection-page |
The RAQ taxonomy catalog endpoint (both brands) is served from CDN cache and
does not trigger a bot challenge on cache hits, provided Referer and
sec-fetch-* headers are present. No seed-URL cookie warmup is needed for it.
Dealer Locator
GET /platform/api/v1/dealer (host per brand)
Honda: automobiles.honda.com productDivisionCode=A
Acura: www.acura.com productDivisionCode=B
Both brands use the same v1/dealer endpoint with an identical PascalCase
{"ZipCode", "Dealers": [...]} response shape, so one client (parameterized by
host + productDivisionCode) serves both. The v1 endpoint also returns more
per-dealer Attributes than the older Honda-only v2/dealer, and unlike v2 it
works for Acura (division B).
Query parameters:
| Parameter | Required | Description |
|---|---|---|
productDivisionCode | Yes | A (Honda) or B (Acura) |
zip | Yes | 5-digit ZIP code |
maxResults | No | Default 10; effective cap ~500 (~250-mile radius) |
Sample responses:
Honda sample (productDivisionCode=A)
{
"ZipCode": "10001",
"Dealers": [
{
"DealerNumber": "206719",
"ASARanking": null,
"Name": "Paragon Honda",
"InternetManager": "Jennifer Villiaba",
"Address": "5702 Northern Blvd ",
"City": "Woodside",
"State": "NY",
"ZipCode": "11377",
"Phone": "(855) 384-1853",
"SalesHours": [
{
"Days": "Mon-Thu",
"Hours": "9:00AM-9:00PM"
},
{
"Days": "Fri",
"Hours": "9:00AM-7:00PM"
},
{
"Days": "Sat",
"Hours": "10:00AM-7:00PM"
},
{
"Days": "Sun",
"Hours": "11:00AM-5:00PM"
}
],
"Preferred": false,
"PartsPhone": "(718) 507-5000",
"PartsHours": [
{
"Days": "Mon",
"Hours": "7:30AM-9:00PM"
},
{
"Days": "Tue",
"Hours": "7:30AM-11:59PM"
},
{
"Days": "Wed-Fri",
"Hours": "12:00AM-11:59PM"
},
{
"Days": "Sat",
"Hours": "12:00AM-5:00PM"
},
{
"Days": "Sun",
"Hours": "9:00AM-4:00PM"
}
],
"IsServiceCenter": false,
"ReserveVehicle": "",
"ServicePhone": "(718) 685-5990",
"ServiceHours": [
{
"Days": "Mon",
"Hours": "5:00AM-9:00PM"
},
{
"Days": "Tue",
"Hours": "5:00AM-11:59PM"
},
{
"Days": "Wed-Fri",
"Hours": "12:00AM-11:59PM"
},
{
"Days": "Sat",
"Hours": "12:00AM-5:00PM"
},
{
"Days": "Sun",
"Hours": "9:00AM-4:00PM"
}
],
"WebAddress": "https://www.paragonhonda.com/",
"Latitude": 40.753567,
"Longitude": -73.903336,
"DrivingDistanceMiles": 7.5,
"DealerDistanceMiles": 4.7,
"Attributes": [
{
"Code": "HF",
"Name": "AHFC Certified Dealer",
"FriendlyName": null,
"Description": "AHFC Certified Honda Auto Dealer",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "BV",
"Name": "Battery Electric Vehicle",
"FriendlyName": null,
"Description": "Dealer is authorized for Battery Electric Vehicle Sales",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "CU",
"Name": "Certified Used Dealer",
"FriendlyName": null,
"Description": "Dealer Locator only, not on mainframe.",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_CU_icon.gif",
"EndDate": ""
},
{
"Code": "06",
"Name": "Child Safety Day",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "CM",
"Name": "Complimentary Maintenance",
"FriendlyName": null,
"Description": "Dealer Is Authorized To Perform Honda Service Pass",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_CM_icon.gif",
"EndDate": ""
},
{
"Code": "CO",
"Name": "CPO Online Sales",
"FriendlyName": null,
"Description": "This dealer sells certified preowned vehicles online",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "DDP",
"Name": "Dealer Digital Program",
"FriendlyName": null,
"Description": "Dealer Websites managed by Digital Sales department",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "GM",
"Name": "GV BEV SALES AUTHORIZED",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED FOR GM BATTERY ELECTRIC VEHICLE SALES",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_GM_icon.gif",
"EndDate": ""
},
{
"Code": "04",
"Name": "GX Fleet",
"FriendlyName": null,
"Description": "Dealer is authorized for GX Fleet Sales",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "45",
"Name": "GX Retail",
"FriendlyName": null,
"Description": "Dealer is authorized for GX Retail Sales",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "05",
"Name": "GX Service",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "DW",
"Name": "HONDA DEALER WEBSITE",
"FriendlyName": null,
"Description": "THIS IS USED FOR HONDA DEALER WEBSITE",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "DA",
"Name": "Honda Digital Marketplace",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Dream Shop Marketplace",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "08",
"Name": "Honda EItems Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "03",
"Name": "Honda Test Drive Enabled",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_03_icon.gif",
"EndDate": ""
},
{
"Code": "01",
"Name": "Internet Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_01_icon.gif",
"EndDate": ""
},
{
"Code": "MO",
"Name": "MOTOCOMPACTO",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED TO PERFORM MOTOCOMPACTO PRODUCT",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_MO_icon.gif",
"EndDate": ""
},
{
"Code": "11",
"Name": "Oil Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Oil",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "OD",
"Name": "Online Retailing Dealer",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Online Retailing program",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_OD_icon.gif",
"EndDate": ""
},
{
"Code": "13",
"Name": "PAX Certified Service",
"FriendlyName": null,
"Description": "Dealers Certified to Service PAX Tires",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_13_icon.gif",
"EndDate": ""
},
{
"Code": "EV",
"Name": "Plug-in Hybrid Electric Vehicl",
"FriendlyName": null,
"Description": "Dealer is authorized for Plug-in Hybrid Electric Vehicle Sales",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "X2",
"Name": "Retail and Service Dealer",
"FriendlyName": null,
"Description": "This dealer does both Retail and Service",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "12",
"Name": "Tire Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Tires",
"FullDescription": null,
"EndDate": ""
}
]
},
{
"DealerNumber": "208140",
"ASARanking": null,
"Name": "Hudson Honda",
"InternetManager": "Rose Paulino",
"Address": "6608 Kennedy Blvd ",
"City": "West New York",
"State": "NJ",
"ZipCode": "07093",
"Phone": "(201) 868-9500",
"SalesHours": [
{
"Days": "Mon-Fri",
"Hours": "9:00AM-9:00PM"
},
{
"Days": "Sat",
"Hours": "9:00AM-8:00PM"
},
{
"Days": "Sun",
"Hours": "Closed"
}
],
"Preferred": false,
"PartsPhone": "(833) 448-3766",
"PartsHours": [
{
"Days": "Mon-Fri",
"Hours": "7:30AM-7:00PM"
},
{
"Days": "Sat",
"Hours": "7:30AM-5:00PM"
},
{
"Days": "Sun",
"Hours": "Closed"
}
],
"IsServiceCenter": false,
"ReserveVehicle": "",
"ServicePhone": "(201) 868-9500",
"ServiceHours": [
{
"Days": "Mon-Fri",
"Hours": "7:30AM-7:00PM"
},
{
"Days": "Sat",
"Hours": "7:30AM-5:00PM"
},
{
"Days": "Sun",
"Hours": "Closed"
}
],
"WebAddress": "https://www.hudsonhonda.com/",
"Latitude": 40.795368,
"Longitude": -74.017189,
"DrivingDistanceMiles": 5.9,
"DealerDistanceMiles": 3.4,
"Attributes": [
{
"Code": "HF",
"Name": "AHFC Certified Dealer",
"FriendlyName": null,
"Description": "AHFC Certified Honda Auto Dealer",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "BV",
"Name": "Battery Electric Vehicle",
"FriendlyName": null,
"Description": "Dealer is authorized for Battery Electric Vehicle Sales",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "19",
"Name": "Certified Express Service",
"FriendlyName": null,
"Description": "Dealer is Certified for Express Service Logo",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_19_icon.gif",
"EndDate": ""
},
{
"Code": "CU",
"Name": "Certified Used Dealer",
"FriendlyName": null,
"Description": "Dealer Locator only, not on mainframe.",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_CU_icon.gif",
"EndDate": ""
},
{
"Code": "CM",
"Name": "Complimentary Maintenance",
"FriendlyName": null,
"Description": "Dealer Is Authorized To Perform Honda Service Pass",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_CM_icon.gif",
"EndDate": ""
},
{
"Code": "CO",
"Name": "CPO Online Sales",
"FriendlyName": null,
"Description": "This dealer sells certified preowned vehicles online",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "DDP",
"Name": "Dealer Digital Program",
"FriendlyName": null,
"Description": "Dealer Websites managed by Digital Sales department",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "GM",
"Name": "GV BEV SALES AUTHORIZED",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED FOR GM BATTERY ELECTRIC VEHICLE SALES",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_GM_icon.gif",
"EndDate": ""
},
{
"Code": "DW",
"Name": "HONDA DEALER WEBSITE",
"FriendlyName": null,
"Description": "THIS IS USED FOR HONDA DEALER WEBSITE",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "DA",
"Name": "Honda Digital Marketplace",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Dream Shop Marketplace",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "08",
"Name": "Honda EItems Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "03",
"Name": "Honda Test Drive Enabled",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_03_icon.gif",
"EndDate": ""
},
{
"Code": "01",
"Name": "Internet Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_01_icon.gif",
"EndDate": ""
},
{
"Code": "MO",
"Name": "MOTOCOMPACTO",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED TO PERFORM MOTOCOMPACTO PRODUCT",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_MO_icon.gif",
"EndDate": ""
},
{
"Code": "11",
"Name": "Oil Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Oil",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "OD",
"Name": "Online Retailing Dealer",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Online Retailing program",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_OD_icon.gif",
"EndDate": ""
},
{
"Code": "OS",
"Name": "OSS Enabled",
"FriendlyName": null,
"Description": "Dealer is enrolled for Online Service Scheduling",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "13",
"Name": "PAX Certified Service",
"FriendlyName": null,
"Description": "Dealers Certified to Service PAX Tires",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_13_icon.gif",
"EndDate": ""
},
{
"Code": "X2",
"Name": "Retail and Service Dealer",
"FriendlyName": null,
"Description": "This dealer does both Retail and Service",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "48",
"Name": "Service - XTime Program",
"FriendlyName": null,
"Description": "Dealer is participating in XTime program for Online Service Scheduling",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_48_icon.gif",
"EndDate": ""
},
{
"Code": "12",
"Name": "Tire Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Tires",
"FullDescription": null,
"EndDate": ""
}
]
},
{
"DealerNumber": "207983",
"ASARanking": null,
"Name": "Metro Honda",
"InternetManager": "Jeremy Sharp",
"Address": "440 Highway 440 N",
"City": "Jersey City",
"State": "NJ",
"ZipCode": "07305",
"Phone": "(201) 451-7111",
"SalesHours": [
{
"Days": "Mon-Fri",
"Hours": "9:00AM-9:00PM"
},
{
"Days": "Sat",
"Hours": "9:00AM-8:00PM"
},
{
"Days": "Sun",
"Hours": "Closed"
}
],
"Preferred": false,
"PartsPhone": "(201) 451-7111",
"PartsHours": [
{
"Days": "Mon-Fri",
"Hours": "7:30AM-7:00PM"
},
{
"Days": "Sat",
"Hours": "7:30AM-5:00PM"
},
{
"Days": "Sun",
"Hours": "Closed"
}
],
"IsServiceCenter": false,
"ReserveVehicle": "",
"ServicePhone": "(201) 451-7111",
"ServiceHours": [
{
"Days": "Mon-Fri",
"Hours": "7:30AM-7:00PM"
},
{
"Days": "Sat",
"Hours": "7:30AM-5:00PM"
},
{
"Days": "Sun",
"Hours": "Closed"
}
],
"WebAddress": "https://www.mymetrohonda.com/",
"Latitude": 40.714966,
"Longitude": -74.096306,
"DrivingDistanceMiles": 15.0,
"DealerDistanceMiles": 5.9,
"Attributes": [
{
"Code": "HF",
"Name": "AHFC Certified Dealer",
"FriendlyName": null,
"Description": "AHFC Certified Honda Auto Dealer",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "CU",
"Name": "Certified Used Dealer",
"FriendlyName": null,
"Description": "Dealer Locator only, not on mainframe.",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_CU_icon.gif",
"EndDate": ""
},
{
"Code": "CM",
"Name": "Complimentary Maintenance",
"FriendlyName": null,
"Description": "Dealer Is Authorized To Perform Honda Service Pass",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_CM_icon.gif",
"EndDate": ""
},
{
"Code": "CO",
"Name": "CPO Online Sales",
"FriendlyName": null,
"Description": "This dealer sells certified preowned vehicles online",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "DDP",
"Name": "Dealer Digital Program",
"FriendlyName": null,
"Description": "Dealer Websites managed by Digital Sales department",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "09",
"Name": "Express Service Program",
"FriendlyName": null,
"Description": "Dealer Participates in the Express Service Program",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_09_icon.gif",
"EndDate": ""
},
{
"Code": "GM",
"Name": "GV BEV SALES AUTHORIZED",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED FOR GM BATTERY ELECTRIC VEHICLE SALES",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_GM_icon.gif",
"EndDate": ""
},
{
"Code": "DW",
"Name": "HONDA DEALER WEBSITE",
"FriendlyName": null,
"Description": "THIS IS USED FOR HONDA DEALER WEBSITE",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "DA",
"Name": "Honda Digital Marketplace",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Dream Shop Marketplace",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "08",
"Name": "Honda EItems Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "03",
"Name": "Honda Test Drive Enabled",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_03_icon.gif",
"EndDate": ""
},
{
"Code": "01",
"Name": "Internet Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_01_icon.gif",
"EndDate": ""
},
{
"Code": "11",
"Name": "Oil Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Oil",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "OD",
"Name": "Online Retailing Dealer",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Online Retailing program",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_OD_icon.gif",
"EndDate": ""
},
{
"Code": "13",
"Name": "PAX Certified Service",
"FriendlyName": null,
"Description": "Dealers Certified to Service PAX Tires",
"FullDescription": null,
"IconUrl": "https://location.services.honda.com/images/icons/A_13_icon.gif",
"EndDate": ""
},
{
"Code": "X2",
"Name": "Retail and Service Dealer",
"FriendlyName": null,
"Description": "This dealer does both Retail and Service",
"FullDescription": null,
"EndDate": ""
},
{
"Code": "12",
"Name": "Tire Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Tires",
"FullDescription": null,
"EndDate": ""
}
]
}
]
}
Acura sample (productDivisionCode=B)
{
"ZipCode": "10001",
"Dealers": [
{
"DealerNumber": "251494",
"Name": "Paragon Acura",
"InternetManager": null,
"Address": "5602 Northern Blvd ",
"City": "Woodside",
"State": "NY",
"ZipCode": "11377",
"Phone": null,
"SalesHours": [],
"Preferred": false,
"PartsHours": [],
"IsServiceCenter": false,
"ReserveVehicle": "",
"ServiceHours": [],
"WebAddress": "https://www.paragonacura.com/",
"Latitude": 40.753468,
"Longitude": -73.904503,
"DrivingDistanceMiles": 7.6,
"DealerDistanceMiles": 4.6,
"Attributes": []
},
{
"DealerNumber": "251069",
"Name": "Acura of Brooklyn",
"InternetManager": null,
"Address": "2751 Nostrand Ave",
"City": "Brooklyn",
"State": "NY",
"ZipCode": "11210",
"Phone": null,
"SalesHours": [],
"Preferred": false,
"PartsHours": [],
"IsServiceCenter": false,
"ReserveVehicle": "",
"ServiceHours": [],
"WebAddress": "http://www.acuraofbrooklyn.com/",
"Latitude": 40.617599,
"Longitude": -73.945084,
"DrivingDistanceMiles": 12.9,
"DealerDistanceMiles": 9.4,
"Attributes": []
},
{
"DealerNumber": "251461",
"Name": "Park Ave. Acura",
"InternetManager": null,
"Address": "171 State Route 17 S",
"City": "Rochelle Park",
"State": "NJ",
"ZipCode": "07662",
"Phone": null,
"SalesHours": [],
"Preferred": false,
"PartsHours": [],
"IsServiceCenter": false,
"ReserveVehicle": "",
"ServiceHours": [],
"WebAddress": "https://www.parkaveacura.com/",
"Latitude": 40.904087,
"Longitude": -74.072258,
"DrivingDistanceMiles": 17.0,
"DealerDistanceMiles": 11.5,
"Attributes": []
}
]
}
Notable response fields:
| Field | Notes |
|---|---|
Dealers[].DealerNumber | 5–6 digit string; stable dealer identifier |
Dealers[].Phone / WebAddress | Formatted phone and dealer website URL |
Dealers[].Latitude / Longitude | Coordinates |
Dealers[].SalesHours / ServiceHours / PartsHours | Department hours arrays |
Dealers[].Attributes[] | Feature tags with Code, Name, Description, IconUrl |
Dealers[].ASARanking | Honda-only; null for Acura |
Coverage: Returns dealers within ~250 miles of the given ZIP. A national ZIP
sweep with maxResults=500, deduplicated by DealerNumber at the transformed
tier, covers the full US networks (~1,070 Honda, ~270 Acura dealers).
Inventory and Dealers
Combined endpoint returning vehicle inventory and dealer records in a single call. The response structure is identical between Honda and Acura; the Acura version adds two marketing name fields to inventory rows.
Honda — GET /platform/api/v3/inventoryAndDealers
GET https://automobiles.honda.com/platform/api/v3/inventoryAndDealers
Query parameters:
| Parameter | Required | Description |
|---|---|---|
productDivisionCode | Yes | Always A |
modelYear | Yes | 4-digit year, e.g. 2026; future years are valid (e.g. 2027) |
modelGroup | Yes | URL slug, e.g. civic-sedan, cr-v, hr-v |
zipCode | Yes | The target dealer's own 5-digit ZIP |
maxDealers | No | Pipeline uses 1 to cap the response to the pinned dealer |
preferredDealerId | Yes | Pins a specific dealer (DealerNumber) into the result even when nearer dealers exist. The pipeline uses this to fetch one dealer at a time (verified: with maxDealers=1 the response is exactly the pinned dealer, regardless of zipCode) |
showOnlineRetailingURL | No | true to include dealer retailing URLs |
Inventory rows are grouped by (DealerNumber, ModelId, ExteriorColor, InteriorColor).
Each row carries a VINs[] array of individual units.
Sample response:
Sample response
{
"filters": [
{
"Id": "444E5F28DF4D48E08F5A2F3F1B8209D9",
"Name": "Powertrain",
"SelectionType": "SingleSelect",
"NavigationCategory": "Drivetrain Transmission",
"DisplaySection": "Powertrain",
"DisplaySectionOrder": 100,
"IntroCard": null,
"IntroCardApplicableTrims": null,
"CollapseOnLoad": false,
"IgnoreExclusionConflicts": false,
"SuppressIncludedUpgradesHeader": true,
"Upsells": null,
"NavigationItems": [
{
"Id": "40D72EB3A4A241CD9F0108BD457B9CD5",
"TitleBold": "",
"Name": "CVT",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "w/ 2.0L 4-Cyl. Engine",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/BAP-Powertrain-Icons/2026_Civic_Sedan_150hp-CVT-icon.jpg?sc_lang=en&hash=5191664D33F4245432D6255B9DB50FF4",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/BAP-Powertrain-Icons/2026_Civic_Sedan_150hp-CVT-icon.jpg?sc_lang=en&hash=5191664D33F4245432D6255B9DB50FF4",
"MarketingDescriptionListing": null,
"OptionImage": "",
"OptionImage2X": "",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "",
"ColorIdent": "",
"ColorCode": null,
"ColorHex": null,
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": true,
"HasIRIImageOverride": true,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": {
"Title": "CVT w/ 2.0L 4-Cyl. Engine",
"Content": "This 2.0-liter 4-cylinder engine is paired with a continuously variable transmission (CVT). The CVT has no distinct shift points; instead, it continuously adjusts the gear ratio for fuel efficiency or performance depending on driving conditions.\n<ul>\n <li>Horsepower (SAE net)<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Civic 2.0L Horsepower. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Civic 2.0L Horsepower\" data-hrt-disclaimers-content=\"150 hp @ 6400 rpm (SAE net)\">*</button>: 150 @ 6,400 rpm</li>\n <li>Torque (SAE net)<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Civic Torque. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Civic Torque\" data-hrt-disclaimers-content=\"133 lb.-ft. @ 4,000-5,000 rpm (SAE net) for LX and Sport; 134 lb.-ft. @ 4,500 rpm (SAE net) for Sport FHEV and Sport Touring FHEV.\">*</button>: 133 lb-ft @ 4,000-5,000 rpm</li>\n <li>Continuously variable transmission (CVT)</li>\n <li>Multi-point fuel injection</li>\n <li>Eco Assist\u2122 system</li>\n <li>32 city/41 highway/36 combined mpg rating<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Fuel-Economy Ratings. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Fuel-Economy Ratings\" data-hrt-disclaimers-content=\"32 city/41 highway/36 combined mpg rating for LX. 31 city/39 highway/34 combined mpg rating for Sport. 50 city/47 highway/49 combined mpg rating for Sport Hybrid and Sport Touring Hybrid. Based on 2026 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, battery-pack age/condition (hybrid trims) and other factors.\">*</button></li>\n <li>Hill start assist</li>\n</ul>",
"ShowRequirements": false,
"Disclaimer": "",
"Image1x": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/BAP-Modals/Powertrain/MY26_Civic_Sedan_Powertrain_1x.jpg?sc_lang=en&hash=DAF622E6BDE2B84810E2C586455AFC2B",
"Image2x": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/BAP-Modals/Powertrain/MY26_Civic_Sedan_Powertrain_2x.jpg?sc_lang=en&hash=6AED2522696EA28772A1B297CCFD5DAE",
"PromoHeader": "",
"PromoImage1x": null,
"PromoImage2x": null
},
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "AF44C76C6DFC4A15B8CE5EE6B86D9A67",
"TitleBold": "",
"Name": "CVT",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "w/ 2.0L 4-Cyl. Engine",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/BAP-Powertrain-Icons/2026_Civic_Sedan_150hp-CVT-icon.jpg?sc_lang=en&hash=5191664D33F4245432D6255B9DB50FF4",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/BAP-Powertrain-Icons/2026_Civic_Sedan_150hp-CVT-icon.jpg?sc_lang=en&hash=5191664D33F4245432D6255B9DB50FF4",
"MarketingDescriptionListing": null,
"OptionImage": "",
"OptionImage2X": "",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "",
"ColorIdent": "",
"ColorCode": null,
"ColorHex": null,
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": true,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": true,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": {
"Title": "CVT w/ 2.0L 4-Cyl. Engine",
"Content": "This 2.0-liter 4-cylinder engine is paired with a continuously variable transmission (CVT). The CVT has no distinct shift points; instead, it continuously adjusts the gear ratio for fuel efficiency or performance depending on driving conditions.\n<ul>\n <li>Horsepower (SAE net)<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Civic 2.0L Horsepower. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Civic 2.0L Horsepower\" data-hrt-disclaimers-content=\"150 hp @ 6400 rpm (SAE net)\">*</button>: 150 @ 6,400 rpm</li>\n <li>Torque (SAE net)<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Civic Torque. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Civic Torque\" data-hrt-disclaimers-content=\"133 lb.-ft. @ 4,000-5,000 rpm (SAE net) for LX and Sport; 134 lb.-ft. @ 4,500 rpm (SAE net) for Sport FHEV and Sport Touring FHEV.\">*</button>: 133 lb-ft @ 4,000-5,000 rpm</li>\n <li>Continuously variable transmission (CVT)</li>\n <li>Multi-point fuel injection</li>\n <li>Eco Assist\u2122 system</li>\n <li>31 city/39 highway/34 combined mpg rating<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Fuel-Economy Ratings. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Fuel-Economy Ratings\" data-hrt-disclaimers-content=\"32 city/41 highway/36 combined mpg rating for LX. 31 city/39 highway/34 combined mpg rating for Sport. 50 city/47 highway/49 combined mpg rating for Sport Hybrid and Sport Touring Hybrid. Based on 2026 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, battery-pack age/condition (hybrid trims) and other factors.\">*</button></li>\n <li>Hill start assist</li>\n</ul>",
"ShowRequirements": false,
"Disclaimer": "",
"Image1x": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/BAP-Modals/Powertrain/MY26_Civic_Sedan_Powertrain_1x.jpg?sc_lang=en&hash=DAF622E6BDE2B84810E2C586455AFC2B",
"Image2x": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/BAP-Modals/Powertrain/MY26_Civic_Sedan_Powertrain_2x.jpg?sc_lang=en&hash=6AED2522696EA28772A1B297CCFD5DAE",
"PromoHeader": "",
"PromoImage1x": null,
"PromoImage2x": null
},
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "0F4A3314A44A480E8C7E3E46597813B2",
"TitleBold": "",
"Name": "2.0L L4 with 2-Motor Hybrid System",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/BAP-Powertrain-Icons/MY26_Civic_Sedan_200hp-hybrid-icon.jpg?sc_lang=en&hash=20F51D4D1B17160093C280B855FE9E1C",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/BAP-Powertrain-Icons/MY26_Civic_Sedan_200hp-hybrid-icon.jpg?sc_lang=en&hash=20F51D4D1B17160093C280B855FE9E1C",
"MarketingDescriptionListing": null,
"OptionImage": "",
"OptionImage2X": "",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "",
"ColorIdent": "",
"ColorCode": null,
"ColorHex": null,
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": true,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": {
"Title": "2.0L L4 with 2-Motor Hybrid System",
"Content": "The Civic Hybrid features an updated two-motor hybrid system, which uses one motor to accelerate from a dead stop and a second to start the engine. Combining both a powerful electric motor with an efficient 2.0-liter DOHC Dual-VTC engine, the Civic Hybrid redefines the compact sedan with its sophistication, fuel efficiency, and no-compromise driving experience. \n<ul>\n <li>Total System Horsepower<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Total system horsepower. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Total system horsepower\" data-hrt-disclaimers-content=\"Total system horsepower (ISO net) as measured by the peak, concurrent output of the two electric motors and gasoline engine.\">*</button>: 200 hp</li>\n <li>Two-Motor Hybrid System </li>\n <li>Deceleration selectors</li>\n <li>Eco Assist\u2122 system</li>\n <li>50 city/47 highway/49 combined mpg rating<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Fuel-Economy Ratings. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Fuel-Economy Ratings\" data-hrt-disclaimers-content=\"32 city/41 highway/36 combined mpg rating for LX. 31 city/39 highway/34 combined mpg rating for Sport. 50 city/47 highway/49 combined mpg rating for Sport Hybrid and Sport Touring Hybrid. Based on 2026 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, battery-pack age/condition (hybrid trims) and other factors.\">*</button></li>\n <li>Hill start assist</li>\n</ul>",
"ShowRequirements": false,
"Disclaimer": "",
"Image1x": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/BAP-Modals/Powertrain/MY26_Civic_Sedan_Powertrain_Hybrid_1x.jpg?sc_lang=en&hash=C3E16CF55470C19BC9ECB70D5C6D2D2B",
"Image2x": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/BAP-Modals/Powertrain/MY26_Civic_Sedan_Powertrain_Hybrid_2x.jpg?sc_lang=en&hash=BB004BECDECDB06869696981FAAA6870",
"PromoHeader": "",
"PromoImage1x": null,
"PromoImage2x": null
},
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
}
],
"NavigationSections": null,
"SortOrder": 0,
"IsInventoryFilter": true,
"Disclaimer": ""
},
{
"Id": "47F9586966494D6383A516026A4E942D",
"Name": "Exterior Color",
"SelectionType": "ColorGroup",
"NavigationCategory": "Exterior Color",
"DisplaySection": "Design",
"DisplaySectionOrder": 200,
"IntroCard": null,
"IntroCardApplicableTrims": null,
"CollapseOnLoad": false,
"IgnoreExclusionConflicts": false,
"SuppressIncludedUpgradesHeader": false,
"Upsells": null,
"NavigationItems": [
{
"Id": "ECE4468C72F2481889DD7A5899738E4B",
"TitleBold": "",
"Name": "Crystal Black",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "Pearl",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Crystal-Black-Pearl-ext-color-orb-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Crystal-Black-Pearl-ext-color-orb-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2016/Pilot/Build-and-Price/Exterior-Color-Orbs/2016-pilot-paint-crystal-black-pearl-color-dome-1400-2x.png",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2016/Pilot/Build-and-Price/Exterior-Color-Orbs/2016-pilot-paint-crystal-black-pearl-color-dome-1400-2x.png",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "NH-731P",
"ColorIdent": "8083",
"ColorCode": "BK",
"ColorHex": "#000000",
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "0FAC229F19AB4B52956A992B7C89DA25",
"TitleBold": "",
"Name": "Solar Silver",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "Metallic",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Solar-Silver-Metallic-NH-932M-ext-color-orb-1400-2x.png?sc_lang=en&hash=858818E13396575445E6F73CF0D7D281",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Solar-Silver-Metallic-NH-932M-ext-color-orb-1400-2x.png?sc_lang=en&hash=858818E13396575445E6F73CF0D7D281",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Solar-Silver-Metallic-NH-932M-ext-color-orb-1400-2x.png?sc_lang=en&hash=858818E13396575445E6F73CF0D7D281",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Solar-Silver-Metallic-NH-932M-ext-color-orb-1400-2x.png?sc_lang=en&hash=858818E13396575445E6F73CF0D7D281",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "NH-932M",
"ColorIdent": "9466",
"ColorCode": null,
"ColorHex": "#CCD0D3",
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "20CA369AA2B14E1F9783064D73107800",
"TitleBold": "",
"Name": "Meteorite Gray",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "Metallic",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/2022/Civic-Sedan/Orbs/Meteorite-Gray-Metallic-NH-904M-ext-color-orb-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/2022/Civic-Sedan/Orbs/Meteorite-Gray-Metallic-NH-904M-ext-color-orb-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2022/Civic-Sedan/Orbs/Meteorite-Gray-Metallic-NH-904M-ext-color-orb-1400-2x.png",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2022/Civic-Sedan/Orbs/Meteorite-Gray-Metallic-NH-904M-ext-color-orb-1400-2x.png",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "NH-904M",
"ColorIdent": "9149",
"ColorCode": "GC",
"ColorHex": "#37424C",
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "AF491C7E6C5B4AD49FE2AFE8A86FF9AF",
"TitleBold": "",
"Name": "Rallye Red",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Rallye-Red-r-513-ext-color-orb-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Rallye-Red-r-513-ext-color-orb-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2016/Civic-Coupe/Build-and-Price/Exterior-Color-Orbs/2016-civic-coupe-ext-r-513-rallye-red-color-chip-1400-2x.png",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2016/Civic-Coupe/Build-and-Price/Exterior-Color-Orbs/2016-civic-coupe-ext-r-513-rallye-red-color-chip-1400-2x.png",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "R-513",
"ColorIdent": "302",
"ColorCode": "RE",
"ColorHex": "#DA0101",
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "1D60BA422892410692BED578FF861884",
"TitleBold": "",
"Name": "Platinum White",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "Pearl",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Platinum-White-Pearl-ext-color-orb-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Platinum-White-Pearl-ext-color-orb-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2018/Accord-Sedan/ExteriorColorOrbs/2018-accord-ext-platinum-white-swatch-1400-2x.png",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2018/Accord-Sedan/ExteriorColorOrbs/2018-accord-ext-platinum-white-swatch-1400-2x.png",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "NH-883P",
"ColorIdent": "8889",
"ColorCode": "WB",
"ColorHex": "#E5E5E5",
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "8F3DD0F33D3A45A9951698CC4BF77516",
"TitleBold": "",
"Name": "Blue Lagoon Pearl",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/Blue-Lagoon-Pearl.png?sc_lang=en&hash=ABCE2488B53C6DD2F8B4ADE96A8492E4",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/Blue-Lagoon-Pearl.png?sc_lang=en&hash=ABCE2488B53C6DD2F8B4ADE96A8492E4",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2017/Civic-Sedan/Build-and-Price/Exterior-Color-Orbs/2016-civic-sedan-ext-r-560px-paint-chip-1400-2x.jpg",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2017/Civic-Sedan/Build-and-Price/Exterior-Color-Orbs/2016-civic-sedan-ext-r-560px-paint-chip-1400-2x.jpg",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "B-645P",
"ColorIdent": "9558",
"ColorCode": "BL",
"ColorHex": "#253757",
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "F0FA6BAD5F454B76BDD7BF556BDEDDCA",
"TitleBold": "",
"Name": "Urban Gray",
"OpCode": null,
"HasIRIImage": true,
"OptionDescription": "Pearl",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Urban-Gray-Pearl-NH-912P-ext-color-orb-1400-2x-B.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Urban-Gray-Pearl-NH-912P-ext-color-orb-1400-2x-B.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Urban-Gray-Pearl-NH-912P-ext-color-orb-1400-2x-B.png",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Ext-Color-Orbs/Urban-Gray-Pearl-NH-912P-ext-color-orb-1400-2x-B.png",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "NH-912P",
"ColorIdent": "9307",
"ColorCode": "GE",
"ColorHex": "#999999",
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
}
],
"NavigationSections": null,
"SortOrder": 0,
"IsInventoryFilter": true,
"Disclaimer": ""
},
{
"Id": "E4B82FA0450440B8B97195CCBA863FFC",
"Name": "Interior Color",
"SelectionType": "ColorGroup",
"NavigationCategory": "Interior Color",
"DisplaySection": "Design",
"DisplaySectionOrder": 200,
"IntroCard": null,
"IntroCardApplicableTrims": null,
"CollapseOnLoad": false,
"IgnoreExclusionConflicts": false,
"SuppressIncludedUpgradesHeader": true,
"Upsells": [
{
"Title": "UPGRADE TO EX-L",
"Description": "Leather options available on EX-L",
"ApplicableModels": [
"FE4F8TJW",
"FE2F5TEW"
],
"ModelDestination": null,
"OpCodeDestination": ""
}
],
"NavigationItems": [
{
"Id": "C61B49E039474B09A1890FA06D8686AD",
"TitleBold": "",
"Name": "Black Cloth",
"OpCode": null,
"HasIRIImage": false,
"OptionDescription": "",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Interior-Color-Orbs/black-cloth-color-swatch-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Interior-Color-Orbs/black-cloth-color-swatch-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Interior-Color-Orbs/black-cloth-color-swatch-1400-2x.png",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Interior-Color-Orbs/black-cloth-color-swatch-1400-2x.png",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "",
"ColorIdent": "401",
"ColorCode": "BK",
"ColorHex": null,
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "cloth",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "E1142974C9954A4CB979E1F92B3895E6",
"TitleBold": "",
"Name": "Gray Cloth",
"OpCode": null,
"HasIRIImage": false,
"OptionDescription": "",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/2016/Pilot/Build-and-Price/Interior-Swatches/2016-pilot-interior-lx-ex-gray-cloth-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/2016/Pilot/Build-and-Price/Interior-Swatches/2016-pilot-interior-lx-ex-gray-cloth-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/2026-civic-sedan-int-gray-cloth-swatch-1400-2x.jpg",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/2026-civic-sedan-int-gray-cloth-swatch-1400-2x.jpg",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "",
"ColorIdent": "418",
"ColorCode": "GR",
"ColorHex": null,
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "cloth",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "C351136562FE4333A6F0D18EA5DBACD0",
"TitleBold": "",
"Name": "Black Leather",
"OpCode": null,
"HasIRIImage": false,
"OptionDescription": "",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/2016/Pilot/Build-and-Price/Interior-Swatches/2016-pilot-interior-ex-l-touring-black-leather-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/2016/Pilot/Build-and-Price/Interior-Swatches/2016-pilot-interior-ex-l-touring-black-leather-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/2026-civic-sedan-int-black-leather-swatch-1400-2x.jpg",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/2026-civic-sedan-int-black-leather-swatch-1400-2x.jpg",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "",
"ColorIdent": "401",
"ColorCode": "BK",
"ColorHex": null,
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "leather",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
},
{
"Id": "B14DDD7D2D364966B0B132A04F5BF5EB",
"TitleBold": "",
"Name": "Gray Leather",
"OpCode": null,
"HasIRIImage": false,
"OptionDescription": "",
"OptionThumbnail": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Interior-Color-Orbs/2016-pilot-interior-ex-l-touring-grey-leather-1400-2x.png",
"OptionThumbnail2X": "/-/media/Honda-Automobiles/Vehicles/Color-Orbs/Interior-Color-Orbs/2016-pilot-interior-ex-l-touring-grey-leather-1400-2x.png",
"MarketingDescriptionListing": null,
"OptionImage": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/2026-civic-sedan-int-gray-leather-swatchp-1400-2x.jpg",
"OptionImage2X": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Build-and-Price/Swatches/2026-civic-sedan-int-gray-leather-swatchp-1400-2x.jpg",
"OptionLongDescription": "",
"MarketingModalURL": "",
"MarketingModalId": "",
"MarketingModelDescription": null,
"MarketingModelDisclaimer": null,
"Price": 0,
"IsAlwaysSelected": false,
"HideCard": false,
"ColorMfgCode": "",
"ColorIdent": "418",
"ColorCode": "GR",
"ColorHex": null,
"ColorTrim": null,
"IsUpsell": false,
"Duplicates": [],
"ModelMap": null,
"ModelMapDetails": null,
"SuppressConflictMessaging": false,
"HasIRIImageOverride": false,
"Rules": "",
"CompatibleWith": null,
"Inventory": {
"InventoryTitle": "",
"InventoryDescription": [],
"IsInventoryDefaultFilter": false,
"IsInventoryStandardField": false,
"InventoryPackageAnchor": ""
},
"FabricType": "leather",
"HideFilter": false,
"NotificationMessage": "",
"MarketingDescriptionType": "",
"MarketingNotificationItems": [],
"InteriorAngleX": "",
"InteriorAngleY": "",
"InteriorAngleZ": "",
"RAQMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"BAPMSRPDisclaimer": "MSRP includes any selected accessories. MSRP excludes tax, license, registration, $1,095 destination charge for 2024 models and $1,150 for 2025 models, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"SummaryMSRPDisclaimer": "MSRP includes $1,095 destination charge for 2024 models or $1,150 destination charge for 2025 models, and any selected accessories. MSRP excludes tax, license, registration, and any accessory installation costs. Dealer prices may vary. MSRP does not include $455 charge for premium colors.",
"MPGDisclaimer": "31 city/40 highway/35 combined mpg rating for LX. 30 city/37 highway/33 combined mpg rating for Sport. 33 city/42 highway/36 combined mpg rating for EX. 31 city/38 highway/34 combined mpg rating for Touring. Based on 2024 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, and other factors.",
"LeaseLegalDisclaimer": "na",
"SummaryAccessoryDisclaimer": "na",
"Details": null,
"SubItems": null,
"DefaultImageAngle": null,
"DisableOptionDetails": false
}
],
"NavigationSections": null,
"SortOrder": 0,
"IsInventoryFilter": true,
"Disclaimer": ""
},
{
"Id": "5722E456F715439D980679C413020AB7",
"Name": "Premium Features",
"SelectionType": "MultiSelectMin1",
"NavigationCategory": "Premium Features",
"DisplaySection": "Accessories",
"DisplaySectionOrder": 300,
"IntroCard": null,
"IntroCardApplicableTrims": null,
"CollapseOnLoad": true,
"IgnoreExclusionConflicts": false,
"SuppressIncludedUpgradesHeader": true,
"Upsells": null,
"NavigationItems": [],
"NavigationSections": null,
"SortOrder": 0,
"IsInventoryFilter": true,
"Disclaimer": ""
}
],
"dealers": [
{
"DealerNumber": "206719",
"ASARanking": "1",
"Name": "Paragon Honda",
"InternetManager": "Jennifer Villiaba",
"Address": "5702 Northern Blvd",
"City": "Woodside",
"State": "NY",
"ZipCode": "113772223",
"Phone": "8553841853 ",
"SalesHours": [
{
"Days": "Mon-Thu",
"Hours": "9:00AM-9:00PM"
},
{
"Days": "Fri",
"Hours": "9:00AM-7:00PM"
},
{
"Days": "Sat",
"Hours": "10:00AM-7:00PM"
},
{
"Days": "Sun",
"Hours": "11:00AM-5:00PM"
}
],
"Preferred": false,
"PartsPhone": null,
"PartsHours": null,
"IsServiceCenter": false,
"ReserveVehicle": null,
"ServicePhone": null,
"ServiceHours": null,
"WebAddress": "https://www.paragonhonda.com/",
"Latitude": 40.753567,
"Longitude": -73.903336,
"DrivingDistanceMiles": 4.7,
"DealerDistanceMiles": null,
"Attributes": [
{
"Code": "HF",
"Name": "AHFC Certified Dealer",
"FriendlyName": null,
"Description": "AHFC Certified Honda Auto Dealer",
"FullDescription": null,
"EndDate": null
},
{
"Code": "BV",
"Name": "Battery Electric Vehicle",
"FriendlyName": null,
"Description": "Dealer is authorized for Battery Electric Vehicle Sales",
"FullDescription": null,
"EndDate": null
},
{
"Code": "CU",
"Name": "Certified Used Dealer",
"FriendlyName": null,
"Description": "Dealer Locator only, not on mainframe.",
"FullDescription": null,
"EndDate": null
},
{
"Code": "06",
"Name": "Child Safety Day",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": null
},
{
"Code": "CM",
"Name": "Complimentary Maintenance",
"FriendlyName": null,
"Description": "Dealer Is Authorized To Perform Honda Service Pass",
"FullDescription": null,
"EndDate": null
},
{
"Code": "CO",
"Name": "CPO Online Sales",
"FriendlyName": null,
"Description": "This dealer sells certified preowned vehicles online",
"FullDescription": null,
"EndDate": null
},
{
"Code": "GM",
"Name": "GV BEV SALES AUTHORIZED",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED FOR GM BATTERY ELECTRIC VEHICLE SALES",
"FullDescription": null,
"EndDate": null
},
{
"Code": "04",
"Name": "GX Fleet",
"FriendlyName": null,
"Description": "Dealer is authorized for GX Fleet Sales",
"FullDescription": null,
"EndDate": null
},
{
"Code": "45",
"Name": "GX Retail",
"FriendlyName": null,
"Description": "Dealer is authorized for GX Retail Sales",
"FullDescription": null,
"EndDate": null
},
{
"Code": "05",
"Name": "GX Service",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": null
},
{
"Code": "DW",
"Name": "HONDA DEALER WEBSITE",
"FriendlyName": null,
"Description": "THIS IS USED FOR HONDA DEALER WEBSITE",
"FullDescription": null,
"EndDate": null
},
{
"Code": "DA",
"Name": "Honda Digital Marketplace",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Dream Shop Marketplace",
"FullDescription": null,
"EndDate": null
},
{
"Code": "08",
"Name": "Honda EItems Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": null
},
{
"Code": "03",
"Name": "Honda Test Drive Enabled",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": null
},
{
"Code": "MO",
"Name": "MOTOCOMPACTO",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED TO PERFORM MOTOCOMPACTO PRODUCT",
"FullDescription": null,
"EndDate": null
},
{
"Code": "11",
"Name": "Oil Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Oil",
"FullDescription": null,
"EndDate": null
},
{
"Code": "OD",
"Name": "Online Retailing Dealer",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Online Retailing program",
"FullDescription": null,
"EndDate": null
},
{
"Code": "13",
"Name": "PAX Certified Service",
"FriendlyName": null,
"Description": "Dealers Certified to Service PAX Tires",
"FullDescription": null,
"EndDate": null
},
{
"Code": "EV",
"Name": "Plug-in Hybrid Electric Vehicl",
"FriendlyName": null,
"Description": "Dealer is authorized for Plug-in Hybrid Electric Vehicle Sales",
"FullDescription": null,
"EndDate": null
},
{
"Code": "X2",
"Name": "Retail and Service Dealer",
"FriendlyName": null,
"Description": "This dealer does both Retail and Service",
"FullDescription": null,
"EndDate": null
},
{
"Code": "12",
"Name": "Tire Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Tires",
"FullDescription": null,
"EndDate": null
}
]
},
{
"DealerNumber": "208140",
"ASARanking": "",
"Name": "Hudson Honda",
"InternetManager": "Rose Paulino",
"Address": "6608 Kennedy Blvd",
"City": "West New York",
"State": "NJ",
"ZipCode": "070931798",
"Phone": "2018689500 ",
"SalesHours": [
{
"Days": "Mon-Fri",
"Hours": "9:00AM-9:00PM"
},
{
"Days": "Sat",
"Hours": "9:00AM-8:00PM"
},
{
"Days": "Sun",
"Hours": "Closed"
}
],
"Preferred": false,
"PartsPhone": null,
"PartsHours": null,
"IsServiceCenter": false,
"ReserveVehicle": null,
"ServicePhone": null,
"ServiceHours": null,
"WebAddress": "https://www.hudsonhonda.com",
"Latitude": 40.795368,
"Longitude": -74.017189,
"DrivingDistanceMiles": 3.4,
"DealerDistanceMiles": null,
"Attributes": [
{
"Code": "HF",
"Name": "AHFC Certified Dealer",
"FriendlyName": null,
"Description": "AHFC Certified Honda Auto Dealer",
"FullDescription": null,
"EndDate": null
},
{
"Code": "BV",
"Name": "Battery Electric Vehicle",
"FriendlyName": null,
"Description": "Dealer is authorized for Battery Electric Vehicle Sales",
"FullDescription": null,
"EndDate": null
},
{
"Code": "19",
"Name": "Certified Express Service",
"FriendlyName": null,
"Description": "Dealer is Certified for Express Service Logo",
"FullDescription": null,
"EndDate": null
},
{
"Code": "CU",
"Name": "Certified Used Dealer",
"FriendlyName": null,
"Description": "Dealer Locator only, not on mainframe.",
"FullDescription": null,
"EndDate": null
},
{
"Code": "CM",
"Name": "Complimentary Maintenance",
"FriendlyName": null,
"Description": "Dealer Is Authorized To Perform Honda Service Pass",
"FullDescription": null,
"EndDate": null
},
{
"Code": "CO",
"Name": "CPO Online Sales",
"FriendlyName": null,
"Description": "This dealer sells certified preowned vehicles online",
"FullDescription": null,
"EndDate": null
},
{
"Code": "GM",
"Name": "GV BEV SALES AUTHORIZED",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED FOR GM BATTERY ELECTRIC VEHICLE SALES",
"FullDescription": null,
"EndDate": null
},
{
"Code": "DW",
"Name": "HONDA DEALER WEBSITE",
"FriendlyName": null,
"Description": "THIS IS USED FOR HONDA DEALER WEBSITE",
"FullDescription": null,
"EndDate": null
},
{
"Code": "DA",
"Name": "Honda Digital Marketplace",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Dream Shop Marketplace",
"FullDescription": null,
"EndDate": null
},
{
"Code": "08",
"Name": "Honda EItems Certified",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": null
},
{
"Code": "03",
"Name": "Honda Test Drive Enabled",
"FriendlyName": null,
"Description": "",
"FullDescription": null,
"EndDate": null
},
{
"Code": "MO",
"Name": "MOTOCOMPACTO",
"FriendlyName": null,
"Description": "DEALER IS AUTHORIZED TO PERFORM MOTOCOMPACTO PRODUCT",
"FullDescription": null,
"EndDate": null
},
{
"Code": "11",
"Name": "Oil Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Oil",
"FullDescription": null,
"EndDate": null
},
{
"Code": "OD",
"Name": "Online Retailing Dealer",
"FriendlyName": null,
"Description": "This dealership participates in the Honda Online Retailing program",
"FullDescription": null,
"EndDate": null
},
{
"Code": "13",
"Name": "PAX Certified Service",
"FriendlyName": null,
"Description": "Dealers Certified to Service PAX Tires",
"FullDescription": null,
"EndDate": null
},
{
"Code": "X2",
"Name": "Retail and Service Dealer",
"FriendlyName": null,
"Description": "This dealer does both Retail and Service",
"FullDescription": null,
"EndDate": null
},
{
"Code": "48",
"Name": "Service - XTime Program",
"FriendlyName": null,
"Description": "Dealer is participating in XTime program for Online Service Scheduling",
"FullDescription": null,
"EndDate": null
},
{
"Code": "12",
"Name": "Tire Certified",
"FriendlyName": null,
"Description": "Dealer purchases Honda Genuine Tires",
"FullDescription": null,
"EndDate": null
}
]
}
],
"inventory": [
{
"DealerNumber": "206719",
"ModelId": "FE2F2TEW",
"ModelYear": "2026",
"ModelGroupName": "Civic Sedan",
"ModelTrim": "LX",
"ModelMarketingName": "2WD LX",
"Transmission": "CVT",
"TransmissionMarketingName": "Continuously Variable Transmission",
"VINs": [
{
"VIN": "2HGFE2F23TH594665",
"Accessories": [],
"OnlineRetailingPreferredVIN": "true",
"VehicleDetailPageURL": "https://www.paragonhonda.com/new/Honda/catcher.esl?vin=2HGFE2F23TH594665"
},
{
"VIN": "2HGFE2F24TH588714",
"Accessories": [],
"OnlineRetailingPreferredVIN": "false",
"VehicleDetailPageURL": "https://www.paragonhonda.com/new/Honda/catcher.esl?vin=2HGFE2F24TH588714"
}
],
"ModelBaseColor": "",
"ExteriorColor": "Blue Lagoon Pearl",
"ExteriorColorMfgCode": "B-645P",
"InteriorColor": "Black",
"InteriorColorCode": "BK",
"ModelMSRP": "25150.00",
"DHCost": "1195",
"NumberOnSite": 2,
"NumberInTransit": 0
},
{
"DealerNumber": "206719",
"ModelId": "FE2F2TEW",
"ModelYear": "2026",
"ModelGroupName": "Civic Sedan",
"ModelTrim": "LX",
"ModelMarketingName": "2WD LX",
"Transmission": "CVT",
"TransmissionMarketingName": "Continuously Variable Transmission",
"VINs": [
{
"VIN": "2HGFE2F20TH599984",
"Accessories": [],
"OnlineRetailingPreferredVIN": "true",
"VehicleDetailPageURL": "https://www.paragonhonda.com/new/Honda/catcher.esl?vin=2HGFE2F20TH599984"
}
],
"ModelBaseColor": "Black",
"ExteriorColor": "Crystal Black Pearl",
"ExteriorColorMfgCode": "NH-731P",
"InteriorColor": "Black",
"InteriorColorCode": "BK",
"ModelMSRP": "24695.00",
"DHCost": "1195",
"NumberOnSite": 1,
"NumberInTransit": 0
},
{
"DealerNumber": "206719",
"ModelId": "FE2F2TEW",
"ModelYear": "2026",
"ModelGroupName": "Civic Sedan",
"ModelTrim": "LX",
"ModelMarketingName": "2WD LX",
"Transmission": "CVT",
"TransmissionMarketingName": "Continuously Variable Transmission",
"VINs": [
{
"VIN": "2HGFE2F20TH574907",
"Accessories": [],
"OnlineRetailingPreferredVIN": "true",
"VehicleDetailPageURL": "https://www.paragonhonda.com/new/Honda/catcher.esl?vin=2HGFE2F20TH574907"
},
{
"VIN": "2HGFE2F24TH578510",
"Accessories": [],
"OnlineRetailingPreferredVIN": "false",
"VehicleDetailPageURL": "https://www.paragonhonda.com/new/Honda/catcher.esl?vin=2HGFE2F24TH578510"
},
{
"VIN": "2HGFE2F26TH588326",
"Accessories": [],
"OnlineRetailingPreferredVIN": "false",
"VehicleDetailPageURL": "https://www.paragonhonda.com/new/Honda/catcher.esl?vin=2HGFE2F26TH588326"
},
{
"VIN": "2HGFE2F2XTH599720",
"Accessories": [],
"OnlineRetailingPreferredVIN": "false",
"VehicleDetailPageURL": "https://www.paragonhonda.com/new/Honda/catcher.esl?vin=2HGFE2F2XTH599720"
}
],
"ModelBaseColor": "White",
"ExteriorColor": "Platinum White Pearl",
"ExteriorColorMfgCode": "NH-883P",
"InteriorColor": "Black",
"InteriorColorCode": "BK",
"ModelMSRP": "25150.00",
"DHCost": "1195",
"NumberOnSite": 4,
"NumberInTransit": 0
}
],
"accessories": [],
"msrpdisclaimer": {
"id": "361-msrp-cars",
"title": "MSRP",
"description": "MSRP excluding tax, license, registration, $1,195 destination charge, and accessories. Dealer prices may vary. MSRP does not include $455 charge for premium colors. "
},
"models": {
"FE2F2TEW": {
"Packages": [],
"Powertrain": [
"40D72EB3A4A241CD9F0108BD457B9CD5"
],
"VehiclePhotos": {
"B-645P": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F2TEW$EC:B-645P$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F2TEW$EC:B-645P$IC:BK"
]
},
"NH-731P": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F2TEW$EC:NH-731P$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F2TEW$EC:NH-731P$IC:BK"
]
},
"NH-883P": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F2TEW$EC:NH-883P$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F2TEW$EC:NH-883P$IC:BK"
]
},
"NH-932M": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F2TEW$EC:NH-932M$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F2TEW$EC:NH-932M$IC:BK"
]
}
},
"FabricType": "cloth",
"ModelHighlightFeature": "CVT",
"ModelMarketingName": "Civic Sedan LX CVT"
},
"FE2F5TEW": {
"Packages": [],
"Powertrain": [
"AF44C76C6DFC4A15B8CE5EE6B86D9A67"
],
"VehiclePhotos": {
"B-645P": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F5TEW$EC:B-645P$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F5TEW$EC:B-645P$IC:BK"
]
},
"NH-883P": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F5TEW$EC:NH-883P$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F5TEW$EC:NH-883P$IC:BK"
]
},
"R-513": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F5TEW$EC:R-513$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F5TEW$EC:R-513$IC:BK"
]
},
"NH-932M": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F5TEW$EC:NH-932M$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F5TEW$EC:NH-932M$IC:BK"
]
},
"NH-912P": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F5TEW$EC:NH-912P$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F5TEW$EC:NH-912P$IC:BK"
]
},
"NH-904M": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE2F5TEW$EC:NH-904M$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE2F5TEW$EC:NH-904M$IC:BK"
]
}
},
"FabricType": "cloth",
"ModelHighlightFeature": "CVT",
"ModelMarketingName": "Civic Sedan Sport CVT"
},
"FE4F8TJW": {
"Packages": [],
"Powertrain": [
"0F4A3314A44A480E8C7E3E46597813B2"
],
"VehiclePhotos": {
"NH-904M": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE4F8TJW$EC:NH-904M$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE4F8TJW$EC:NH-904M$IC:BK"
]
},
"NH-932M": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE4F8TJW$EC:NH-932M$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE4F8TJW$EC:NH-932M$IC:BK"
]
},
"NH-883P": {
"GR": [
"/platform/api/v4/images/Exterior/02?config=M:FE4F8TJW$EC:NH-883P$IC:GR",
"/platform/api/v4/images/Exterior/04?config=M:FE4F8TJW$EC:NH-883P$IC:GR"
]
}
},
"FabricType": "cloth",
"ModelHighlightFeature": " ",
"ModelMarketingName": "Civic Sedan EX CVT"
},
"FE4F8TKNW": {
"Packages": [],
"Powertrain": [
"0F4A3314A44A480E8C7E3E46597813B2"
],
"VehiclePhotos": {
"NH-932M": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE4F8TKNW$EC:NH-932M$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE4F8TKNW$EC:NH-932M$IC:BK"
]
},
"NH-731P": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE4F8TKNW$EC:NH-731P$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE4F8TKNW$EC:NH-731P$IC:BK"
]
},
"NH-904M": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE4F8TKNW$EC:NH-904M$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE4F8TKNW$EC:NH-904M$IC:BK"
]
},
"R-513": {
"BK": [
"/platform/api/v4/images/Exterior/02?config=M:FE4F8TKNW$EC:R-513$IC:BK",
"/platform/api/v4/images/Exterior/04?config=M:FE4F8TKNW$EC:R-513$IC:BK"
]
}
},
"FabricType": "leather",
"ModelHighlightFeature": " ",
"ModelMarketingName": "Civic Sedan Touring CVT"
}
},
"vehiclemodelseriesname": "Civic Sedan",
"noexactimage": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/non-VLP/08-Current-Offers/MY22-Civic-Sedan-non-VLP-payment-estimator-METEORITE-2x.png",
"ZipCodeSent": "10001",
"IsValidZip": true
}
Notable response fields:
| Field | Notes |
|---|---|
dealers[].DealerNumber | Raw digits only (no formatting); 9-digit ZIP+4 |
inventory[].ModelId | 8-character model code, e.g. FE2F2TEW |
inventory[].VINs[].VIN | 17-character VIN |
inventory[].VINs[].Age | Days on lot |
inventory[].VINs[].InTransit | true when vehicle has not yet arrived at dealer |
Dealer records in this response use raw-digit phone numbers and 9-digit ZIP+4 codes. The dedicated dealer locator endpoint returns formatted phone numbers, 5-digit ZIPs, department hours, and attribute icon URLs — prefer it as the primary dealer source.
Coverage: The pipeline fans out one request per (dealer, series, year). Dealer
codes and ZIPs come from an upstream dependency on the dealer-locator asset; the
series/year universe from the RAQ taxonomy. Each request pins one dealer via preferredDealerId
maxDealers=1(with that dealer's own ZIP), so coverage is driven by the dealer list rather than a radius sweep. Requests run concurrently through Akamai-aware browser sessions. See 2026 Model Series.
Acura — GET /platform/api/v3/inventoryAndDealers
GET https://www.acura.com/platform/api/v3/inventoryAndDealers
Analogous to Honda Inventory and Dealers.
Key differences from Honda:
- No
productDivisionCodeparameter - Inventory rows add two Acura-specific marketing name fields
preferredDealerIdis ignored. Unlike Honda, Acura's endpoint does not honorpreferredDealerId(nor any alias tried:dealerId,dealerNumber, etc.) — withmaxDealers=1it returns the dealer nearest the ZIP, not the requested one (verified: pinning a NY dealer from a CA ZIP returned the CA dealer).
Query parameters: modelYear, modelGroup, zipCode, maxResults (no productDivisionCode, no showOnlineRetailingURL).
Coverage: Same per-dealer fan-out as Honda, but because preferredDealerId
is unusable the pipeline scopes each request by the dealer's own ZIP and takes
the nearest maxResults=5 dealers — a dealer is reliably the nearest to its own
ZIP (verified 3/3), and the small radius covers ZIPs shared by several dealers.
Overlapping results across dealers are deduplicated downstream by VIN. (TODO:
empirically validate the maximum number of Acura dealers sharing a ZIP and raise
the radius if 5 proves too small.)
Sample response:
Sample response
{
"dealers": [
{
"DealerNumber": "251633",
"ASARanking": "1",
"Name": "Acura of Sherman Oaks",
"Address": "14025 Ventura Blvd",
"City": "Sherman Oaks",
"State": "CA",
"ZipCode": "91423",
"Phone": "(818) 528-1300",
"WebAddress": "https://www.acurashermanoaks.com/",
"Latitude": 34.150948,
"Longitude": -118.437695,
"DrivingDistanceMiles": 3.2
},
{
"DealerNumber": "251634",
"ASARanking": "2",
"Name": "Acura Beverly Hills",
"Address": "8428 W Olympic Blvd",
"City": "Beverly Hills",
"State": "CA",
"ZipCode": "90211",
"Phone": "(310) 659-7220",
"WebAddress": "https://www.acurabeverlyhills.com/",
"Latitude": 34.053,
"Longitude": -118.394,
"DrivingDistanceMiles": 11.5
}
],
"inventory": [
{
"DealerNumber": "251633",
"ModelId": "TC2H5TKNW",
"ModelYear": "2026",
"ModelGroupName": "RDX",
"ModelTrim": "4TECH",
"ModelMarketingName": "SH-AWD with Technology Package",
"Transmission": "10A",
"TransmissionMarketingName": "10 Speed Automatic",
"VINs": [
{"VIN": "5J8TC2H55TL021379"},
{"VIN": "5J8TC2H55TL021380"}
],
"ExteriorColor": "Liquid Carbon Metallic",
"ExteriorColorMfgCode": "NH-885M",
"InteriorColor": "Ebony",
"InteriorColorCode": "EN",
"ModelMSRP": "48300.00",
"DHCost": "1450.00",
"NumberOnSite": 2,
"NumberInTransit": 0
},
{
"DealerNumber": "251633",
"ModelId": "TC2H4TKNW",
"ModelYear": "2026",
"ModelGroupName": "RDX",
"ModelTrim": "BASE",
"ModelMarketingName": "FWD",
"Transmission": "10A",
"TransmissionMarketingName": "10 Speed Automatic",
"VINs": [
{"VIN": "5J8TC2H44TL009111"},
{"VIN": "5J8TC2H44TL009112"},
{"VIN": "5J8TC2H44TL009113"}
],
"ExteriorColor": "Platinum White Pearl",
"ExteriorColorMfgCode": "NH-883P",
"InteriorColor": "Graystone",
"InteriorColorCode": "GS",
"ModelMSRP": "41300.00",
"DHCost": "1450.00",
"NumberOnSite": 3,
"NumberInTransit": 0
},
{
"DealerNumber": "251634",
"ModelId": "TC2H5TKNW",
"ModelYear": "2026",
"ModelGroupName": "RDX",
"ModelTrim": "4TECH",
"ModelMarketingName": "SH-AWD with Technology Package",
"Transmission": "10A",
"TransmissionMarketingName": "10 Speed Automatic",
"VINs": [
{"VIN": "5J8TC2H55TL021381"},
{"VIN": "5J8TC2H55TL021382"}
],
"ExteriorColor": "Performance Red Pearl",
"ExteriorColorMfgCode": "R-569P",
"InteriorColor": "Ebony",
"InteriorColorCode": "EN",
"ModelMSRP": "48300.00",
"DHCost": "1450.00",
"NumberOnSite": 2,
"NumberInTransit": 0
}
]
}
Acura-only inventory fields:
| Field | Notes |
|---|---|
ModelMarketingName | e.g. "SH-AWD with Technology Package" |
TransmissionMarketingName | e.g. "10 Speed Automatic" |
Coverage: One request per model series. 2026 Acura lineup has 4 series — see 2026 Model Series.
Vehicle Details
Per-series endpoint returning the full Build & Price configurator dataset: trim groups, models, MSRPs, color options, accessories, packages, and standard features. The response structure is identical between Honda and Acura; the same extractors are reused for both brands.
Honda — GET /platform/api/v1/vehicles/details/{year}/{series}
GET https://automobiles.honda.com/platform/api/v1/vehicles/details/{year}/{series}
Path parameters:
| Parameter | Example | Notes |
|---|---|---|
year | 2026 | 4-digit model year |
series | civic-sedan | Lowercase URL slug — see 2026 Model Series |
Sample response (~65–175 KB per series in production; fixture is trimmed):
Sample response
{
"UTCDateTimeGenerated": "2026-06-05T03:58:30.5045068Z",
"ModelYear": 2026,
"ModelSeriesName": "Civic Sedan",
"ModelSeriesItemName": "civic-sedan",
"DefaultModelId": "FE2F2TEW",
"DefaultTrimGroup": "LX",
"ModelBodyStyle": "Sedan",
"TrimGroups": [
{
"Name": "LX",
"Id": "5D516E6F506946308BB4F959C44D2201",
"IsHybridView": false,
"DefaultModelId": "FE2F2TEW",
"DefaultColorCombination": null,
"DefaultExteriorColor": "R-513",
"DefaultInteriorColor": "BK",
"MarketingModalURL": null,
"Models": [
{
"ModelId": "FE2F2TEW",
"BuildAndPriceOptions": {
"Standard": [
"CA57A07F08C74FDA899FEA940710A916",
"40D72EB3A4A241CD9F0108BD457B9CD5"
],
"OptionalMutuallyExclusive": [],
"OptionalNotMutuallyExclusive": [],
"NotAvailable": [
"EBA8F2D3292D45E09DCF1F0B41423543",
"A9E074CF0EEA4F62A4B0729659A73D41",
"AF44C76C6DFC4A15B8CE5EE6B86D9A67",
"0F4A3314A44A480E8C7E3E46597813B2",
"AA2FB6D53B824DB7A1E1C8E78B5DA82C",
"01A8B5DD426B4D19AC9D08F19E74DF04",
"C351136562FE4333A6F0D18EA5DBACD0",
"B14DDD7D2D364966B0B132A04F5BF5EB",
"E1E1484FA4064054AD750CA3B82C2D16",
"03E2554DB7A54EF5A2DDF663CEC99A67",
"68B8F146B71645A29AE24C1D79C70B1E",
"B77DFB77454B4D26BEBC3EBA37CC3699",
"71315F3A8EAD40A983AE321D8464D855",
"0B4B9351E169472DAEFA159C2C0B04B3",
"4B7415F3FE1A429EA7DC7967EAA100B1",
"FAC280C3633E457A970C47F41D0C7A9D"
],
"Hidden": []
},
"ModelName": "CIVIC 4D LX",
"ModelShortName": "Civic LX Sedan",
"ModelMarketingName": "Civic Sedan LX CVT",
"ModelMarketingDescription": "Civic Sedan LX",
"MSRP": "24695.00",
"ModelYear": "2026",
"DestinationHandling": "1195",
"LaborRate": "0",
"TotalPrice": "0",
"TotalDealerPrice": "0",
"isLeased": false,
"Lease": null,
"DealerNumber": "",
"ExteriorColors": [
{
"ColorIdent": "302",
"ColorName": "Rallye Red",
"ColorType": "E",
"ColorCode": "RE",
"ColorMfgCode": "R-513",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": [],
"dco-color-index": null
},
{
"ColorIdent": "8083",
"ColorName": "Crystal Black Pearl",
"ColorType": "E",
"ColorCode": "BK",
"ColorMfgCode": "NH-731P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": [],
"dco-color-index": null
},
{
"ColorIdent": "8889",
"ColorName": "Platinum White Pearl",
"ColorType": "E",
"ColorCode": "WB",
"ColorMfgCode": "NH-883P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": [],
"dco-color-index": null
},
{
"ColorIdent": "9149",
"ColorName": "Meteorite Gray Metallic",
"ColorType": "E",
"ColorCode": "GC",
"ColorMfgCode": "NH-904M",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": [],
"dco-color-index": null
},
{
"ColorIdent": "9519",
"ColorName": "Solar Silver Metallic",
"ColorType": "E",
"ColorCode": "SB",
"ColorMfgCode": "NH-932M",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": [],
"dco-color-index": null
},
{
"ColorIdent": "9558",
"ColorName": "Blue Lagoon Pearl",
"ColorType": "E",
"ColorCode": "BL",
"ColorMfgCode": "B-645P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": [],
"dco-color-index": null
}
],
"InteriorColors": [
{
"ColorIdent": "401",
"ColorName": "Black",
"ColorType": "I",
"ColorCode": "BK",
"ColorMfgCode": "",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"ColorComboList": {
"R-513": {
"PriceDelta": "0",
"InteriorColors": [
{
"ColorCode": "BK",
"InteriorPriceDelta": "0",
"ExteriorColorCode": "RE",
"ExteriorMfgColorCodeExtension": "",
"IsDefaultInteriorColor": false
}
]
},
"NH-731P": {
"PriceDelta": "0",
"InteriorColors": [
{
"ColorCode": "BK",
"InteriorPriceDelta": "0",
"ExteriorColorCode": "BK",
"ExteriorMfgColorCodeExtension": "",
"IsDefaultInteriorColor": false
}
]
},
"NH-883P": {
"PriceDelta": "455.00",
"InteriorColors": [
{
"ColorCode": "BK",
"InteriorPriceDelta": "0",
"ExteriorColorCode": "WX",
"ExteriorMfgColorCodeExtension": "",
"IsDefaultInteriorColor": false
}
]
},
"NH-904M": {
"PriceDelta": "0",
"InteriorColors": [
{
"ColorCode": "BK",
"InteriorPriceDelta": "0",
"ExteriorColorCode": "GC",
"ExteriorMfgColorCodeExtension": "",
"IsDefaultInteriorColor": false
}
]
},
"NH-932M": {
"PriceDelta": "0",
"InteriorColors": [
{
"ColorCode": "BK",
"InteriorPriceDelta": "0",
"ExteriorColorCode": "SA",
"ExteriorMfgColorCodeExtension": "",
"IsDefaultInteriorColor": false
}
]
},
"B-645P": {
"PriceDelta": "455.00",
"InteriorColors": [
{
"ColorCode": "BK",
"InteriorPriceDelta": "0",
"ExteriorColorCode": "BL",
"ExteriorMfgColorCodeExtension": "",
"IsDefaultInteriorColor": false
}
]
}
},
"ModelOptionPackageList": [
{
"OpCode": "CIVIC26302",
"TotalOptions": 3,
"TotalPrice": "470.00",
"TotalDealerPrice": "",
"TotalSelectedOptions": 0,
"IsSelected": false,
"IsPPO": false,
"IncludedOptionsList": [
{
"OpCode": "CIVIC26020",
"IsSelected": false
},
{
"OpCode": "CIVIC26424",
"IsSelected": false
},
{
"OpCode": "CIVIC26805",
"IsSelected": false
}
]
}
],
"ModelAssetList": [
{
"AssetId": "1490975",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DLX_2026_SolarSilverMetallic_FE2F2TEW_NH-932M.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34FRONT",
"AssetName": "CIVIC4DLX SolarSilverMetallic front",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "9519",
"ColorName": "Solar Silver Metallic",
"ColorType": "E",
"ColorCode": "SB",
"ColorMfgCode": "NH-932M",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1490976",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DLX_2026_RallyeRed_FE2F2TEW_R-513.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34FRONT",
"AssetName": "CIVIC4DLX RallyeRed front",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "302",
"ColorName": "Rallye Red",
"ColorType": "E",
"ColorCode": "RE",
"ColorMfgCode": "R-513",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1490977",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DLX_2026_PlatinumWhitePearl_FE2F2TEW_NH-883P.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34FRONT",
"AssetName": "CIVIC4DLX PlatinumWhitePearl front",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "8889",
"ColorName": "Platinum White Pearl",
"ColorType": "E",
"ColorCode": "WB",
"ColorMfgCode": "NH-883P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1490978",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DLX_2026_MeteoriteGrayMetallic_FE2F2TEW_NH-904M.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34FRONT",
"AssetName": "CIVIC4DLX MeteoriteGrayMetallic front",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "9149",
"ColorName": "Meteorite Gray Metallic",
"ColorType": "E",
"ColorCode": "GC",
"ColorMfgCode": "NH-904M",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1490979",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DLX_2026_CrystalBlackPearl_FE2F2TEW_NH-731P.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34FRONT",
"AssetName": "CIVIC4DLX CrystalBlackPearl front",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "8083",
"ColorName": "Crystal Black Pearl",
"ColorType": "E",
"ColorCode": "BK",
"ColorMfgCode": "NH-731P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1490980",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DLX_2026_BlueLagoonPearl_FE2F2TEW_B-645P.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34FRONT",
"AssetName": "CIVIC4DLX BlueLagoonPearl front",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "9558",
"ColorName": "Blue Lagoon Pearl",
"ColorType": "E",
"ColorCode": "BL",
"ColorMfgCode": "B-645P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1491004",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_rear_CIVIC4DLX_2026_SolarSilverMetallic_FE2F2TEW_NH-932M.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34REAR",
"AssetName": "CIVIC4DLX SolarSilverMetallic rear",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "9519",
"ColorName": "Solar Silver Metallic",
"ColorType": "E",
"ColorCode": "SB",
"ColorMfgCode": "NH-932M",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1491005",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_rear_CIVIC4DLX_2026_RallyeRed_FE2F2TEW_R-513.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34REAR",
"AssetName": "CIVIC4DLX RallyeRed rear",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "302",
"ColorName": "Rallye Red",
"ColorType": "E",
"ColorCode": "RE",
"ColorMfgCode": "R-513",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1491006",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_rear_CIVIC4DLX_2026_PlatinumWhitePearl_FE2F2TEW_NH-883P.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34REAR",
"AssetName": "CIVIC4DLX PlatinumWhitePearl rear",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "8889",
"ColorName": "Platinum White Pearl",
"ColorType": "E",
"ColorCode": "WB",
"ColorMfgCode": "NH-883P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1491007",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_rear_CIVIC4DLX_2026_MeteoriteGrayMetallic_FE2F2TEW_NH-904M.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34REAR",
"AssetName": "CIVIC4DLX MeteoriteGrayMetallic rear",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "9149",
"ColorName": "Meteorite Gray Metallic",
"ColorType": "E",
"ColorCode": "GC",
"ColorMfgCode": "NH-904M",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1491008",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_rear_CIVIC4DLX_2026_CrystalBlackPearl_FE2F2TEW_NH-731P.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34REAR",
"AssetName": "CIVIC4DLX CrystalBlackPearl rear",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "8083",
"ColorName": "Crystal Black Pearl",
"ColorType": "E",
"ColorCode": "BK",
"ColorMfgCode": "NH-731P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
},
{
"AssetId": "1491009",
"AssetPath": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/AW/Carshot/carshot_CivicSedan_rear_CIVIC4DLX_2026_BlueLagoonPearl_FE2F2TEW_B-645P.png",
"AssetTypeCode": "BASECAR",
"AssetViewCode": "34REAR",
"AssetName": "CIVIC4DLX BlueLagoonPearl rear",
"ZOrder": "",
"AssetColorList": [
{
"ColorIdent": "9558",
"ColorName": "Blue Lagoon Pearl",
"ColorType": "E",
"ColorCode": "BL",
"ColorMfgCode": "B-645P",
"PriceDelta": null,
"IsSelected": false,
"aColCustAttr": []
}
],
"cusAttrListCol": []
}
],
"ModelTextList": [
{
"TextId": "1263109",
"MarketingText": "2026%20CIVIC%204D%20LX",
"TextTypeCode": "TRIM_FN_NM"
},
{
"TextId": "1263113",
"MarketingText": "Civic%20LX%20Sedan",
"TextTypeCode": "MDLMKTNAME"
},
{
"TextId": "1263117",
"MarketingText": "2WD",
"TextTypeCode": "DRIVETRAIN"
},
{
"TextId": "1263121",
"MarketingText": "LX",
"TextTypeCode": "TRIMNAME"
},
{
"TextId": "1263125",
"MarketingText": "2.0L%204-Cylinder",
"TextTypeCode": "ENGINE"
},
{
"TextId": "1263129",
"MarketingText": "Continuously%20Variable%20Transmission",
"TextTypeCode": "TRANS"
},
{
"TextId": "1263133",
"MarketingText": "CVT",
"TextTypeCode": "SHORTTRANS"
},
{
"TextId": "1263137",
"MarketingText": "Civic",
"TextTypeCode": "SRSGRPNAME"
},
{
"TextId": "1263141",
"MarketingText": "2.0L",
"TextTypeCode": "SHRTENGINE"
},
{
"TextId": "1263145",
"MarketingText": "Civic%20LX%20Sedan",
"TextTypeCode": "SHORTNAME"
},
{
"TextId": "1263149",
"MarketingText": "Sedan",
"TextTypeCode": "BODYSTYLE"
},
{
"TextId": "1263153",
"MarketingText": "Civic%20LX%20Sedan",
"TextTypeCode": "MODELDESC"
}
],
"ModelAttributeList": [
{
"AttributeId": "9194",
"AttributeName": "29",
"AttributeType": "AVG_MPG"
},
{
"AttributeId": "4507",
"AttributeName": "32",
"AttributeType": "City Fuel Efficiency"
},
{
"AttributeId": "4572",
"AttributeName": "36",
"AttributeType": "COMB_MPG"
},
{
"AttributeId": "144",
"AttributeName": "4",
"AttributeType": "DOORS"
},
{
"AttributeId": "3728",
"AttributeName": "41",
"AttributeType": "Highway Fuel Efficiency"
},
{
"AttributeId": "153",
"AttributeName": "CVT",
"AttributeType": "TRANS"
},
{
"AttributeId": "24",
"AttributeName": "LX",
"AttributeType": "TRIM"
}
],
"ModelCustomAttributeList": [],
"ModelFeatureList": [],
"ModelFIFCategoryList": [],
"ModelFIFList": [],
"ModelOptionList": [
{
"OpCode": "CIVIC26001",
"OptionName": "Underbody%20Spoiler-Front",
"OptionStandardQuantity": "1",
"OptionLaborTime": "1.00",
"OptionPrice": "365.00",
"OptionDealerPrice": "365.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [
{
"ColorIdent": "302",
"ColorName": "Rallye Red",
"ColorType": "E",
"ColorCode": "RE",
"ColorMfgCode": "R-513",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08F01-T20-190A"
},
{
"ColorIdent": "8083",
"ColorName": "Crystal Black Pearl",
"ColorType": "E",
"ColorCode": "BK",
"ColorMfgCode": "NH-731P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08F01-T20-180A"
},
{
"ColorIdent": "8889",
"ColorName": "Platinum White Pearl",
"ColorType": "E",
"ColorCode": "WB",
"ColorMfgCode": "NH-883P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08F01-T20-130A"
},
{
"ColorIdent": "9149",
"ColorName": "Meteorite Gray Metallic",
"ColorType": "E",
"ColorCode": "GC",
"ColorMfgCode": "NH-904M",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08F01-T20-170A"
},
{
"ColorIdent": "9519",
"ColorName": "Solar Silver Metallic",
"ColorType": "E",
"ColorCode": "SB",
"ColorMfgCode": "NH-932M",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08F01-T20-1Z0A"
},
{
"ColorIdent": "9558",
"ColorName": "Blue Lagoon Pearl",
"ColorType": "E",
"ColorCode": "BL",
"ColorMfgCode": "B-645P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08F01-T20-1P0A"
}
],
"OptionTextList": [
{
"TextId": "1262980",
"MarketingText": "Underbody%20Spoiler-Front",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262981",
"MarketingText": "Underbody%20Spoiler-Front",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262982",
"MarketingText": "Underbody%20Spoiler-Front",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262983",
"MarketingText": "Underbody%20Spoiler-Front",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262985",
"MarketingText": "Underbody%20Spoiler-Front",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262986",
"MarketingText": "Underbody%20Spoiler-Front",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263041",
"MarketingText": "Elevate%20your%20Civic%27s%20appeal%20with%20enhanced%20design%20courtesy%20of%20the%20Front%20Underbody%20Spoiler.%20It%20adds%20a%20sporty%2C%20customized%20appearance%20that%u2019s%20bound%20to%20turn%20heads.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263042",
"MarketingText": "Elevate%20your%20Civic%27s%20appeal%20with%20enhanced%20design%20courtesy%20of%20the%20Front%20Underbody%20Spoiler.%20It%20adds%20a%20sporty%2C%20customized%20appearance%20that%u2019s%20bound%20to%20turn%20heads.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263043",
"MarketingText": "Elevate%20your%20Civic%27s%20appeal%20with%20enhanced%20design%20courtesy%20of%20the%20Front%20Underbody%20Spoiler.%20It%20adds%20a%20sporty%2C%20customized%20appearance%20that%u2019s%20bound%20to%20turn%20heads.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263044",
"MarketingText": "Elevate%20your%20Civic%27s%20appeal%20with%20enhanced%20design%20courtesy%20of%20the%20Front%20Underbody%20Spoiler.%20It%20adds%20a%20sporty%2C%20customized%20appearance%20that%u2019s%20bound%20to%20turn%20heads.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263046",
"MarketingText": "Elevate%20your%20Civic%27s%20appeal%20with%20enhanced%20design%20courtesy%20of%20the%20Front%20Underbody%20Spoiler.%20It%20adds%20a%20sporty%2C%20customized%20appearance%20that%u2019s%20bound%20to%20turn%20heads.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263047",
"MarketingText": "Elevate%20your%20Civic%27s%20appeal%20with%20enhanced%20design%20courtesy%20of%20the%20Front%20Underbody%20Spoiler.%20It%20adds%20a%20sporty%2C%20customized%20appearance%20that%u2019s%20bound%20to%20turn%20heads.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26002",
"OptionName": "Body%20Side%20Molding",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.40",
"OptionPrice": "250.00",
"OptionDealerPrice": "250.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [
{
"ColorIdent": "302",
"ColorName": "Rallye Red",
"ColorType": "E",
"ColorCode": "RE",
"ColorMfgCode": "R-513",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P05-T20-190"
},
{
"ColorIdent": "8083",
"ColorName": "Crystal Black Pearl",
"ColorType": "E",
"ColorCode": "BK",
"ColorMfgCode": "NH-731P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P05-T20-180"
},
{
"ColorIdent": "8889",
"ColorName": "Platinum White Pearl",
"ColorType": "E",
"ColorCode": "WB",
"ColorMfgCode": "NH-883P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P05-T20-130"
},
{
"ColorIdent": "9149",
"ColorName": "Meteorite Gray Metallic",
"ColorType": "E",
"ColorCode": "GC",
"ColorMfgCode": "NH-904M",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P05-T20-170"
},
{
"ColorIdent": "9519",
"ColorName": "Solar Silver Metallic",
"ColorType": "E",
"ColorCode": "SB",
"ColorMfgCode": "NH-932M",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P05-T20-1Z0"
},
{
"ColorIdent": "9558",
"ColorName": "Blue Lagoon Pearl",
"ColorType": "E",
"ColorCode": "BL",
"ColorMfgCode": "B-645P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P05-T20-1G0"
}
],
"OptionTextList": [
{
"TextId": "1262987",
"MarketingText": "Body%20Side%20Molding",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262988",
"MarketingText": "Body%20Side%20Molding",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262989",
"MarketingText": "Body%20Side%20Molding",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262990",
"MarketingText": "Body%20Side%20Molding",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262992",
"MarketingText": "Body%20Side%20Molding",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262993",
"MarketingText": "Body%20Side%20Molding",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263048",
"MarketingText": "Body%20Side%20Molding%20accentuates%20the%20styling%20of%20the%20Civic%20Sedan%2C%20but%20there%u2019s%20more%20to%20it%20than%20just%20good%20looks.%20It%u2019s%20ideally%20positioned%20where%20the%20side%20panel%20extends%20out%20the%20most%2C%20in%20order%20to%20help%20protect%20against%20door%20dings%20and%20scratches.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263049",
"MarketingText": "Body%20Side%20Molding%20accentuates%20the%20styling%20of%20the%20Civic%20Sedan%2C%20but%20there%u2019s%20more%20to%20it%20than%20just%20good%20looks.%20It%u2019s%20ideally%20positioned%20where%20the%20side%20panel%20extends%20out%20the%20most%2C%20in%20order%20to%20help%20protect%20against%20door%20dings%20and%20scratches.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263050",
"MarketingText": "Body%20Side%20Molding%20accentuates%20the%20styling%20of%20the%20Civic%20Sedan%2C%20but%20there%u2019s%20more%20to%20it%20than%20just%20good%20looks.%20It%u2019s%20ideally%20positioned%20where%20the%20side%20panel%20extends%20out%20the%20most%2C%20in%20order%20to%20help%20protect%20against%20door%20dings%20and%20scratches.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263051",
"MarketingText": "Body%20Side%20Molding%20accentuates%20the%20styling%20of%20the%20Civic%20Sedan%2C%20but%20there%u2019s%20more%20to%20it%20than%20just%20good%20looks.%20It%u2019s%20ideally%20positioned%20where%20the%20side%20panel%20extends%20out%20the%20most%2C%20in%20order%20to%20help%20protect%20against%20door%20dings%20and%20scratches.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263053",
"MarketingText": "Body%20Side%20Molding%20accentuates%20the%20styling%20of%20the%20Civic%20Sedan%2C%20but%20there%u2019s%20more%20to%20it%20than%20just%20good%20looks.%20It%u2019s%20ideally%20positioned%20where%20the%20side%20panel%20extends%20out%20the%20most%2C%20in%20order%20to%20help%20protect%20against%20door%20dings%20and%20scratches.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263054",
"MarketingText": "Body%20Side%20Molding%20accentuates%20the%20styling%20of%20the%20Civic%20Sedan%2C%20but%20there%u2019s%20more%20to%20it%20than%20just%20good%20looks.%20It%u2019s%20ideally%20positioned%20where%20the%20side%20panel%20extends%20out%20the%20most%2C%20in%20order%20to%20help%20protect%20against%20door%20dings%20and%20scratches.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26005",
"OptionName": "Trunk%20Tray%20Dividers%20%28w/%20Trunk%20Tray%29",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.10",
"OptionPrice": "70.00",
"OptionDealerPrice": "70.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [
"CIVIC26424"
],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1262994",
"MarketingText": "Trunk%20Tray%20Dividers%20%28w/%20Trunk%20Tray%29",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263055",
"MarketingText": "The%20Trunk%20Tray%20Dividers%20help%20to%20store%20groceries%2C%20sporting%20goods%2C%20small%20luggage%2C%20etc.%20The%20moveable%20dividers%20are%20adjustable%20to%20add%20even%20more%20flexibility%20and%20convenience.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26009",
"OptionName": "Door%20Edge%20Guard",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.40",
"OptionPrice": "130.00",
"OptionDealerPrice": "130.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [
"CIVIC26458"
],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [
{
"ColorIdent": "302",
"ColorName": "Rallye Red",
"ColorType": "E",
"ColorCode": "RE",
"ColorMfgCode": "R-513",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P20-T20-190"
},
{
"ColorIdent": "8083",
"ColorName": "Crystal Black Pearl",
"ColorType": "E",
"ColorCode": "BK",
"ColorMfgCode": "NH-731P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P20-T20-180"
},
{
"ColorIdent": "8889",
"ColorName": "Platinum White Pearl",
"ColorType": "E",
"ColorCode": "WB",
"ColorMfgCode": "NH-883P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P20-T20-130"
},
{
"ColorIdent": "9149",
"ColorName": "Meteorite Gray Metallic",
"ColorType": "E",
"ColorCode": "GC",
"ColorMfgCode": "NH-904M",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P20-T20-170"
},
{
"ColorIdent": "9519",
"ColorName": "Solar Silver Metallic",
"ColorType": "E",
"ColorCode": "SB",
"ColorMfgCode": "NH-932M",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P20-T20-1Z0"
},
{
"ColorIdent": "9558",
"ColorName": "Blue Lagoon Pearl",
"ColorType": "E",
"ColorCode": "BL",
"ColorMfgCode": "B-645P",
"PriceDelta": "",
"IsSelected": false,
"PartNumber": "08P20-T20-1P0"
}
],
"OptionTextList": [
{
"TextId": "1262995",
"MarketingText": "Door%20Edge%20Guard",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262996",
"MarketingText": "Door%20Edge%20Guard",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262997",
"MarketingText": "Door%20Edge%20Guard",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1262998",
"MarketingText": "Door%20Edge%20Guard",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263000",
"MarketingText": "Door%20Edge%20Guard",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263001",
"MarketingText": "Door%20Edge%20Guard",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263056",
"MarketingText": "Door%20Edge%20Guards%20help%20protect%20your%20doors%20from%20nicks%20and%20scrapes%20that%20can%20be%20expensive%20to%20repair.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263057",
"MarketingText": "Door%20Edge%20Guards%20help%20protect%20your%20doors%20from%20nicks%20and%20scrapes%20that%20can%20be%20expensive%20to%20repair.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263058",
"MarketingText": "Door%20Edge%20Guards%20help%20protect%20your%20doors%20from%20nicks%20and%20scrapes%20that%20can%20be%20expensive%20to%20repair.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263059",
"MarketingText": "Door%20Edge%20Guards%20help%20protect%20your%20doors%20from%20nicks%20and%20scrapes%20that%20can%20be%20expensive%20to%20repair.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263061",
"MarketingText": "Door%20Edge%20Guards%20help%20protect%20your%20doors%20from%20nicks%20and%20scrapes%20that%20can%20be%20expensive%20to%20repair.",
"TextTypeCode": "ACCDESC_en"
},
{
"TextId": "1263062",
"MarketingText": "Door%20Edge%20Guards%20help%20protect%20your%20doors%20from%20nicks%20and%20scrapes%20that%20can%20be%20expensive%20to%20repair.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26012",
"OptionName": "Rear%20Passenger%20Window%20Shade",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.50",
"OptionPrice": "195.00",
"OptionDealerPrice": "195.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263003",
"MarketingText": "Rear%20Passenger%20Window%20Shade",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263064",
"MarketingText": "Designed%20by%20Honda%20engineers%20specifically%20for%20your%20new%20Honda%2C%20the%20Rear%20Passenger%20Window%20Shades%20provide%20added%20comfort%20for%20your%20rear%20seated%20passengers%20by%20shielding%20them%20from%20the%20sun%u2019s%20heat%20and%20glare.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26013",
"OptionName": "Engine%20Block%20Heater",
"OptionStandardQuantity": "1",
"OptionLaborTime": "1.40",
"OptionPrice": "92.00",
"OptionDealerPrice": "92.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263004",
"MarketingText": "Engine%20Block%20Heater",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263065",
"MarketingText": "If%20you%20live%20or%20travel%20in%20areas%20that%20experience%20freezing%20temperatures%2C%20you%20know%20how%20vital%20an%20Engine%20Block%20Heater%20can%20be.%20It%u2019ll%20help%20your%20Civic%20start%20faster%20in%20freezing%20weather%20and%20greatly%20reduce%20wear%20and%20tear%20on%20your%20battery%20and%20engine.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26020",
"OptionName": "Splash%20Guard%20Set",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.60",
"OptionPrice": "135.00",
"OptionDealerPrice": "135.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [
"CIVIC26302"
],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263006",
"MarketingText": "Splash%20Guard%20Set",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263067",
"MarketingText": "Splash%20Guards%20are%20a%20nice%20finishing%20touch.%20They%20give%20your%20Civic%20Sedan%20a%20great%20look%20and%20help%20protect%20your%20paint%20from%20chips%20and%20stains.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26021",
"OptionName": "Door%20Sill%20Protection%20Film",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.40",
"OptionPrice": "115.00",
"OptionDealerPrice": "115.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [
"CIVIC26919"
],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263007",
"MarketingText": "Door%20Sill%20Protection%20Film",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263068",
"MarketingText": "The%20Door%20Sill%20Protection%20Film%20helps%20provide%20the%20lower%20door%20sill%20with%20protection%20from%20scuffing.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26023",
"OptionName": "Rear%20Bumper%20Applique",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.30",
"OptionPrice": "80.00",
"OptionDealerPrice": "80.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263009",
"MarketingText": "Rear%20Bumper%20Applique",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263070",
"MarketingText": "Save%20yourself%20the%20disappointment%20of%20a%20scratched%20bumper%20with%20the%20Rear%20Bumper%20Appliqu%E9.%20It%20provides%20extra%20protection%20when%20loading%20and%20unloading%20the%20trunk.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26025",
"OptionName": "First%20Aid%20Kit",
"OptionStandardQuantity": "1",
"OptionLaborTime": "",
"OptionPrice": "35.00",
"OptionDealerPrice": "35.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263011",
"MarketingText": "First%20Aid%20Kit",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263072",
"MarketingText": "This%20First-Aid%20Kit%20includes%20a%20first-aid%20manual%20and%20basic%20first-aid%20supplies%20to%20help%20manage%20minor%20injuries.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26035",
"OptionName": "Emblem-Front%20and%20Rear%20H-Mark%20and%20Civic%2C%20Gloss%20Blac",
"OptionStandardQuantity": "1",
"OptionLaborTime": "1.20",
"OptionPrice": "135.00",
"OptionDealerPrice": "135.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263015",
"MarketingText": "Emblem-Front%20and%20Rear%20H-Mark%20and%20Civic%2C%20Gloss%20Blac",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263076",
"MarketingText": "If%20attention%20to%20detail%20is%20important%20to%20you%20then%20you%u2019re%20sure%20to%20love%20the%20look%20of%20the%20Gloss%20Black%20H-Mark%20and%20Civic%20Emblems.%20Their%20bold%20feature%20not%20only%20completes%20the%20original%20unique%20exterior%20style%20of%20your%20Civic%2C%20but%20also%20accentuates%20it.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26036",
"OptionName": "Underbody%20Spoiler-Rear",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.80",
"OptionPrice": "330.00",
"OptionDealerPrice": "330.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263016",
"MarketingText": "Underbody%20Spoiler-Rear",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263077",
"MarketingText": "Turn%20heads%20with%20accentuated%20aerodynamic%20styling%20created%20by%20the%20rear%20underbody%20spoiler.%20It%20adds%20a%20sporty%2C%20low-profile%20custom%20look%20that%u2019s%20going%20to%20get%20oohs%20and%20aahs.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26037",
"OptionName": "Contoured%20High%20Wall%20Carpet%20Floor%20Mat",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.10",
"OptionPrice": "200.00",
"OptionDealerPrice": "200.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [
"CIVIC26805"
],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263017",
"MarketingText": "Contoured%20High%20Wall%20Carpet%20Floor%20Mat",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263078",
"MarketingText": "Contoured%20High-Wall%20Carpet%20Floor%20Mats%20offer%20protection%2C%20durability%20and%20easy%20cleaning%2C%20all%20while%20maintaining%20the%20feeling%20of%20carpeting%20underfoot.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26039",
"OptionName": "Alloy%20Wheel%20Swap%20Up%20to%2018%22",
"OptionStandardQuantity": "4",
"OptionLaborTime": "1.60",
"OptionPrice": "1600.00",
"OptionDealerPrice": "1600.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263019",
"MarketingText": "18-in%20Black%20Coal%20Alloy%20Wheels",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263080",
"MarketingText": "The%20perfect%20way%20to%20add%20extra%20wow%20factor%20to%20your%20new%20Civic.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26044",
"OptionName": "Underbody%20Spoiler-Side",
"OptionStandardQuantity": "1",
"OptionLaborTime": "1.00",
"OptionPrice": "420.00",
"OptionDealerPrice": "420.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263022",
"MarketingText": "Underbody%20Spoiler-Side",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263083",
"MarketingText": "Turn%20heads%20with%20accentuated%20aerodynamic%20styling%20created%20by%20the%20Side%20Underbody%20Spoilers.%20They%20add%20a%20sporty%2C%20low-profile%20custom%20look%20that%u2019s%20going%20to%20get%20oohs%20and%20aahs.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26045",
"OptionName": "Decklid%20Spoiler",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.70",
"OptionPrice": "360.00",
"OptionDealerPrice": "360.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263023",
"MarketingText": "Decklid%20Spoiler",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263084",
"MarketingText": "The%20Decklid%20Spoiler%20adds%20a%20subtle%2C%20tasteful%20enhancement%20that%20makes%20a%20big%20contribution%20to%20the%20sleek%20aerodynamics%20of%20your%20Civic%20Sedan.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26054",
"OptionName": "Door%20Visors%2C%20Chrome",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.50",
"OptionPrice": "236.00",
"OptionDealerPrice": "236.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263026",
"MarketingText": "Door%20Visors%2C%20Chrome",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263087",
"MarketingText": "Enjoy%20some%20fresh%20air%2C%20even%20when%20the%20weather%20isn%u2019t%20ideal%2C%20with%20Door%20Visors.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26059",
"OptionName": "Ash%20Tray",
"OptionStandardQuantity": "1",
"OptionLaborTime": "",
"OptionPrice": "23.00",
"OptionDealerPrice": "23.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263030",
"MarketingText": "Ash%20Tray",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263091",
"MarketingText": "The%20convenient%20cup-style%20Ashtray%20is%20removable%20for%20easy%20cleaning.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26061",
"OptionName": "Valve%20Stem%20Caps-H-Mark%2C%20Black",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.10",
"OptionPrice": "25.00",
"OptionDealerPrice": "25.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263032",
"MarketingText": "Valve%20Stem%20Caps-H-Mark%2C%20Black",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263093",
"MarketingText": "The%20Valve%20Stem%20Caps%20add%20an%20attractive%20detail%20to%20your%20tires.%20And%20because%20they%20are%20made%20by%20Honda%2C%20specifically%20for%20your%20Honda%2C%20fit%20and%20finish%20is%20unmatched.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26302",
"OptionName": "All%20Season%20Protection%20Package%20I",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.80",
"OptionPrice": "470.00",
"OptionDealerPrice": "470.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [
"CIVIC26020",
"CIVIC26424",
"CIVIC26805"
],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263034",
"MarketingText": "All%20Season%20Protection%20Package%20I",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263095",
"MarketingText": "Includes%20All-Season%20Floor%20Mats%2C%20Splash%20Guard%20Set%20and%20Trunk%20Tray",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26308",
"OptionName": "Emblem-Front%20and%20Rear%20H-Mark%2C%20Gloss%20Black",
"OptionStandardQuantity": "1",
"OptionLaborTime": "1.00",
"OptionPrice": "80.00",
"OptionDealerPrice": "80.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263038",
"MarketingText": "Emblem-Front%20and%20Rear%20H-Mark%2C%20Gloss%20Black",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263099",
"MarketingText": "If%20attention%20to%20detail%20is%20important%20to%20you%20then%20you%u2019re%20sure%20to%20love%20the%20look%20of%20the%20Gloss%20Black%20Emblems.%20Their%20bold%20feature%20not%20only%20completes%20the%20original%20unique%20exterior%20style%20of%20your%20Civic%2C%20but%20also%20accentuates%20it.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26424",
"OptionName": "Trunk%20Tray",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.10",
"OptionPrice": "135.00",
"OptionDealerPrice": "135.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [
"CIVIC26005"
],
"IncludedByList": [
"CIVIC26302"
],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263010",
"MarketingText": "Trunk%20Tray",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263071",
"MarketingText": "The%20things%20you%20haul%20in%20your%20trunk%20often%20spill%2C%20leave%20stains%20or%20otherwise%20mar%20the%20original%20carpeting%2C%20making%20a%20Trunk%20Tray%20a%20wise%20investment.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26438",
"OptionName": "Door%20Handle%20Film",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.40",
"OptionPrice": "60.00",
"OptionDealerPrice": "60.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263018",
"MarketingText": "Door%20Handle%20Film",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263079",
"MarketingText": "Transparent%2C%20urethane%20film%20in%20the%20well%20of%20the%20door%20handle%20helps%20safeguard%20the%20paint%20finish%20from%20unsightly%20scratches%20from%20nails%2C%20jewelry%2C%20and%20keys.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26458",
"OptionName": "Door%20Edge%20Film",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.50",
"OptionPrice": "60.00",
"OptionDealerPrice": "60.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [
"CIVIC26009"
],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263029",
"MarketingText": "Door%20Edge%20Film",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263090",
"MarketingText": "Help%20protect%20against%20unsightly%20nicks%20and%20scrapes%20around%20your%20door%20edges%20with%20Door%20Edge%20Film.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26605",
"OptionName": "Valve%20Stem%20Caps-H-Mark%2C%20Black",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.10",
"OptionPrice": "25.00",
"OptionDealerPrice": "25.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26606",
"OptionName": "Valve%20Stem%20Caps-H-Mark%2C%20Chrome",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.10",
"OptionPrice": "25.00",
"OptionDealerPrice": "25.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26805",
"OptionName": "All-Season%20Floor%20Mats",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.10",
"OptionPrice": "200.00",
"OptionDealerPrice": "200.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [
"CIVIC26037"
],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [
"CIVIC26302"
],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263039",
"MarketingText": "All-Season%20Floor%20Mats",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263100",
"MarketingText": "%3Cp%3EThe%20extended%20sidewalls%20of%20the%20All-Season%20Floor%20Mats%20add%20extra%20protection%20to%20shield%20your%20original%20carpets%20from%20the%20wear%20and%20tear%20of%20everyday%20driving.%3C/p%3E%0A%3Cul%3E%0A%20%20%20%20%3Cli%3ESpecially%20designed%20to%20trap%20dirt%3C/li%3E%0A%20%20%20%20%3Cli%3EMade%20of%20durable%2C%20all-weather%20material%3C/li%3E%0A%20%20%20%20%3Cli%3EEasily%20cleaned%20with%20mild%20soap%20and%20water%3C/li%3E%0A%20%20%20%20%3Cli%3ECustom%20appearance%20thanks%20to%20the%20molded%20logo%3C/li%3E%0A%3C/ul%3E%0A%3Cp%3E%3Cem%3E*Not%20intended%20for%20use%20with%20other%20floor%20mats.%3Cbr%3E%0AAlways%20secure%20floor%20mats%20with%20your%20car%u2019s%20floor-mat%20anchors.%3C/em%3E%3C/p%3E",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26919",
"OptionName": "Illuminated%20Side%20Sill",
"OptionStandardQuantity": "1",
"OptionLaborTime": "1.10",
"OptionPrice": "330.00",
"OptionDealerPrice": "330.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [
"CIVIC26021"
],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263005",
"MarketingText": "Illuminated%20Side%20Sill",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263066",
"MarketingText": "A%20finishing%20touch%20that%20is%20subtle%2C%20tasteful%20and%20definitely%20upscale.%20Illuminated%20Door%20Sill%20Trim%20dresses%20up%20the%20interior%20while%20helping%20protect%20the%20lower%20door%20sill%20from%20scuff%20marks.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26926",
"OptionName": "Cargo%20Hook",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.20",
"OptionPrice": "15.00",
"OptionDealerPrice": "15.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263012",
"MarketingText": "Cargo%20Hook",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263073",
"MarketingText": "Avoid%20having%20to%20pick%20up%20groceries%20and%20other%20items%20that%20have%20spilled%20out%20of%20their%20bags%20and%20scattered%20all%20around%20the%20trunk%20or%20under%20seats.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26946",
"OptionName": "Cargo%20Net",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.40",
"OptionPrice": "60.00",
"OptionDealerPrice": "60.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263024",
"MarketingText": "Cargo%20Net",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263085",
"MarketingText": "The%20Cargo%20Net%20helps%20keep%20your%20grocery%20bags%20upright%20and%20holds%20most%20loose%20items%20securely%20in%20place.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
},
{
"OpCode": "CIVIC26956",
"OptionName": "Premium%20Cabin%20Air%20Filter%20%28L%29",
"OptionStandardQuantity": "1",
"OptionLaborTime": "0.20",
"OptionPrice": "62.00",
"OptionDealerPrice": "62.00",
"IsPPO": false,
"OptionAssetList": [],
"ExcludeList": [],
"RequiredList": [],
"IncludeList": [],
"RequiredByList": [],
"IncludedByList": [],
"OptionToFIFRules": {
"RequireRules": [],
"ExcludeRules": [],
"RequiredByRules": [],
"ExcludedByRules": []
},
"OptionColorList": [],
"OptionTextList": [
{
"TextId": "1263028",
"MarketingText": "Premium%20Cabin%20Air%20Filter%20%28L%29",
"TextTypeCode": "ACCNAME_en"
},
{
"TextId": "1263089",
"MarketingText": "Protect%20your%20loved%20ones.%204%20protective%20filter%20layers%20filters%20nearly%20100%25%20of%20fine%20particles.",
"TextTypeCode": "ACCDESC_en"
}
],
"OptionCustomAttributeList": [],
"DisplayGroups": []
}
],
"FabricType": "cloth",
"ModelHighlightFeature": "CVT",
"ExteriorIs360": false,
"InteriorIs360": true,
"InteriorImageCutline": "",
"VehicleOverview": "<div>\n<strong>32/41</strong> <span>CITY/HWY MPG RTG<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Fuel-Economy Ratings. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Fuel-Economy Ratings\" data-hrt-disclaimers-content=\"32 city/41 highway/36 combined mpg rating for LX. 31 city/39 highway/34 combined mpg rating for Sport. 50 city/47 highway/49 combined mpg rating for Sport Hybrid and Sport Touring Hybrid. Based on 2026 EPA mileage ratings. Use for comparison purposes only. Your mileage will vary depending on how you drive and maintain your vehicle, driving conditions, battery-pack age/condition (hybrid trims) and other factors.\">*</button></span>\n</div>\n<div>\n<strong>150</strong> <span>HORSEPOWER<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Civic 2.0L Horsepower. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Civic 2.0L Horsepower\" data-hrt-disclaimers-content=\"150 hp @ 6400 rpm (SAE net)\">*</button></span>\n</div>\n<div>\n<strong>16\"</strong>\n<span>WHEELS</span>\n</div>",
"KeyFeatures": {
"Name": "LX",
"Keys": [
{
"Id": "56ce91e8-03b4-41e8-a439-03d24612f816",
"Key": {
"Id": "b7bfbdde-c583-49e3-adff-87a000d072c0",
"Key": "150-hp-engine",
"Category": "Performance"
},
"DisplayName": "150-hp Engine",
"NotAvailableContent": "",
"IconPath": ""
},
{
"Id": "f5dc9ab2-0a0a-4b07-99ca-eee384bbab97",
"Key": {
"Id": "21d11249-d8d4-4297-8748-423c9e87c1a9",
"Key": "honda-sensing-cmbs",
"Category": "Safety"
},
"DisplayName": "Collision Mitigation Braking System\u2122",
"NotAvailableContent": "Collision Mitigation Braking System\u2122",
"IconPath": ""
},
{
"Id": "dcfb8278-5e01-4055-8aa7-f4bcd02a7202",
"Key": {
"Id": "0684181e-57b9-4774-a199-41119f25caf6",
"Key": "apple-carplay",
"Category": "Technology"
},
"DisplayName": "Apple CarPlay\u00ae Compatibility",
"NotAvailableContent": "",
"IconPath": ""
},
{
"Id": "771c1ec9-d2f7-4605-aa8f-83ec810c3638",
"Key": {
"Id": "6b3ea8e0-8c5c-43a8-a357-52b6c8ecf95c",
"Key": "led-headlights",
"Category": "Exterior"
},
"DisplayName": "LED Headlights",
"NotAvailableContent": "",
"IconPath": ""
},
{
"Id": "c014718e-d3fc-4927-9da5-2c796d769915",
"Key": {
"Id": "e67f2cef-37a1-41d6-ac7a-6c30f7b2363d",
"Key": "honda-sensing-rdm",
"Category": "Safety"
},
"DisplayName": "Road Departure Mitigation",
"NotAvailableContent": "Road Departure Mitigation System",
"IconPath": ""
},
{
"Id": "5dea8ed3-e91b-4138-870a-7bbc055a9a1c",
"Key": {
"Id": "cc5f2027-e381-4897-8648-b059e10a4398",
"Key": "rearview-camera",
"Category": "Safety"
},
"DisplayName": "Rearview Camera with Dynamic Guidelines",
"NotAvailableContent": "",
"IconPath": ""
}
],
"Features": [
{
"IsStandard": true,
"Id": "d4d3b481-057b-4ff9-bf3a-49b708e28469",
"FeatureId": "150hp",
"Keys": [
{
"Id": "35aa3822-5008-4e90-b762-568653893c6b",
"Key": "engine",
"Category": "Performance"
},
{
"Id": "b7bfbdde-c583-49e3-adff-87a000d072c0",
"Key": "150-hp-engine",
"Category": "Performance"
}
],
"FullTitle": "150-hp Engine",
"ShortTitle": "150-hp Engine",
"IconPath": ""
},
{
"IsStandard": true,
"Id": "3f7566cb-2202-40fc-9d93-76e2387fd566",
"FeatureId": "cmbs",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "21d11249-d8d4-4297-8748-423c9e87c1a9",
"Key": "honda-sensing-cmbs",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Collision Mitigation Braking System (CMBS)",
"ShortTitle": "Collision Mitigation Braking System\u2122",
"IconPath": "/sitecore/media library/Images/SVGs/collision_departure_mitigation_system"
},
{
"IsStandard": true,
"Id": "98a1906c-f3a0-460b-ba9b-121b192206fc",
"FeatureId": "carplay",
"Keys": [
{
"Id": "0684181e-57b9-4774-a199-41119f25caf6",
"Key": "apple-carplay",
"Category": "Technology"
},
{
"Id": "d5adeed8-0d43-472b-9a43-2d4370d2fc01",
"Key": "smart-integration",
"Category": "Technology"
}
],
"FullTitle": "Apple CarPlay\u00ae Compatibility",
"ShortTitle": "Apple CarPlay\u00ae Compatibility",
"IconPath": ""
},
{
"IsStandard": true,
"Id": "c30b05ea-16a9-4e3e-9237-65a5d3a35dfe",
"FeatureId": "ledhl",
"Keys": [
{
"Id": "6b3ea8e0-8c5c-43a8-a357-52b6c8ecf95c",
"Key": "led-headlights",
"Category": "Exterior"
}
],
"FullTitle": "LED Headlights with Auto-On/Off",
"ShortTitle": "LED Headlights",
"IconPath": ""
},
{
"IsStandard": true,
"Id": "d6afb11f-bb06-4e9e-af8f-9e01c2feea39",
"FeatureId": "rdm",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "e67f2cef-37a1-41d6-ac7a-6c30f7b2363d",
"Key": "honda-sensing-rdm",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Road Departure Mitigation System (RDM)",
"ShortTitle": "Road Departure Mitigation System",
"IconPath": "/sitecore/media library/Images/SVGs/road_departure_mitigation_system"
},
{
"IsStandard": true,
"Id": "4a65becd-1a9b-4b43-8057-27ef83817a9d",
"FeatureId": "rvc",
"Keys": [
{
"Id": "cc5f2027-e381-4897-8648-b059e10a4398",
"Key": "rearview-camera",
"Category": "Safety"
}
],
"FullTitle": "Rearview Camera with Dynamic Guidelines",
"ShortTitle": "Rearview Camera with Dynamic Guidelines",
"IconPath": ""
}
]
},
"MoreFeatures": ""
}
],
"FeatureIds": [
"C0EB180F9A024833A9D28E757E8E2719",
"0089F6B93A1D498CBBE83BDE719F1A2F",
"F31A3A5ED8C9412A91DA91E12F53D34F",
"C1F6934F782A4E618CE47157C0FD7790",
"DF536DAEDD55432C988E1F72DCB37A97"
],
"Thumbnail1X": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Trim-Education/Jellies/2026_Civic-Sedan_LX_Rallye-Red_1x.png",
"Thumbnail2X": "/-/media/Honda-Automobiles/Vehicles/2026/civic-sedan/Trim-Education/Jellies/2026_Civic-Sedan_LX_Rallye-Red_2x.png",
"VehicleOverview": "",
"KeyFeatures": {
"Name": "LX",
"Keys": [
{
"Id": "56ce91e8-03b4-41e8-a439-03d24612f816",
"Key": {
"Id": "b7bfbdde-c583-49e3-adff-87a000d072c0",
"Key": "150-hp-engine",
"Category": "Performance"
},
"DisplayName": "150-hp Engine",
"NotAvailableContent": "",
"IconPath": ""
},
{
"Id": "f5dc9ab2-0a0a-4b07-99ca-eee384bbab97",
"Key": {
"Id": "21d11249-d8d4-4297-8748-423c9e87c1a9",
"Key": "honda-sensing-cmbs",
"Category": "Safety"
},
"DisplayName": "Collision Mitigation Braking System\u2122",
"NotAvailableContent": "Collision Mitigation Braking System\u2122",
"IconPath": ""
},
{
"Id": "dcfb8278-5e01-4055-8aa7-f4bcd02a7202",
"Key": {
"Id": "0684181e-57b9-4774-a199-41119f25caf6",
"Key": "apple-carplay",
"Category": "Technology"
},
"DisplayName": "Apple CarPlay\u00ae Compatibility",
"NotAvailableContent": "",
"IconPath": ""
},
{
"Id": "771c1ec9-d2f7-4605-aa8f-83ec810c3638",
"Key": {
"Id": "6b3ea8e0-8c5c-43a8-a357-52b6c8ecf95c",
"Key": "led-headlights",
"Category": "Exterior"
},
"DisplayName": "LED Headlights",
"NotAvailableContent": "",
"IconPath": ""
},
{
"Id": "c014718e-d3fc-4927-9da5-2c796d769915",
"Key": {
"Id": "e67f2cef-37a1-41d6-ac7a-6c30f7b2363d",
"Key": "honda-sensing-rdm",
"Category": "Safety"
},
"DisplayName": "Road Departure Mitigation",
"NotAvailableContent": "Road Departure Mitigation System",
"IconPath": ""
},
{
"Id": "5dea8ed3-e91b-4138-870a-7bbc055a9a1c",
"Key": {
"Id": "cc5f2027-e381-4897-8648-b059e10a4398",
"Key": "rearview-camera",
"Category": "Safety"
},
"DisplayName": "Rearview Camera with Dynamic Guidelines",
"NotAvailableContent": "",
"IconPath": ""
}
],
"Features": [
{
"IsStandard": true,
"Id": "d4d3b481-057b-4ff9-bf3a-49b708e28469",
"FeatureId": "150hp",
"Keys": [
{
"Id": "35aa3822-5008-4e90-b762-568653893c6b",
"Key": "engine",
"Category": "Performance"
},
{
"Id": "b7bfbdde-c583-49e3-adff-87a000d072c0",
"Key": "150-hp-engine",
"Category": "Performance"
}
],
"FullTitle": "150-hp Engine",
"ShortTitle": "150-hp Engine",
"IconPath": ""
},
{
"IsStandard": true,
"Id": "3f7566cb-2202-40fc-9d93-76e2387fd566",
"FeatureId": "cmbs",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "21d11249-d8d4-4297-8748-423c9e87c1a9",
"Key": "honda-sensing-cmbs",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Collision Mitigation Braking System (CMBS)",
"ShortTitle": "Collision Mitigation Braking System\u2122",
"IconPath": "/sitecore/media library/Images/SVGs/collision_departure_mitigation_system"
},
{
"IsStandard": true,
"Id": "98a1906c-f3a0-460b-ba9b-121b192206fc",
"FeatureId": "carplay",
"Keys": [
{
"Id": "0684181e-57b9-4774-a199-41119f25caf6",
"Key": "apple-carplay",
"Category": "Technology"
},
{
"Id": "d5adeed8-0d43-472b-9a43-2d4370d2fc01",
"Key": "smart-integration",
"Category": "Technology"
}
],
"FullTitle": "Apple CarPlay\u00ae Compatibility",
"ShortTitle": "Apple CarPlay\u00ae Compatibility",
"IconPath": ""
},
{
"IsStandard": true,
"Id": "c30b05ea-16a9-4e3e-9237-65a5d3a35dfe",
"FeatureId": "ledhl",
"Keys": [
{
"Id": "6b3ea8e0-8c5c-43a8-a357-52b6c8ecf95c",
"Key": "led-headlights",
"Category": "Exterior"
}
],
"FullTitle": "LED Headlights with Auto-On/Off",
"ShortTitle": "LED Headlights",
"IconPath": ""
},
{
"IsStandard": true,
"Id": "d6afb11f-bb06-4e9e-af8f-9e01c2feea39",
"FeatureId": "rdm",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "e67f2cef-37a1-41d6-ac7a-6c30f7b2363d",
"Key": "honda-sensing-rdm",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Road Departure Mitigation System (RDM)",
"ShortTitle": "Road Departure Mitigation System",
"IconPath": "/sitecore/media library/Images/SVGs/road_departure_mitigation_system"
},
{
"IsStandard": true,
"Id": "4a65becd-1a9b-4b43-8057-27ef83817a9d",
"FeatureId": "rvc",
"Keys": [
{
"Id": "cc5f2027-e381-4897-8648-b059e10a4398",
"Key": "rearview-camera",
"Category": "Safety"
}
],
"FullTitle": "Rearview Camera with Dynamic Guidelines",
"ShortTitle": "Rearview Camera with Dynamic Guidelines",
"IconPath": ""
}
]
},
"MoreFeatures": "<h3 class=\"subtitle\" id=\"morefeatures\">More Features </h3>\n<div aria-labelledby=\"morefeatures\" role=\"list\">\n<div class=\"more-feature-item\" role=\"listitem\">\n<span class=\"feature-title\" id=\"powertrainfeatures\">Performance</span>\n<ul aria-labelledby=\"powertrainfeatures\">\n <li>150-hp Engine<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Civic 2.0L Horsepower. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Civic 2.0L Horsepower\" data-hrt-disclaimers-content=\"150 hp @ 6400 rpm (SAE net)\">*</button></li>\n <li>Continuously Variable Transmission</li>\n</ul>\n</div>\n<div class=\"more-feature-item\" role=\"listitem\">\n<span class=\"feature-title\" id=\"exteriorfeatures\">Exterior</span>\n<ul aria-labelledby=\"exteriorfeatures\">\n <li>16-Inch Wheels</li>\n <li>Full LED Headlights</li>\n</ul>\n</div>\n<div class=\"more-feature-item\" role=\"listitem\">\n<span class=\"feature-title\" id=\"interiorfeatures\">Interior</span>\n<ul aria-labelledby=\"interiorfeatures\">\n <li>Cloth Seats</li>\n <li>4-Speaker, 160-Watt Audio System</li>\n <li>Automatic Climate Control</li>\n <li>Fold-Down Rear Seatback</li>\n</ul>\n</div>\n<div class=\"more-feature-item\" role=\"listitem\">\n<span class=\"feature-title\" id=\"techfeatures\">Technology</span>\n<ul aria-labelledby=\"techfeatures\">\n <li>Apple CarPlay®<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Apple CarPlay® compatibility. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Apple CarPlay® compatibility\" data-hrt-disclaimers-content=\"Apple CarPlay is a registered trademark of Apple Inc.\">*</button> Compatibility</li>\n <li>Android Auto™<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Android Auto\u2122 compatibility. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Android Auto\u2122 compatibility\" data-hrt-disclaimers-content=\"Android and Android Auto are trademarks of Google LLC. Compatible Android phone and compatible active data plan required.\">*</button> Compatibility</li>\n <li><em>Bluetooth</em>® Streaming Audio<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Bluetooth. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Bluetooth\" data-hrt-disclaimers-content=\"The Bluetooth® word mark and logos are owned by Bluetooth SIG, Inc. and any such use of such marks by Honda Motor Co., Ltd. is under license.\">*</button></li>\n <li>Front USB Ports</li>\n <li>7-Inch Color Touch-Screen</li>\n <li>Push Button Start</li>\n</ul>\n</div>\n<div class=\"more-feature-item\" role=\"listitem\">\n<span class=\"feature-title\" id=\"techfeatures\">Safety & Alerts</span>\n<ul aria-labelledby=\"techfeatures\">\n <li>Collision Mitigation Braking System™<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Collision Mitigation Braking System\u2122 (CMBS\u2122). Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Collision Mitigation Braking System\u2122 (CMBS\u2122)\" data-hrt-disclaimers-content=\"CMBS cannot detect all objects ahead and may not detect a given object; accuracy will vary based on weather, speed, and other factors. System operation affected by extreme interior heat. System designed to mitigate crash forces. Driver remains responsible for safely operating vehicle and avoiding collisions.\">*</button></li>\n <li>Road Departure Mitigation System<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Road Departure Mitigation (RDM). Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Road Departure Mitigation (RDM)\" data-hrt-disclaimers-content=\"Road Departure Mitigation only alerts the driver when lane drift is detected without a turn signal in use and can apply mild steering torque to assist driver in maintaining proper lane position or to slow the vehicle&#39;s departure from a detected lane. RDM may not detect all lane markings or lane departures; accuracy will vary based on weather, speed, and road condition. System operation affected by extreme interior heat. Driver remains responsible for safely operating vehicle and avoiding collisions.\">*</button></li>\n <li>Rearview Camera with Dynamic Guidelines<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Rearview camera. Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Rearview camera\" data-hrt-disclaimers-content=\"Always visually confirm that it is safe to drive before backing up; the rearview camera display does not provide complete information about all conditions and objects at the rear of your vehicle.\">*</button></li>\n <li>Adaptive Cruise Control w/Low-Speed Follow<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Adaptive Cruise Control (ACC) with Low-Speed Follow (LSF). Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Adaptive Cruise Control (ACC) with Low-Speed Follow (LSF)\" data-hrt-disclaimers-content=\"ACC with Low-Speed Follow cannot detect all objects ahead and may not detect a given object; accuracy will vary based on weather, speed, and other factors. ACC should not be used in heavy traffic, poor weather, or on winding roads. Driver remains responsible for safely operating vehicle and avoiding collisions.\">*</button></li>\n <li>Lane Keeping Assist System<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Lane Keeping Assist System (LKAS) with Traffic Jam Assist (TJA). Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Lane Keeping Assist System (LKAS) with Traffic Jam Assist (TJA)\" data-hrt-disclaimers-content=\"LKAS with TJA only assists driver in maintaining proper lane position when lane markings are identified without a turn signal in use and can only apply mild steering torque to assist. The system may not detect all lane markings; accuracy will vary based on weather, speed, and road condition. System operation affected by extreme interior heat. Driver remains responsible for safely operating vehicle and avoiding collisions.\">*</button></li>\n <li>Traffic Sign Recognition<button class=\"disclaimer-callout m_disclaimer is-on-light\" aria-label=\"Traffic Sign Recognition (TSR). Disclaimer, opens a dialog\" data-track=\"cta-click\" data-hrt-disclaimers-title=\"Traffic Sign Recognition (TSR)\" data-hrt-disclaimers-content=\"TSR cannot detect all traffic signs, may misidentify certain signs and does not include any braking or speed control functions. Accuracy will vary based on weather and other factors. System operation affected by extreme interior heat. Driver remains responsible for complying with all traffic regulations.\">*</button></li>\n</ul>\n</div>\n</div>\n<style type=\"text/css\">\n p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; color: #101010; -webkit-text-stroke: #101010} span.s1 {font-kerning: none}\n</style>",
"KeyFeaturesModalSubHeader": "Key Features"
}
],
"eFeatureSet": {
"Id": "20e84a4e-b7e5-4292-ac25-39cb990832d6",
"SetId": "civic-sedan",
"Subsets": [
{
"Id": "9573e84f-c398-4466-989a-bb8e52c2d493",
"SetId": "LX",
"Subsets": [
{
"Id": "26a23ed2-22b2-4826-bc3b-44f5c0830979",
"SetId": "FE2F2TEW",
"Subsets": [],
"Features": [],
"AvailableFeatures": null,
"Attributes": {
"ec_transmission": "CVT",
"ec_drivetrain": "2WD",
"ec_engine": "2.0L 4-Cylinder",
"ec_city_hwy_mpg": "34/41",
"Honda Sensing\u00ae (HS)": "HS"
}
}
],
"Features": [
{
"Id": "c30b05ea-16a9-4e3e-9237-65a5d3a35dfe",
"FeatureId": "ledhl",
"Keys": [
{
"Id": "6b3ea8e0-8c5c-43a8-a357-52b6c8ecf95c",
"Key": "led-headlights",
"Category": "Exterior"
}
],
"FullTitle": "LED Headlights with Auto-On/Off",
"ShortTitle": "LED Headlights",
"IconPath": ""
},
{
"Id": "d4d3b481-057b-4ff9-bf3a-49b708e28469",
"FeatureId": "150hp",
"Keys": [
{
"Id": "35aa3822-5008-4e90-b762-568653893c6b",
"Key": "engine",
"Category": "Performance"
},
{
"Id": "b7bfbdde-c583-49e3-adff-87a000d072c0",
"Key": "150-hp-engine",
"Category": "Performance"
}
],
"FullTitle": "150-hp Engine",
"ShortTitle": "150-hp Engine",
"IconPath": ""
},
{
"Id": "6d70bc22-75a3-422d-8d00-b511b66f4b29",
"FeatureId": "acc",
"Keys": [
{
"Id": "66d9d92b-3a41-4ccb-8706-56fe4d747e28",
"Key": "honda-sensing-acc-lsf",
"Category": "Safety"
},
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "3b8083b1-60ff-4805-accb-6abbd8cc69f0",
"Key": "honda-sensing-acc",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Adaptive Cruise Control (ACC) with Low-Speed Follow",
"ShortTitle": "Adaptive Cruise Control w/Low-Speed Follow",
"IconPath": ""
},
{
"Id": "baa638e3-291d-4d7e-8b6f-432c39987886",
"FeatureId": "tsr",
"Keys": [
{
"Id": "0a1aab58-2ade-47d8-9d23-bb1b5657660f",
"Key": "traffic-rec",
"Category": "Safety"
}
],
"FullTitle": "Traffic Sign Recognition System (TSR) (Honda Sesnsing\u00ae feature)",
"ShortTitle": "Traffic Sign Recognition",
"IconPath": ""
},
{
"Id": "7815a016-0c1f-4d16-8d47-47b749a9a1c0",
"FeatureId": "buc",
"Keys": [
{
"Id": "b350a6cd-f399-4b79-8857-31c1ec069f0b",
"Key": "backup-camera",
"Category": "Safety"
}
],
"FullTitle": "Multi-Angle Rearview Camera with Dynamic Guidelines",
"ShortTitle": "Multi-Angle Rearview Camera",
"IconPath": "/sitecore/media library/Images/SVGs/multiAngle_rearview_camera"
},
{
"Id": "3f7566cb-2202-40fc-9d93-76e2387fd566",
"FeatureId": "cmbs",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "21d11249-d8d4-4297-8748-423c9e87c1a9",
"Key": "honda-sensing-cmbs",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Collision Mitigation Braking System (CMBS)",
"ShortTitle": "Collision Mitigation Braking System\u2122",
"IconPath": "/sitecore/media library/Images/SVGs/collision_departure_mitigation_system"
},
{
"Id": "4b5787a0-50c7-46ee-935d-45f3047299d4",
"FeatureId": "lka",
"Keys": [
{
"Id": "d404bfd2-bebc-4886-b79c-2912c7b3b96b",
"Key": "lane-keep",
"Category": "Safety"
}
],
"FullTitle": "Lane Keeping Assist System (LKAS)14 (Honda Sensing\u00ae feature)",
"ShortTitle": "Lane Keeping Assist System",
"IconPath": ""
},
{
"Id": "4a65becd-1a9b-4b43-8057-27ef83817a9d",
"FeatureId": "rvc",
"Keys": [
{
"Id": "cc5f2027-e381-4897-8648-b059e10a4398",
"Key": "rearview-camera",
"Category": "Safety"
}
],
"FullTitle": "Rearview Camera with Dynamic Guidelines",
"ShortTitle": "Rearview Camera with Dynamic Guidelines",
"IconPath": ""
},
{
"Id": "d6afb11f-bb06-4e9e-af8f-9e01c2feea39",
"FeatureId": "rdm",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "e67f2cef-37a1-41d6-ac7a-6c30f7b2363d",
"Key": "honda-sensing-rdm",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Road Departure Mitigation System (RDM)",
"ShortTitle": "Road Departure Mitigation System",
"IconPath": "/sitecore/media library/Images/SVGs/road_departure_mitigation_system"
},
{
"Id": "fa7f9cde-db2c-469a-9bd0-7089371713b2",
"FeatureId": "25usb",
"Keys": [
{
"Id": "71622fbf-a708-46ca-b1b4-627882abe79d",
"Key": "usb-ports",
"Category": "Technology"
}
],
"FullTitle": "2.5-Amp USB Smartphone/Audio Interface (Front Console (2 Ports))",
"ShortTitle": "Front USB Ports",
"IconPath": ""
},
{
"Id": "f2ba3b74-03f9-4c49-bf72-6c3e41066b38",
"FeatureId": "7cts",
"Keys": [
{
"Id": "adebde16-ea8d-4cda-9810-09621da60ed9",
"Key": "touch-screen",
"Category": "Technology"
}
],
"FullTitle": "7-Inch Display Audio with High-Resolution Electrostatic Touch-Screen and Customizable Feature Settings",
"ShortTitle": "7-Inch Color Touch-Screen",
"IconPath": ""
},
{
"Id": "60033563-64eb-45c9-8612-66c402d387a5",
"FeatureId": "aac",
"Keys": [
{
"Id": "af214f11-791c-45d9-8011-6376b0e9ae8e",
"Key": "android-integration",
"Category": "Technology"
},
{
"Id": "d5adeed8-0d43-472b-9a43-2d4370d2fc01",
"Key": "smart-integration",
"Category": "Technology"
}
],
"FullTitle": "Android Auto Compatibility",
"ShortTitle": "Android Auto\u2122 Compatibility",
"IconPath": ""
},
{
"Id": "5e1ab18f-841a-40d8-a085-423ea925991e",
"FeatureId": "alexa",
"Keys": [
{
"Id": "799d0a9c-52db-4b92-8b09-b6162c13f642",
"Key": "alexa-built-in",
"Category": "Technology"
}
],
"FullTitle": "Alexa Built-in",
"ShortTitle": "Alexa Built-in",
"IconPath": ""
},
{
"Id": "f15f64c1-e450-4a09-9243-4fc6bfaf1e1f",
"FeatureId": "bt",
"Keys": [
{
"Id": "f662cf0f-de08-4762-ab8e-2e24e5619e05",
"Key": "bluetooth",
"Category": "Technology"
}
],
"FullTitle": "Bluetooth\u00ae Streaming Audio",
"ShortTitle": "<i>Bluetooth</i>\u00ae Streaming Audio",
"IconPath": "/sitecore/media library/Images/SVGs/bluetooth_handsFreeLink2"
},
{
"Id": "98a1906c-f3a0-460b-ba9b-121b192206fc",
"FeatureId": "carplay",
"Keys": [
{
"Id": "0684181e-57b9-4774-a199-41119f25caf6",
"Key": "apple-carplay",
"Category": "Technology"
},
{
"Id": "d5adeed8-0d43-472b-9a43-2d4370d2fc01",
"Key": "smart-integration",
"Category": "Technology"
}
],
"FullTitle": "Apple CarPlay\u00ae Compatibility",
"ShortTitle": "Apple CarPlay\u00ae Compatibility",
"IconPath": ""
},
{
"Id": "818aa8a2-f484-4889-89d9-4f1ba520fc42",
"FeatureId": "pbs",
"Keys": [
{
"Id": "891778bf-fa85-4fcd-8eb7-986fb699e751",
"Key": "push-button-start",
"Category": "Technology"
}
],
"FullTitle": "Push Button Start",
"ShortTitle": "Push Button Start",
"IconPath": ""
}
],
"AvailableFeatures": null,
"Attributes": {}
},
{
"Id": "7b287ab7-fffc-434b-8ab0-5711f00fa9fb",
"SetId": "Sport",
"Subsets": [
{
"Id": "b6cd5881-d9e3-4743-a9d5-7009b598638b",
"SetId": "FE2F5TEW",
"Subsets": [],
"Features": [],
"AvailableFeatures": null,
"Attributes": {
"ec_transmission": "CVT",
"ec_drivetrain": "2WD",
"ec_engine": "2.0L 4-Cylinder",
"ec_city_hwy_mpg": "31/39",
"Honda Sensing\u00ae (HS)": "HS"
}
}
],
"Features": [
{
"Id": "959fdd93-88c0-440f-9ec4-8fb65a7b79c4",
"FeatureId": "18gba",
"Keys": [
{
"Id": "4adcc26f-f563-479b-986c-602aed8c7614",
"Key": "18-in-wheels",
"Category": "Exterior"
},
{
"Id": "9a97ed4b-2b9f-491c-97f4-44c263faaf5c",
"Key": "premium-wheels",
"Category": "Exterior"
},
{
"Id": "c93947f9-44c2-4428-9719-7d21d70bc7aa",
"Key": "wheels",
"Category": "Exterior"
}
],
"FullTitle": "18 in Alloys with Gloss Black Inserts",
"ShortTitle": "18-Inch Gloss-Black Alloy Wheels",
"IconPath": ""
},
{
"Id": "764e8a8c-42e9-457a-9ad7-f29cbb95685c",
"FeatureId": "hsmi",
"Keys": [
{
"Id": "2280aeec-b993-48af-94cc-5d7e06f508db",
"Key": "heated-side-mirrors",
"Category": "Exterior"
},
{
"Id": "9b87c105-d16d-43d0-9cab-b0ce11488102",
"Key": "side-mirrors",
"Category": "Exterior"
}
],
"FullTitle": "Heated, Body-Colored Power Side Mirrors with Integrated Turn Indicators",
"ShortTitle": "Heated Side Mirrors",
"IconPath": ""
},
{
"Id": "c30b05ea-16a9-4e3e-9237-65a5d3a35dfe",
"FeatureId": "ledhl",
"Keys": [
{
"Id": "6b3ea8e0-8c5c-43a8-a357-52b6c8ecf95c",
"Key": "led-headlights",
"Category": "Exterior"
}
],
"FullTitle": "LED Headlights with Auto-On/Off",
"ShortTitle": "LED Headlights",
"IconPath": ""
},
{
"Id": "1375a4e4-29f3-4bbf-8312-351cf6dbfad8",
"FeatureId": "6040srsb",
"Keys": [
{
"Id": "00507629-3df9-4265-8aba-463bb3564697",
"Key": "60-40-split",
"Category": "Interior"
},
{
"Id": "f01f4f9a-f9c1-42b5-b057-18c418605189",
"Key": "60-40-split-fold-rear-seatback",
"Category": "Interior"
}
],
"FullTitle": "Fold-Down Rear Seatback with Center Armrest (60/40 Split)",
"ShortTitle": "60/40 Split Fold-Down Rear Seatback",
"IconPath": ""
},
{
"Id": "8bb2bf64-43d3-466c-814a-c0c5c70f9ec7",
"FeatureId": "lsw",
"Keys": [
{
"Id": "9a73210e-9322-4cf6-9c95-4923bb66b395",
"Key": "leather-steering-wheel",
"Category": "Interior"
}
],
"FullTitle": "Leather-Wrapped Steering Wheel",
"ShortTitle": "Leather-Wrapped Steering Wheel",
"IconPath": ""
},
{
"Id": "a9dd5216-8067-424c-a8e3-d9e30304ace9",
"FeatureId": "asp",
"Keys": [
{
"Id": "0b062870-486b-4bc1-844b-357411e8309a",
"Key": "sport-pedals",
"Category": "Interior"
}
],
"FullTitle": "Textured Aluminum Pedals",
"ShortTitle": "Sport Pedals",
"IconPath": ""
},
{
"Id": "d4d3b481-057b-4ff9-bf3a-49b708e28469",
"FeatureId": "150hp",
"Keys": [
{
"Id": "35aa3822-5008-4e90-b762-568653893c6b",
"Key": "engine",
"Category": "Performance"
},
{
"Id": "b7bfbdde-c583-49e3-adff-87a000d072c0",
"Key": "150-hp-engine",
"Category": "Performance"
}
],
"FullTitle": "150-hp Engine",
"ShortTitle": "150-hp Engine",
"IconPath": ""
},
{
"Id": "0e87a780-b1e6-4aa9-ae08-64ce282cca9f",
"FeatureId": "3ds",
"Keys": [
{
"Id": "872e5689-fdc9-4e88-a47c-51588c776ab3",
"Key": "3-drive-system",
"Category": "Performance"
},
{
"Id": "07843205-1a15-41b8-9370-9de64b84416e",
"Key": "drive-system",
"Category": "Performance"
}
],
"FullTitle": "3-Mode Drive System (Comfort/Sport/+R)",
"ShortTitle": "3-Mode Drive System",
"IconPath": ""
},
{
"Id": "6d70bc22-75a3-422d-8d00-b511b66f4b29",
"FeatureId": "acc",
"Keys": [
{
"Id": "66d9d92b-3a41-4ccb-8706-56fe4d747e28",
"Key": "honda-sensing-acc-lsf",
"Category": "Safety"
},
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "3b8083b1-60ff-4805-accb-6abbd8cc69f0",
"Key": "honda-sensing-acc",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Adaptive Cruise Control (ACC) with Low-Speed Follow",
"ShortTitle": "Adaptive Cruise Control w/Low-Speed Follow",
"IconPath": ""
},
{
"Id": "baa638e3-291d-4d7e-8b6f-432c39987886",
"FeatureId": "tsr",
"Keys": [
{
"Id": "0a1aab58-2ade-47d8-9d23-bb1b5657660f",
"Key": "traffic-rec",
"Category": "Safety"
}
],
"FullTitle": "Traffic Sign Recognition System (TSR) (Honda Sesnsing\u00ae feature)",
"ShortTitle": "Traffic Sign Recognition",
"IconPath": ""
},
{
"Id": "1e3fdabb-005b-479d-b11a-20b3f4ea6859",
"FeatureId": "bsct",
"Keys": [
{
"Id": "6b3f3dce-78da-4a20-857f-fb961d4c75d6",
"Key": "blind-spot-warning",
"Category": "Safety"
}
],
"FullTitle": "Blind Spot Information (BSI) with Cross Traffic Monitor",
"ShortTitle": "Blind Spot Information w/Cross Traffic Monitor",
"IconPath": ""
},
{
"Id": "7815a016-0c1f-4d16-8d47-47b749a9a1c0",
"FeatureId": "buc",
"Keys": [
{
"Id": "b350a6cd-f399-4b79-8857-31c1ec069f0b",
"Key": "backup-camera",
"Category": "Safety"
}
],
"FullTitle": "Multi-Angle Rearview Camera with Dynamic Guidelines",
"ShortTitle": "Multi-Angle Rearview Camera",
"IconPath": "/sitecore/media library/Images/SVGs/multiAngle_rearview_camera"
},
{
"Id": "3f7566cb-2202-40fc-9d93-76e2387fd566",
"FeatureId": "cmbs",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "21d11249-d8d4-4297-8748-423c9e87c1a9",
"Key": "honda-sensing-cmbs",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Collision Mitigation Braking System (CMBS)",
"ShortTitle": "Collision Mitigation Braking System\u2122",
"IconPath": "/sitecore/media library/Images/SVGs/collision_departure_mitigation_system"
},
{
"Id": "4b5787a0-50c7-46ee-935d-45f3047299d4",
"FeatureId": "lka",
"Keys": [
{
"Id": "d404bfd2-bebc-4886-b79c-2912c7b3b96b",
"Key": "lane-keep",
"Category": "Safety"
}
],
"FullTitle": "Lane Keeping Assist System (LKAS)14 (Honda Sensing\u00ae feature)",
"ShortTitle": "Lane Keeping Assist System",
"IconPath": ""
},
{
"Id": "4a65becd-1a9b-4b43-8057-27ef83817a9d",
"FeatureId": "rvc",
"Keys": [
{
"Id": "cc5f2027-e381-4897-8648-b059e10a4398",
"Key": "rearview-camera",
"Category": "Safety"
}
],
"FullTitle": "Rearview Camera with Dynamic Guidelines",
"ShortTitle": "Rearview Camera with Dynamic Guidelines",
"IconPath": ""
},
{
"Id": "d6afb11f-bb06-4e9e-af8f-9e01c2feea39",
"FeatureId": "rdm",
"Keys": [
{
"Id": "9655be00-b56f-4081-8015-c0780b2bb79a",
"Key": "honda-sensing",
"Category": "Safety"
},
{
"Id": "e67f2cef-37a1-41d6-ac7a-6c30f7b2363d",
"Key": "honda-sensing-rdm",
"Category": "Safety"
}
],
"FullTitle": "Honda Sensing\u00ae Road Departure Mitigation System (RDM)",
"ShortTitle": "Road Departure Mitigation System",
"IconPath": "/sitecore/media library/Images/SVGs/road_departure_mitigation_system"
},
{
"Id": "fa7f9cde-db2c-469a-9bd0-7089371713b2",
"FeatureId": "25usb",
"Keys": [
{
"Id": "71622fbf-a708-46ca-b1b4-627882abe79d",
"Key": "usb-ports",
"Category": "Technology"
}
],
"FullTitle": "2.5-Amp USB Smartphone/Audio Interface (Front Console (2 Ports))",
"ShortTitle": "Front USB Ports",
"IconPath": ""
},
{
"Id": "f2ba3b74-03f9-4c49-bf72-6c3e41066b38",
"FeatureId": "7cts",
"Keys": [
{
"Id": "adebde16-ea8d-4cda-9810-09621da60ed9",
"Key": "touch-screen",
"Category": "Technology"
}
],
"FullTitle": "7-Inch Display Audio with High-Resolution Electrostatic Touch-Screen and Customizable Feature Settings",
"ShortTitle": "7-Inch Color Touch-Screen",
"IconPath": ""
},
{
"Id": "60033563-64eb-45c9-8612-66c402d387a5",
"FeatureId": "aac",
"Keys": [
{
"Id": "af214f11-791c-45d9-8011-6376b0e9ae8e",
"Key": "android-integration",
"Category": "Technology"
},
{
"Id": "d5adeed8-0d43-472b-9a43-2d4370d2fc01",
"Key": "smart-integration",
"Category": "Technology"
}
],
"FullTitle": "Android Auto Compatibility",
"ShortTitle": "Android Auto\u2122 Compatibility",
"IconPath": ""
},
{
"Id": "5e1ab18f-841a-40d8-a085-423ea925991e",
"FeatureId": "alexa",
"Keys": [
{
"Id": "799d0a9c-52db-4b92-8b09-b6162c13f642",
"Key": "alexa-built-in",
"Category": "Technology"
}
],
"FullTitle": "Alexa Built-in",
"ShortTitle": "Alexa Built-in",
"IconPath": ""
},
{
"Id": "f15f64c1-e450-4a09-9243-4fc6bfaf1e1f",
"FeatureId": "bt",
"Keys": [
{
"Id": "f662cf0f-de08-4762-ab8e-2e24e5619e05",
"Key": "bluetooth",
"Category": "Technology"
}
],
"FullTitle": "Bluetooth\u00ae Streaming Audio",
"ShortTitle": "<i>Bluetooth</i>\u00ae Streaming Audio",
"IconPath": "/sitecore/media library/Images/SVGs/bluetooth_handsFreeLink2"
},
{
"Id": "98a1906c-f3a0-460b-ba9b-121b192206fc",
"FeatureId": "carplay",
"Keys": [
{
"Id": "0684181e-57b9-4774-a199-41119f25caf6",
"Key": "apple-carplay",
"Category": "Technology"
},
{
"Id": "d5adeed8-0d43-472b-9a43-2d4370d2fc01",
"Key": "smart-integration",
"Category": "Technology"
}
],
"FullTitle": "Apple CarPlay\u00ae Compatibility",
"ShortTitle": "Apple CarPlay\u00ae Compatibility",
"IconPath": ""
},
{
"Id": "bc8dc746-dc21-4ec5-95b7-520c20abf17c",
"FeatureId": "pads",
"Keys": [
{
"Id": "fd6d7bb2-8758-4095-8540-dcde1b901b26",
"Key": "paddle-shifters",
"Category": "Technology"
}
],
"FullTitle": "Paddle Shifters",
"ShortTitle": "Paddle Shifters",
"IconPath": ""
},
{
"Id": "818aa8a2-f484-4889-89d9-4f1ba520fc42",
"FeatureId": "pbs",
"Keys": [
{
"Id": "891778bf-fa85-4fcd-8eb7-986fb699e751",
"Key": "push-button-start",
"Category": "Technology"
}
],
"FullTitle": "Push Button Start",
"ShortTitle": "Push Button Start",
"IconPath": ""
},
{
"Id": "751a4be7-b53b-4ea8-a0f8-6a06961537bc",
"FeatureId": "res",
"Keys": [
{
"Id": "2a34009e-7dd9-4c81-9c26-9ae5dd4cae89",
"Key": "remote-engine-start",
"Category": "Technology"
}
],
"FullTitle": "Remote Engine Start",
"ShortTitle": "Remote Engine Start",
"IconPath": ""
}
],
"AvailableFeatures": null,
"Attributes": {}
}
],
"Features": [
{
"Id": "5225a6e2-bafc-4f85-b7e4-30c869c5ec7e",
"FeatureId": "5seat",
"Keys": [
{
"Id": "d8b51ab0-ac78-4fc2-9d63-16d6e4fc2319",
"Key": "5-seats",
"Category": "Model Attribute"
},
{
"Id": "244963de-d3b9-4882-8420-639f63de206c",
"Key": "num-seats",
"Category": "Model Attribute"
}
],
"FullTitle": "5 Seats",
"ShortTitle": "",
"IconPath": ""
},
{
"Id": "cd27a0e6-e2a3-45c8-ba7e-5c42c1ab80ef",
"FeatureId": "sedan",
"Keys": [
{
"Id": "4274f7fc-a3c8-4ecf-8788-59a9a6aea8e2",
"Key": "body-type",
"Category": "Model Attribute"
},
{
"Id": "4eea2165-304a-4619-b9eb-a99355f0408f",
"Key": "sedan",
"Category": "Model Attribute"
}
],
"FullTitle": "Sedan",
"ShortTitle": "",
"IconPath": ""
},
{
"Id": "1a92e166-f2b3-4133-885f-c685a71566ad",
"FeatureId": "has-hybrid",
"Keys": [
{
"Id": "6146d054-b155-43be-9a2c-28b0585b2ea8",
"Key": "has-hybrid",
"Category": "Model Attribute"
}
],
"FullTitle": "Hybrid",
"ShortTitle": "",
"IconPath": ""
}
],
"AvailableFeatures": null,
"Attributes": {
"Exterior Dimensions": "184.8\" L<br />70.9\" W<br />55.7\" H",
"Engine": "150 hp @ 6,400 rpm<br />\n2.0L<br />\n<div class=\"small\">Standard on LX and Sport</div><br /><br />\n\n200 hp<br />\nHybrid Powertrain<br />\n<div class=\"small\">Standard on Sport Hybrid and Sport Touring Hybrid</div>",
"Drivetrain": "2WD",
"Transmission": "CVT",
"Seats": "5",
"Passenger Volume": "99.0 cu ft<br />\n<div class=\"small\">LX and Sport</div>",
"Max. Cargo Volume": "14.8 cu ft<br />\n<div class=\"small\">LX and Sport</div>"
}
},
"MSRPDisclaimer": {
"id": "361-msrp-cars",
"title": "MSRP",
"description": "MSRP excluding tax, license, registration, $1,195 destination charge, and accessories. Dealer prices may vary. MSRP does not include $455 charge for premium colors. "
}
}
Notable response fields:
| Field | Notes |
|---|---|
TrimGroups[].Name | Trim group label, e.g. EX, Sport, Touring |
TrimGroups[].Models[].ModelId | 8-character model code |
TrimGroups[].Models[].MSRP | Base MSRP |
TrimGroups[].Models[].DestinationHandling | Destination charge |
TrimGroups[].Models[].ExteriorColors[] | Colors with ColorCode, ColorName, PriceDelta |
TrimGroups[].Models[].ModelOptionList[] | Purchasable accessories |
TrimGroups[].Models[].ModelOptionPackageList[] | Accessory bundles |
TrimGroups[].Models[].BuildAndPriceOptions | Option availability buckets |
eFeatureSet.Subsets[].Features[] | Per-trim standard features |
eFeatureSet.Features[] | Model-wide features |
Option availability buckets (BuildAndPriceOptions):
| Bucket | Description |
|---|---|
Standard | Included at no charge |
OptionalMutuallyExclusive | Pick at most one |
OptionalNotMutuallyExclusive | Add-on; combinable freely |
NotAvailable | Not available on this model |
Hidden | Suppressed from configurator UI |
Coverage: One request per (year, series) slug; stateless.
Acura — GET /platform/api/v1/vehicles/details/{year}/{series}
GET https://www.acura.com/platform/api/v1/vehicles/details/{year}/{series}
Analogous to Honda Vehicle Details.
Key differences from Honda:
- Series slugs are lowercase (e.g.
rdx,integra,mdx,adx) - Response includes Acura-specific sections not currently ingested:
ModelFeatureList,ModelFIFCategoryList,ModelFIFList
The Honda extractors (extract_models, extract_features) are reused directly
— the response shape is identical.
Sample response:
Sample response
{
"UTCDateTimeGenerated": "2026-06-08T04:00:00.0000000Z",
"ModelYear": 2026,
"ModelSeriesName": "RDX",
"ModelSeriesItemName": "rdx",
"DefaultModelId": "TC2H4TKNW",
"DefaultTrimGroup": "BASE",
"ModelBodyStyle": "SUV",
"TrimGroups": [
{
"Name": "BASE",
"Id": "A1B2C3D4E5F6A1B2C3D4E5F6A1B2C3D4",
"IsHybridView": false,
"DefaultModelId": "TC2H4TKNW",
"DefaultColorCombination": null,
"DefaultExteriorColor": "NH-883P",
"DefaultInteriorColor": "GS",
"MarketingModalURL": null,
"Models": [
{
"ModelId": "TC2H4TKNW",
"ModelName": "RDX FWD",
"MSRP": "41300.00",
"ModelYear": 2026,
"DestinationHandling": 1450,
"ExteriorColors": [
{"ColorIdent": "301", "ColorName": "Platinum White Pearl", "ColorMfgCode": "NH-883P", "ColorCode": "WH", "PriceDelta": null},
{"ColorIdent": "302", "ColorName": "Liquid Carbon Metallic", "ColorMfgCode": "NH-885M", "ColorCode": "BK", "PriceDelta": null}
],
"InteriorColors": [
{"ColorIdent": "101", "ColorName": "Graystone", "ColorCode": "GS"},
{"ColorIdent": "102", "ColorName": "Ebony", "ColorCode": "EN"}
],
"ModelOptionList": [
{
"OpCode": "ACURA-ACC-01",
"OptionName": "All-Season+Floor+Mats",
"OptionPrice": "279.00",
"OptionTextList": [
{"TextTypeCode": "ACCNAME_en", "MarketingText": "All-Season+Floor+Mats"},
{"TextTypeCode": "ACCDESC_en", "MarketingText": "Custom-fit+all-season+floor+mats"}
]
}
],
"ModelOptionPackageList": []
}
],
"Features": [],
"FeatureIds": ["ledhl", "heated-seats", "apple-carplay"]
},
{
"Name": "TECH",
"Id": "B2C3D4E5F6A1B2C3D4E5F6A1B2C3D4E5",
"IsHybridView": false,
"DefaultModelId": "TC2H5TKNW",
"DefaultColorCombination": null,
"DefaultExteriorColor": "NH-885M",
"DefaultInteriorColor": "EN",
"MarketingModalURL": null,
"Models": [
{
"ModelId": "TC2H5TKNW",
"ModelName": "RDX SH-AWD w/Technology Package",
"MSRP": "48300.00",
"ModelYear": 2026,
"DestinationHandling": 1450,
"ExteriorColors": [
{"ColorIdent": "301", "ColorName": "Platinum White Pearl", "ColorMfgCode": "NH-883P", "ColorCode": "WH", "PriceDelta": null},
{"ColorIdent": "303", "ColorName": "Performance Red Pearl", "ColorMfgCode": "R-569P", "ColorCode": "RD", "PriceDelta": 395}
],
"InteriorColors": [
{"ColorIdent": "101", "ColorName": "Graystone", "ColorCode": "GS"},
{"ColorIdent": "102", "ColorName": "Ebony", "ColorCode": "EN"}
],
"ModelOptionList": [],
"ModelOptionPackageList": []
}
],
"Features": [],
"FeatureIds": ["ledhl", "heated-seats", "apple-carplay", "surround-camera", "head-up-display"]
}
],
"eFeatureSet": {
"Id": "acura-rdx-2026-efs",
"SetId": "rdx",
"Features": [
{"FeatureId": "ledhl", "FullTitle": "LED Headlights with Auto High-Beam", "Keys": [{"Key": "led-headlights", "Category": "Exterior"}]},
{"FeatureId": "apple-carplay", "FullTitle": "Apple CarPlay / Android Auto Integration", "Keys": [{"Key": "connectivity", "Category": "Technology"}]},
{"FeatureId": "wireless-charging", "FullTitle": "Wireless Phone Charging", "Keys": [{"Key": "connectivity", "Category": "Technology"}]}
],
"Subsets": [
{
"Id": "acura-rdx-base-subset",
"SetId": "BASE",
"Features": [
{"FeatureId": "heated-seats", "FullTitle": "Heated Front Seats", "Keys": [{"Key": "comfort", "Category": "Interior"}]},
{"FeatureId": "power-liftgate", "FullTitle": "Power Tailgate with Walk-Away Auto Close", "Keys": [{"Key": "convenience", "Category": "Exterior"}]},
{"FeatureId": "sunroof", "FullTitle": "Power Moonroof", "Keys": [{"Key": "sunroof", "Category": "Exterior"}]},
{"FeatureId": "awd-base", "FullTitle": "Available Super Handling All-Wheel Drive (SH-AWD)", "Keys": [{"Key": "drivetrain", "Category": "Mechanical"}]}
],
"Subsets": [
{
"Id": "acura-rdx-base-model-subset",
"SetId": "TC2H4TKNW",
"Attributes": {
"ec_transmission": "10-Speed Automatic",
"ec_drivetrain": "FWD",
"ec_engine": "2.0L Turbocharged 4-Cylinder",
"ec_city_hwy_mpg": "22/28"
}
}
]
},
{
"Id": "acura-rdx-tech-subset",
"SetId": "TECH",
"Features": [
{"FeatureId": "head-up-display", "FullTitle": "Head-Up Display", "Keys": [{"Key": "technology", "Category": "Technology"}]},
{"FeatureId": "surround-camera", "FullTitle": "Surround View Camera System", "Keys": [{"Key": "safety", "Category": "Safety"}]},
{"FeatureId": "heated-seats", "FullTitle": "Heated Front Seats", "Keys": [{"Key": "comfort", "Category": "Interior"}]},
{"FeatureId": "power-liftgate", "FullTitle": "Power Tailgate with Walk-Away Auto Close", "Keys": [{"Key": "convenience", "Category": "Exterior"}]},
{"FeatureId": "heated-steering", "FullTitle": "Heated Steering Wheel", "Keys": [{"Key": "comfort", "Category": "Interior"}]},
{"FeatureId": "sunroof", "FullTitle": "Power Moonroof", "Keys": [{"Key": "sunroof", "Category": "Exterior"}]}
],
"Subsets": [
{
"Id": "acura-rdx-tech-model-subset",
"SetId": "TC2H5TKNW",
"Attributes": {
"ec_transmission": "10-Speed Automatic",
"ec_drivetrain": "SH-AWD",
"ec_engine": "2.0L Turbocharged 4-Cylinder",
"ec_city_hwy_mpg": "21/27"
}
}
]
}
]
},
"MSRPDisclaimer": "MSRP excludes destination & handling charge."
}
Specials
Single-call endpoint returning all currently active finance, lease, and incentive offers. The response structure is identical between Honda and Acura; a small set of fields differ.
Honda — GET /platform/api/v1/specials
GET https://automobiles.honda.com/platform/api/v1/specials
No query parameters.
Sample response:
Sample response
{
"Offers": [
{
"Id": "a1hUT00000121c9YAA-RZ2H7TJW",
"eShoppingId": "a1hUT00000121c9YAA",
"ahmSalesProgramId": "HP-62W",
"SalesProgramName": "2026 HR-V Special APR",
"SalesProgramType": "Finance",
"SalesProgramTypeDescription": "Special APR",
"StartDate": "2026-05-01",
"EndDate": "2026-07-06",
"IsFeatured": true,
"IsUniversal": false,
"BusinessPriority": 3,
"ModelId": "RZ2H7TJW",
"ModelGroupName": "HR-V",
"ModelYear": 2026,
"ModelMsrp": 31850.0,
"ModelStockPhoto": "/-/media/Honda-Automobiles/Vehicles/2026/HR-V/AW/Thumb/thumb_HR-V_front_HR-VAWDEX-L_2026_CrystalBlackPearl_RZ2H7TJW_NH-731P.jpg",
"ModelStockPhotoLarge": "/-/media/Honda-Automobiles/Vehicles/2026/HR-V/AW/Carshot/carshot_HR-V_front_HR-VAWDEX-L_2026_CrystalBlackPearl_RZ2H7TJW_NH-731P.png",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"RZ2H7TJW",
"RZ1H7TJW",
"RZ2H5TEW",
"RZ1H5TEW",
"RZ2H3TEW",
"RZ1H3TEW"
],
"SpecialShortDescription": "3.49% APR 24-48 MOS. or 4.49% APR 49-60 MOS. or 5.49% APR 61-72 MOS.",
"SpecialDescription": "Available on approved credit through Honda Financial Services, 3.49% APR for up to 48 months on select new and unregistered 2026 Honda HR-V models through 7/6/2026, for well-qualified buyers. Not all buyers will qualify. Higher financing rates apply for buyers with lower credit ratings. Actual down payment may vary. Dealer participation may affect actual payment. Dealer sets actual prices. See participating dealers for details.",
"ShortDisclaimer": "For well-qualified buyers. Example: 10% down payment. 48 months financing at $22.35/month per $1,000 financed.",
"TermsAndConditions": null,
"ModelMarketingName": "HR-V Continuously Variable Transmission AWD EX-L",
"ModelTrim": "EX-L",
"ModelDriveTrain": "AWD",
"PaymentTerms": {
"FinanceTerms": [
{
"APR": 3.49,
"TermMin": 24,
"TermMax": 48
},
{
"APR": 4.49,
"TermMin": 49,
"TermMax": 60
},
{
"APR": 5.49,
"TermMin": 61,
"TermMax": 72
}
]
},
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferType": null,
"OfferAttributes": [
"graduate",
"military"
],
"AllowedStackableOffers": null,
"EShoppingCategory": "R",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null,
"ModelShortName": "HR-V AWD EX-L",
"ModelSeriesItemName": "hr-v",
"VehicleCategoryName": "HR-V"
},
{
"Id": "a1hUT00000121p4YAA-RL6H6TJNW",
"eShoppingId": "a1hUT00000121p4YAA",
"ahmSalesProgramId": "HP-92W",
"SalesProgramName": "2026 Odyssey EX-L Featured Special Lease",
"SalesProgramType": "Lease",
"SalesProgramTypeDescription": "Featured Special Lease",
"StartDate": "2026-05-01",
"EndDate": "2026-07-06",
"IsFeatured": true,
"IsUniversal": false,
"BusinessPriority": 3,
"ModelId": "RL6H6TJNW",
"ModelGroupName": "Odyssey",
"ModelYear": 2026,
"ModelMsrp": 42795.0,
"ModelStockPhoto": "/-/media/Honda-Automobiles/Vehicles/2026/Odyssey/AW/Thumb/thumb_Odyssey_front_ODYSSEYEX-L_2026_CrystalBlackPearl_RL6H6TJNW_NH-731P.jpg",
"ModelStockPhotoLarge": "/-/media/Honda-Automobiles/Vehicles/2026/Odyssey/AW/Carshot/carshot_Odyssey_front_ODYSSEYEX-L_2026_CrystalBlackPearl_RL6H6TJNW_NH-731P.png",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"RL6H9TKNW",
"RL6H8TKNW",
"RL6H7TJNW",
"RL6H6TJNW"
],
"SpecialShortDescription": "$439.00 Lease Per MO. For 36 MOS. $3,999.00 Due at lease signing.",
"SpecialDescription": "Offer excludes accessories and premium paint color. Closed-end lease for 2026 Odyssey EX-L available through 7/6/2026, to approved lessees by Honda Financial Services. MSRP $44,290.00 (includes destination; excludes tax, title, license, registration, options, insurance). Actual net capitalized cost $39,462.68. Total monthly payments $15,804.00. Option to purchase at lease end $27,902.70. Lessee responsible for maintenance, excessive wear/tear and up to 20\u00a2/mi. over 10,000 miles/year. Dealer participation may affect actual payment. Dealer sets actual prices. See participating dealers for details.",
"ShortDisclaimer": "Includes down payment, no security deposit required; excludes tax, title, license and dealer fees. For well-qualified customers.",
"TermsAndConditions": null,
"ModelMarketingName": "Odyssey 10 Speed Automatic EX-L",
"ModelTrim": "EX-L",
"ModelDriveTrain": "FWD",
"LeasePaymentInfo": {
"TermMonths": 36,
"BaseMonthlyPayment": 439.0,
"TotalDueAtSigning": 3999.0,
"CapitalCostReduction": 3560.0,
"MoneyFactor": 0.00175,
"AnnualMiles": "10000"
},
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferType": null,
"OfferAttributes": [
"graduate",
"military"
],
"AllowedStackableOffers": null,
"EShoppingCategory": "L",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null,
"ModelShortName": "Odyssey EX-L",
"ModelSeriesItemName": "odyssey",
"VehicleCategoryName": "Odyssey"
},
{
"Id": "a1hUT000000xPbtYAE-FE2F5SEW",
"eShoppingId": "a1hUT000000xPbtYAE",
"ahmSalesProgramId": "",
"SalesProgramName": "Honda Military Appreciation Offer",
"SalesProgramType": "Military",
"SalesProgramTypeDescription": "Honda Military Appreciation Offer",
"StartDate": "2026-04-01",
"EndDate": "2027-03-31",
"IsFeatured": true,
"IsUniversal": true,
"BusinessPriority": 3,
"ModelGroupName": "All Vehicles",
"ModelStockPhoto": "/-/media/Honda-Automobiles/Vehicles/2025/civic-sedan/AW/Thumb/thumb_CivicSedan_front_CIVIC4DSPORT_2025_CrystalBlackPearl_FE2F5SEW_NH-731P.jpg",
"ModelStockPhotoLarge": "/-/media/Honda-Automobiles/Vehicles/2025/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DSPORT_2025_CrystalBlackPearl_FE2F5SEW_NH-731P.png",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"FE4F8SKNW",
"FE2F5SEW",
"FL2H8SEW",
"FE4F8SJW",
"FL4H8SJW",
"FE2F2SEW",
"FL4H9SKNW",
"RS4H4SJW",
"RS6H8SJXW",
"RS6H5SJXW",
"RS6H9SKXW",
"RS4H7SJW",
"RS5H8SJXW",
"RS3H7SJW",
"RS5H5SJXW",
"RS3H4SJW",
"RS4H2SEW",
"RS3H2SEW",
"RZ2H7SJW",
"RZ1H7SJW",
"RZ2H5SEW",
"RZ1H5SEW",
"RZ2H3SEW",
"RZ1H3SEW",
"RL6H9SKNW",
"RL6H8SKNW",
"RL6H7SJNW",
"RL6H6SJNW",
"YF8H6SKNW",
"YF8H5SJNW",
"YK3F8SKNW",
"YK3F6SKNW",
"YK3F5SJNW",
"YK3F1SEW",
"CY1F2SEW",
"CY2F8SKNW",
"CY2F7SJXW",
"CY2F6SJNW",
"CY1F4SJW",
"CY2F5SJW",
"FE1E5SKW",
"FE1E5SKXW",
"FL5G4SGW",
"YG1H9SKNW",
"YG1H8SKNW",
"YG1H7SKNW",
"YG1H6SJW",
"YG2H7SKNW",
"YG1H4SENW",
"YG2H4SENW",
"YG1H3SEW",
"YG2H3SEW",
"3B4H8SJW",
"3B4H6SJW",
"3B3H6SJXW",
"3B4H2SEW",
"3B3H2SEXW",
"YF9H8TKXW",
"YF9H8TKNW",
"YF9H5TKXW",
"YF9H5TKW",
"YF9H3TGZW",
"YF9H3TGYW",
"YF9H3TGXW",
"FE2F5TEW",
"FL2H8TEW",
"FE4F8TKNW",
"FL4H9TKYW",
"FL4H8TJYW",
"FE4F8TJW",
"FE2F2TEW",
"FE1E5TKXW",
"RS4H7TJW",
"RS6H9TKXW",
"RS6H8TJFW",
"RS6H6TJZW",
"RS5H8TJFW",
"RS6H5TJXW",
"RS5H5TJXW",
"RS3H7TJW",
"RS4H4TJW",
"RS3H4TJW",
"RS4H2TEW",
"RS3H2TEW",
"RZ2H7TJW",
"RZ1H7TJW",
"RZ2H5TEW",
"RZ1H5TEW",
"RZ2H3TEW",
"RZ1H3TEW",
"RL6H9TKNW",
"RL6H8TKNW",
"RL6H7TJNW",
"RL6H6TJNW",
"YK3F9TKNW",
"YK3F8TKNW",
"YK3F7TKNW",
"YK3F6TKNW",
"YK3F5TJNW",
"YK3F1TEW",
"ZC8H5SGNW",
"CY2F8TKNW",
"CY2F7TJXW",
"CY2F6TJNW",
"CY2F5TJW",
"CY1F4TJW",
"CY1F2TEW",
"FL5G4TGW",
"ZC8H5TGNW",
"YG1H9TKNW",
"YG1H8TKNW",
"YG1H7TKYW",
"YG1H7TKNW",
"YG1H6TJW",
"YG1H4TENW",
"YG2H4TENW",
"YG1H3TEW",
"YG2H3TEW",
"3B4H8TJW",
"3B4H6TJW",
"3B3H6TJXW",
"3B4H2TEW",
"3B3H2TEXW",
"BF1D6TEW",
"RZ2H7VJW",
"RZ1H7VJW",
"RZ2H5VEW",
"RZ1H5VEW",
"RZ2H3VEW",
"RZ1H3VEW"
],
"SpecialShortDescription": "In appreciation for your military service, Honda is offering select U.S. Military individuals and their spouses $500 toward any 2025 or newer model year Honda automobile when you finance or lease through Honda Financial Services\u00ae (HFS). See offer details for customer and vehicle eligibility toward cap cost/down payment assistance.",
"SpecialDescription": "For well-qualified clients who meet the Military Appreciation Offer criteria, subject to approval by HFS. Only one $500 Honda Military Appreciation offer per vehicle. $500 towards Cap Cost Reduction or Down Payment Assistance with the lease or purchase of a new and not previously reported sold Honda vehicle. Offer cannot be combined with Zero Due at Signing Lease Program. Offer applies to Active Duty U.S. Military and Ready Reserve and their spouses; eligible U.S. Military Veterans within two years of their separation from active service and their spouses; eligible U.S. Military Retirees; spouses of U.S. Military Retirees and Gold Star family members. Offer valid through 3/31/2027 and may be terminated at any time. NOTE: During the term of the retail installment finance contract or lease with Honda Financial Services, buyer may not take their vehicle outside the United States without prior written consent of Honda Financial Services. During the term of the retail installment finance contract or lease, buyer must notify Honda Financial Services immediately of any change in buyer address.",
"ShortDisclaimer": null,
"TermsAndConditions": null,
"ModelDriveTrain": null,
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferAmount": 500.0,
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "ML",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null,
"ModelShortName": null,
"ModelSeriesItemName": null,
"VehicleCategoryName": null
},
{
"Id": "a1hUT000000xPtdYAE-FE2F5SEW",
"eShoppingId": "a1hUT000000xPtdYAE",
"ahmSalesProgramId": "",
"SalesProgramName": "Honda College Graduate Bonus",
"SalesProgramType": "Conquest",
"SalesProgramTypeDescription": "Honda Graduate Offer",
"StartDate": "2026-04-01",
"EndDate": "2027-03-31",
"IsFeatured": true,
"IsUniversal": true,
"BusinessPriority": 3,
"ModelGroupName": "All Vehicles",
"ModelStockPhoto": "/-/media/Honda-Automobiles/Vehicles/2025/civic-sedan/AW/Thumb/thumb_CivicSedan_front_CIVIC4DSPORT_2025_CrystalBlackPearl_FE2F5SEW_NH-731P.jpg",
"ModelStockPhotoLarge": "/-/media/Honda-Automobiles/Vehicles/2025/civic-sedan/AW/Carshot/carshot_CivicSedan_front_CIVIC4DSPORT_2025_CrystalBlackPearl_FE2F5SEW_NH-731P.png",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"FE4F8SKNW",
"FE2F5SEW",
"FL2H8SEW",
"FE4F8SJW",
"FL4H8SJW",
"FE2F2SEW",
"FL4H9SKNW",
"RS4H4SJW",
"RS6H8SJXW",
"RS6H5SJXW",
"RS6H9SKXW",
"RS4H7SJW",
"RS5H8SJXW",
"RS3H7SJW",
"RS5H5SJXW",
"RS3H4SJW",
"RS4H2SEW",
"RS3H2SEW",
"RZ2H7SJW",
"RZ1H7SJW",
"RZ2H5SEW",
"RZ1H5SEW",
"RZ2H3SEW",
"RZ1H3SEW",
"RL6H9SKNW",
"RL6H8SKNW",
"RL6H7SJNW",
"RL6H6SJNW",
"YF8H6SKNW",
"YF8H5SJNW",
"YK3F8SKNW",
"YK3F6SKNW",
"YK3F5SJNW",
"YK3F1SEW",
"CY1F2SEW",
"CY2F8SKNW",
"CY2F7SJXW",
"CY2F6SJNW",
"CY1F4SJW",
"CY2F5SJW",
"FE1E5SKW",
"FE1E5SKXW",
"FL5G4SGW",
"YG1H9SKNW",
"YG1H8SKNW",
"YG1H7SKNW",
"YG1H6SJW",
"YG2H7SKNW",
"YG1H4SENW",
"YG2H4SENW",
"YG1H3SEW",
"YG2H3SEW",
"3B4H8SJW",
"3B4H6SJW",
"3B3H6SJXW",
"3B4H2SEW",
"3B3H2SEXW",
"YF9H8TKXW",
"YF9H8TKNW",
"YF9H5TKXW",
"YF9H5TKW",
"YF9H3TGZW",
"YF9H3TGYW",
"YF9H3TGXW",
"FE2F5TEW",
"FL2H8TEW",
"FE4F8TKNW",
"FL4H9TKYW",
"FL4H8TJYW",
"FE4F8TJW",
"FE2F2TEW",
"FE1E5TKXW",
"RS4H7TJW",
"RS6H9TKXW",
"RS6H8TJFW",
"RS6H6TJZW",
"RS5H8TJFW",
"RS6H5TJXW",
"RS5H5TJXW",
"RS3H7TJW",
"RS4H4TJW",
"RS3H4TJW",
"RS4H2TEW",
"RS3H2TEW",
"RZ2H7TJW",
"RZ1H7TJW",
"RZ2H5TEW",
"RZ1H5TEW",
"RZ2H3TEW",
"RZ1H3TEW",
"RL6H9TKNW",
"RL6H8TKNW",
"RL6H7TJNW",
"RL6H6TJNW",
"YK3F9TKNW",
"YK3F8TKNW",
"YK3F7TKNW",
"YK3F6TKNW",
"YK3F5TJNW",
"YK3F1TEW",
"ZC8H5SGNW",
"CY2F8TKNW",
"CY2F7TJXW",
"CY2F6TJNW",
"CY2F5TJW",
"CY1F4TJW",
"CY1F2TEW",
"FL5G4TGW",
"ZC8H5TGNW",
"YG1H9TKNW",
"YG1H8TKNW",
"YG1H7TKYW",
"YG1H7TKNW",
"YG1H6TJW",
"YG1H4TENW",
"YG2H4TENW",
"YG1H3TEW",
"YG2H3TEW",
"3B4H8TJW",
"3B4H6TJW",
"3B3H6TJXW",
"3B4H2TEW",
"3B3H2TEXW",
"BF1D6TEW",
"RZ2H7VJW",
"RZ1H7VJW",
"RZ2H5VEW",
"RZ1H5VEW",
"RZ2H3VEW",
"RZ1H3VEW"
],
"SpecialShortDescription": "If you are a recent or soon-to-be college graduate, we know that you are embarking on a new phase of your life, and that phase may include a new vehicle! To reward your hard work, Honda would like to offer you $500 toward any new and untitled 2025 or newer Honda automobile when you finance or lease with Honda Financial Services\u00ae (HFS).\n\nSee offer details for customer and vehicle eligibility toward cap cost/down payment assistance.",
"SpecialDescription": "For well-qualified clients who meet Honda Graduate Program criteria, subject to approval by HFS. Only one $500 Honda College Graduate Bonus per vehicle. $500 towards Cap Cost Reduction or Down Payment Assistance with the lease or purchase of a new and not previously reported sold Honda vehicle. Offer cannot be combined with Zero Due at Signing Lease Program. Offer applies to eligible college graduates who have graduated within the past two years or will graduate within the next six months with a master\u2019s, bachelor\u2019s or associate degree from a U.S.-accredited college or registered nursing school. Offer valid through 3/31/2027 and may be terminated at any time.",
"ShortDisclaimer": null,
"TermsAndConditions": null,
"ModelDriveTrain": null,
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferAmount": 500.0,
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "GD",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null,
"ModelShortName": null,
"ModelSeriesItemName": null,
"VehicleCategoryName": null
},
{
"Id": "a1hUT0000011kbJYAQ-RS5H5TJXW",
"eShoppingId": "a1hUT0000011kbJYAQ",
"ahmSalesProgramId": "",
"SalesProgramName": "2026 CR-V Hybrid Loyalty/Conquest/Lease/Finance Offer",
"SalesProgramType": "AcuraLoyaltyConquest",
"SalesProgramTypeDescription": "Honda Loyalty/Conquest Offer",
"StartDate": "2026-05-27",
"EndDate": "2026-07-06",
"IsFeatured": true,
"IsUniversal": false,
"BusinessPriority": 3,
"ModelId": "RS5H5TJXW",
"ModelGroupName": "CR-V",
"ModelYear": 2026,
"ModelMsrp": 35630.0,
"ModelStockPhoto": "/-/media/Honda-Automobiles/Vehicles/2026/CR-V/AW/Thumb/thumb_CR-V_front_CR-VHYBRID2WDSPORT_2026_CanyonRiverBlueMetallic_RS5H5TJXW_B-640M.jpg",
"ModelStockPhotoLarge": "/-/media/Honda-Automobiles/Vehicles/2026/CR-V/AW/Carshot/carshot_CR-V_front_CR-VHYBRID2WDSPORT_2026_CanyonRiverBlueMetallic_RS5H5TJXW_B-640M.png",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"RS6H9TKXW",
"RS6H8TJFW",
"RS6H6TJZW",
"RS5H8TJFW",
"RS6H5TJXW",
"RS4H7TJW",
"RS5H5TJXW",
"RS3H7TJW",
"RS4H4TJW",
"RS3H4TJW",
"RS4H2TEW",
"RS3H2TEW"
],
"SpecialShortDescription": "$500 toward the lease/finance of a new 2026 CR-V Hybrid vehicle.",
"SpecialDescription": "Eligible through 7/6/2026. $500 toward Cap Cost Reduction or Down Payment Assistance with the lease/finance of a new and not previously reported sold 2026 CR-V Hybrid to qualified current owners of any 2011 or newer Honda or any of the competitive brands listed above. Must provide proof of ownership of eligible vehicle in the form of a current vehicle registration or proof of valid auto insurance. No trade-in required. Offer excludes purchases made prior to the program period and is transferable among members of the same household when the retail delivery registration address matches the current address of the proof of ownership document. Not redeemable for cash. Incentive paid to dealer and requires dealer participation. Not all customers will qualify. See dealer for details.",
"ShortDisclaimer": "Available to current owners of any 2011 or newer Honda, Chevrolet, Chrysler, Dodge, Ford, GMC, Hyundai, Jeep, Kia, Mazda, Nissan, RAM, Subaru, Tesla, Toyota and Volkswagen vehicles",
"TermsAndConditions": null,
"ModelMarketingName": "CR-V Continuously Variable Transmission 2WD Sport Hybrid",
"ModelTrim": "Sport Hybrid",
"ModelDriveTrain": "2WD",
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferAmount": 500.0,
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "LC",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null,
"ModelShortName": "CR-V 2WD Sport Hybrid",
"ModelSeriesItemName": "cr-v",
"VehicleCategoryName": "CR-V Hybrid"
}
]
}
Notable response fields:
| Field | Notes |
|---|---|
Offers[].Id | Composite: {eShoppingId}-{ModelId} |
Offers[].SalesProgramType | Finance, Lease, Conquest, Military, AcuraConquest, AcuraLoyaltyConquest |
Offers[].StartDate / EndDate | ISO-8601 date strings |
Offers[].ModelId | 8-character model code; null for universal offers |
Offers[].ApplicableModelIds[] | All model codes the offer applies to |
Offers[].PaymentTerms.FinanceTerms[] | APR tiers; present only for SalesProgramType=Finance |
Availability: Typically 20–35 active offers at any time.
Acura — GET /platform/api/v1/specials
GET https://www.acura.com/platform/api/v1/specials
Analogous to Honda Specials.
Query parameters:
| Parameter | Required | Notes |
|---|---|---|
requestHCPV | No | Pass true to include Corporate Purchase Vehicle offers. Default returns ~15 offers; true returns ~24. The pipeline always passes true. |
Sample response:
Sample response
{
"Offers": [
{
"Id": "a1hUT00000121ibYAA-YE1H3TJNW",
"eShoppingId": "a1hUT00000121ibYAA",
"ahmSalesProgramId": "AP-18C",
"SalesProgramName": "2026 MDX SH-AWD 10 Speed Automatic Featured Special Lease",
"SalesProgramType": "Lease",
"SalesProgramTypeDescription": "Featured Special Lease",
"StartDate": "2026-05-01",
"EndDate": "2026-06-30",
"IsFeatured": true,
"BusinessPriority": 3,
"ModelId": "YE1H3TJNW",
"ModelGroupName": "MDX",
"ModelYear": 2026,
"ModelStockPhoto": "/-/media/Acura-Platform/Vehicles/2026/MDX/AW/Thumb/thumb_MDX_front_MDXSH-AWD_2026_SolarSilverMetallic_YE1H3TJNW_NH-932M.jpg",
"ModelStockPhotoLarge": "/-/media/Acura-Platform/Vehicles/2026/MDX/AW/Medium/medium_MDX_front_MDXSH-AWD_2026_SolarSilverMetallic_YE1H3TJNW_NH-932M.jpg",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"YD8H8TKNW",
"YE1H9TKNW",
"YE1H8TKNW",
"YE1H0TKNW",
"YE1H4TKNW",
"YD9H4TKNW",
"YE1H3TJNW",
"YD9H3TJNW"
],
"SpecialShortDescription": "$599.00 PER MO./36 MO. $4,999.00 due at lease signing.",
"SpecialDescription": "Closed-end lease for 2026 MDX SH-AWD 10 Speed Automatic vehicles (YE1H3TJNW) available from May 1, 2026 through June 30, 2026, available to well-qualified lessees approved by Acura Financial Services. Not all lessees will qualify. Higher lease rates apply for lessees with lower credit ratings. Lease offers vary based on MSRP. MSRP $55,450.00 (includes destination; excludes taxes, titles, license and documentary service fees). Actual net capitalized cost $49,179.10. Net capitalized cost includes $595 acquisition fee. Dealer contribution may vary and could affect actual lease payment. Total monthly payments $21,564.00. Option to purchase at lease end $32,715.50. Dealers set actual prices.",
"ShortDisclaimer": "Includes down payment with no security deposit. Excludes taxes, titles, license and documentary service fees. For well-qualified lessees.",
"TermsAndConditions": "Must take new retail delivery of vehicle from dealer stock by June 30, 2026. Lessee responsible for maintenance, excessive wear/tear and up to 20\u00a2/mile over 10000 miles/year. See your Acura dealer for complete details.",
"ModelMarketingName": "MDX 10 Speed Automatic SH-AWD",
"LeasePaymentInfo": {
"TermMonths": 36,
"BaseMonthlyPayment": 599.0,
"TotalDueAtSigning": 4999.0,
"CapitalCostReduction": 4400.0,
"MoneyFactor": 0.00173
},
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "L",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null
},
{
"Id": "a1hUT00000121KPYAY-TC2H8TKNW",
"eShoppingId": "a1hUT00000121KPYAY",
"ahmSalesProgramId": "AP-14C",
"SalesProgramName": "2026 RDX Special APR",
"SalesProgramType": "Finance",
"SalesProgramTypeDescription": "Special APR",
"StartDate": "2026-05-01",
"EndDate": "2026-06-30",
"IsFeatured": true,
"BusinessPriority": 3,
"ModelId": "TC2H8TKNW",
"ModelGroupName": "RDX",
"ModelYear": 2026,
"ModelStockPhoto": "/-/media/Acura-Platform/Vehicles/2026/RDX/AW/Thumb/thumb_RDX_front_RDXSH-AWDA-SPECADV_2026_SolarSilverMetallic_TC2H8TKNW_NH-932M.jpg",
"ModelStockPhotoLarge": "/-/media/Acura-Platform/Vehicles/2026/RDX/AW/Medium/medium_RDX_front_RDXSH-AWDA-SPECADV_2026_SolarSilverMetallic_TC2H8TKNW_NH-932M.jpg",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"TC2H8TKNW",
"TC2H7TKNW",
"TC2H6TKNW",
"TC2H5TKNW",
"TC2H4TJNW"
],
"SpecialShortDescription": "3.99% APR for 24-60 months.",
"SpecialDescription": null,
"ShortDisclaimer": "For well-qualified buyers.",
"TermsAndConditions": "Special APR offer valid on new and unregistered 2026 RDX vehicles from May 1, 2026 through June 30, 2026, to well-qualified buyers on approved credit by Acura Financial Services through participating dealers. Must take new retail delivery of vehicle from dealer stock by June 30, 2026. Not all buyers may qualify. Higher rates apply for buyers with lower credit ratings. Example for 2026 RDX: 10% down payment. 3.99% for 60 months financing at $18.41 a month for every $1,000.00 financed. Dealers set actual prices. See your Acura dealer for details.",
"ModelMarketingName": "RDX 10 Speed Automatic SH-AWD A-Spec with Advance Package",
"PaymentTerms": {
"FinanceTerms": [
{
"APR": 3.99,
"TermMin": 24,
"TermMax": 60
}
]
},
"SampleFinancePayment": {
"SampleAPR": 3.99,
"SampleTerm": 60,
"SampleMonthlyPayment": 18.41
},
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "R",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null
},
{
"Id": "a1hUT000000xNtRYAU-DE4G7SJW",
"eShoppingId": "a1hUT000000xNtRYAU",
"ahmSalesProgramId": "",
"SalesProgramName": "Acura Graduate Offer",
"SalesProgramType": "Conquest",
"SalesProgramTypeDescription": "Acura Graduate Offer",
"StartDate": "2026-04-01",
"EndDate": "2027-03-31",
"IsFeatured": true,
"BusinessPriority": 3,
"ModelGroupName": "All Vehicles",
"ModelStockPhoto": "/-/media/Acura-Platform/Vehicles/2025/Integra/AW/Thumb/thumb_Integra_front_INTEGRAA-SPECTECH_2025_LunarSilverMetallic_DE4G7SJW_NH-830M.jpg",
"ModelStockPhotoLarge": "/-/media/Acura-Platform/Vehicles/2025/Integra/AW/Medium/medium_Integra_front_INTEGRAA-SPECTECH_2025_LunarSilverMetallic_DE4G7SJW_NH-830M.jpg",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"DE5G9SEW",
"DE4G7SJW",
"DE4H6SJW",
"DE4H3SJW",
"DE4H2SJW",
"YD8H8SKNW",
"YE1H9SKNW",
"YE1H8SKNW",
"YE1H0SKNW",
"YE1H4SKNW",
"YD9H4SKNW",
"YE1H3SJNW",
"YD9H3SJNW",
"TC2H8SKNW",
"TC2H7SKNW",
"TC2H6SKNW",
"TC2H5SKNW",
"TC2H4SJNW",
"UB7F0SGW",
"UB6F5SGNW",
"UB5F4SGNW",
"SA2H7SJNW",
"SA1H7SJNW",
"SA2H5SJNW",
"SA1H5SJNW",
"SA2H3SJNW",
"SA1H3SJNW",
"DE5G9TEW",
"DE4H6TJW",
"DE4G7TJW",
"DE4H3TJW",
"DE4H2TJW",
"YD8H8TKNW",
"YE1H9TKNW",
"YE1H8TKNW",
"YE1H0TKNW",
"YE1H4TKNW",
"YD9H4TKNW",
"YE1H3TJNW",
"YD9H3TJNW",
"TC2H8TKNW",
"TC2H7TKNW",
"TC2H6TKNW",
"TC2H5TKNW",
"TC2H4TJNW",
"SA2H7TJNW",
"SA1H7TJNW",
"SA2H5TJNW",
"SA1H5TJNW",
"SA2H3TJNW",
"SA1H3TJNW"
],
"SpecialShortDescription": "Acura would like to recognize your recent accomplishment by helping you get into the right luxury vehicle, with a $500 savings towards an eligible 2025 or newer Integra, TLX, ADX, RDX, or MDX vehicle when you finance or lease with Acura Financial Services (AFS).",
"SpecialDescription": "Client Qualifications: \n Eligible client has graduated within the past two years or will graduate within the next six months with a doctorate's, master's, bachelor's or associate's degree from a U.S.-accredited college or registered nursing school. Eligible client must provide a copy of a diploma or college transcripts as proof of graduation eligibility and all other documents as required by AFS. Eligible client must meet Acura Financial Services (AFS) credit criteria and sign an AFS retail finance, Acura Luxury Lease\u2122 or Acura Leadership Purchase Plan\u00ae contract.\u00a0 Eligible client must be listed on the AFS contract as the primary buyer. Lease: $500 is applied towards the capitalized cost reduction of the vehicle. Monthly payment and total due at lease signing are calculated after $500 reduction. Purchase: $500 is applied towards the down payment. The following Acura Financial Services requirements may apply: \n No adverse credit history. Proof of employment or a firm commitment from an employer (verifiable) with a start date of no more than 120 days from the date of the AFS contract. Monthly income sufficient to cover current obligations, living expenses and the vehicle payment.",
"ShortDisclaimer": "See offer details for client and vehicle eligibility.",
"TermsAndConditions": "For well-qualified clients, subject to approval by AFS. \u00a0Only one $500 Acura Graduate Offer per vehicle. Offer cannot be combined with Zero Due at Signing leases. Offer not valid on Acura Certified Pre-Owned vehicles or used vehicles. Offer valid through March 31, 2027\u00a0and may be terminated at any time.",
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferAmount": 500.0,
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "GD",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null
},
{
"Id": "a1hUT000000xVivYAE-UB6F5SGNW",
"eShoppingId": "a1hUT000000xVivYAE",
"ahmSalesProgramId": "",
"SalesProgramName": "Military Appreciation Offer",
"SalesProgramType": "Military",
"SalesProgramTypeDescription": "Acura Military Appreciation Offer",
"StartDate": "2026-04-01",
"EndDate": "2027-03-31",
"IsFeatured": true,
"BusinessPriority": 3,
"ModelGroupName": "All Vehicles",
"ModelStockPhoto": "/-/media/Acura-Platform/Vehicles/2025/TLX/AW/Thumb/thumb_TLX_front_TLXSH-AWDA-SPEC_2025_LunarSilverMetallic_UB6F5SGNW_NH-830M.jpg",
"ModelStockPhotoLarge": "/-/media/Acura-Platform/Vehicles/2025/TLX/AW/Medium/medium_TLX_front_TLXSH-AWDA-SPEC_2025_LunarSilverMetallic_UB6F5SGNW_NH-830M.jpg",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"UB7F0SGW",
"UB6F5SGNW",
"UB5F4SGNW",
"DE5G9SEW",
"DE4H6SJW",
"DE4G7SJW",
"DE4H3SJW",
"DE4H2SJW",
"YD8H8SKNW",
"YE1H9SKNW",
"YE1H8SKNW",
"YE1H0SKNW",
"YE1H4SKNW",
"YD9H4SKNW",
"YE1H3SJNW",
"YD9H3SJNW",
"TC2H8SKNW",
"TC2H7SKNW",
"TC2H6SKNW",
"TC2H5SKNW",
"TC2H4SJNW",
"SA2H7SJNW",
"SA1H7SJNW",
"SA2H5SJNW",
"SA1H5SJNW",
"SA2H3SJNW",
"SA1H3SJNW",
"YD8H8TKNW",
"YE1H9TKNW",
"YE1H8TKNW",
"YE1H0TKNW",
"YE1H4TKNW",
"YD9H4TKNW",
"YE1H3TJNW",
"YD9H3TJNW",
"TC2H8TKNW",
"TC2H7TKNW",
"TC2H6TKNW",
"TC2H5TKNW",
"TC2H4TJNW",
"DE5G9TEW",
"DE4G7TJW",
"DE4H6TJW",
"DE4H3TJW",
"DE4H2TJW",
"SA2H7TJNW",
"SA1H7TJNW",
"SA2H5TJNW",
"SA1H5TJNW",
"SA2H3TJNW",
"SA1H3TJNW"
],
"SpecialShortDescription": "In appreciation for your service, Acura would like to offer $750 savings towards an eligible 2025 or newer Integra, TLX, ADX, RDX, or MDX vehicle when you finance or lease through Acura Financial Services (AFS).",
"SpecialDescription": null,
"ShortDisclaimer": "See offer details for client and vehicle eligibility.",
"TermsAndConditions": "For well-qualified clients who meet the Military Appreciation Offer criteria, subject to approval by AFS. Offer is for an eligible 2025 or newer Integra, TLX, ADX, RDX, or MDX vehicle. Only one $750 Military Appreciation Offer per vehicle. $750 towards capitalized cost reduction or down payment assistance with the lease or purchase of an eligible new and not previously reported sold Acura vehicle. Offer cannot be combined with Zero Due at Signing leases. Offer applies to eligible Active-Duty U.S. Military or Ready Reserve and their spouses; eligible U.S. Military Veterans within two years of separation from active service and their spouses; eligible U.S. Military Retirees within two years of separation from active service and their spouses; or eligible Gold Star family members. Offer not valid on Acura Certified Pre-Owned vehicles or used vehicles. Offer valid through March 31, 2027 and may be terminated at any time. NOTE: During the term of the retail installment finance contract or lease with Acura Financial Services, buyer may not take their vehicle outside of the United States without prior written consent of Acura Financial Services and must notify Acura Financial Services immediately of any change in buyer's address.",
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferAmount": 750.0,
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "ML",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null
},
{
"Id": "a1hUT0000011FfZYAU-DE4G7TJW",
"eShoppingId": "a1hUT0000011FfZYAU",
"ahmSalesProgramId": "",
"SalesProgramName": "2026 Integra $2,000 Loyalty/Conquest Offer",
"SalesProgramType": "AcuraLoyaltyConquest",
"SalesProgramTypeDescription": "Acura Loyalty/Conquest Offer",
"StartDate": "2026-05-01",
"EndDate": "2026-06-30",
"IsFeatured": true,
"BusinessPriority": 3,
"ModelId": "DE4G7TJW",
"ModelGroupName": "Integra",
"ModelYear": 2026,
"ModelStockPhoto": "/-/media/Acura-Platform/Vehicles/2026/Integra/AW/Thumb/thumb_Integra_front_INTEGRA-A-SPEC-TECH_2026_SolarSilverMetallic_DE4G7TJW_NH-932M.jpg",
"ModelStockPhotoLarge": "/-/media/Acura-Platform/Vehicles/2026/Integra/AW/Carshot/carshot_Integra_front_INTEGRA-A-SPEC-TECH_2026_SolarSilverMetallic_DE4G7TJW_NH-932M.png",
"ResizedModelStockPhoto": null,
"ApplicableModelIds": [
"DE4G7TJW",
"DE4H6TJW",
"DE4H3TJW",
"DE4H2TJW"
],
"SpecialShortDescription": "Available to current owners of a 2011 or newer Acura, Audi, BMW, Buick, Cadillac, Chevrolet, Chrysler, Dodge, Ford, Genesis, GMC, Honda, Hyundai, Infiniti, Jeep, Kia, Lexus, Mazda, Mercedes-Benz, Nissan, Ram, Subaru, Toyota, Volkswagen or Volvo vehicle.",
"SpecialDescription": "Eligible through 6/30/2026. $2,000 towards the capitalized cost reduction or down payment assistance with the lease or purchase of a new and not previously reported sold 2026 Integra (excludes Type S vehicles) to qualified current owners of a 2011 or newer Acura, Audi, BMW, Buick, Cadillac, Chevrolet, Chrysler, Dodge, Ford, Genesis, GMC, Honda, Hyundai, Infiniti, Jeep, Kia, Lexus, Mazda, Mercedes-Benz, Nissan, Ram, Subaru, Toyota, Volkswagen or Volvo vehicle. Must provide proof of ownership of eligible vehicle in the form of a current vehicle registration or proof of valid auto insurance. Not compatible with Zero Due at Signing leases. Offer not valid on Used, Acura Certified Pre-Owned vehicles and Fleet vehicles. No trade-in required. Offer excludes recent purchase and is transferable among members of the same household when the retail delivery registration address matches the current address on the proof of ownership document. Not redeemable for cash. Incentive paid to dealer and requires dealer participation. Not all customers qualify. See your participating Acura dealer for additional details.",
"ShortDisclaimer": "Towards the capitalized cost reduction or down payment assistance with the lease or purchase of a new 2026 Integra (excludes Type S vehicles).",
"TermsAndConditions": "Only one $2,000 2026 Integra Loyalty/Conquest offer per eligible new vehicle. Offer may be terminated at any time.",
"ModelMarketingName": "Integra 6 Speed Manual FWD A-Spec with Technology",
"AdditionalInfoUrl": "",
"BannerImageUrl": "",
"CutlineText": "",
"OfferAmount": 2000.0,
"OfferType": null,
"OfferAttributes": [],
"AllowedStackableOffers": null,
"EShoppingCategory": "LC",
"FicoLowerBound": null,
"FicoUpperBound": null,
"FicoDisabled": null,
"SelectedFeaturedOffer": null,
"EShoppingNotFound": null
}
]
}
Field differences vs Honda:
| Field | Honda | Acura |
|---|---|---|
IsUniversal | ✓ | — |
ModelMsrp | ✓ | — |
ModelTrim / ModelDriveTrain | ✓ | — |
PaymentTerms | ✓ (FinanceTerms[]) | — |
ModelShortName / ModelSeriesItemName / VehicleCategoryName | ✓ | — |
LeasePaymentInfo | — | ✓ (structured lease detail object) |
All other fields — Id, eShoppingId, SalesProgramType, StartDate, EndDate,
ModelId, ModelGroupName, ModelYear, ApplicableModelIds[],
SpecialShortDescription, OfferAttributes[], EShoppingCategory — are present
in both.
RAQ Vehicle Taxonomy
GET /platform/api/v1/vehicles/taxonomy/raq (host per brand)
Honda: automobiles.honda.com
Acura: www.acura.com
Single-call endpoint enumerating each brand's active (series, model_year)
universe (and, for Acura, the per-trim model codes that drive the configurator).
It is used only to scope the vehicles/details and inventory fetches — model
attributes themselves come from vehicles/details. CDN-cached (~4 hours); no Akamai
challenge on cache hits when Referer / sec-fetch-* (and adrum) headers are
present (see CDN-bypass exception). This replaces the former
Honda-only Build & Price (BAP) catalog.
The two brands share the endpoint but not the response shape:
Honda — recursive tree
Results[] → Vehicles[] → Vehicles[] … recursive tree with space-delimited keys;
leaf nodes carry "Taxonomy Vehicle" (already a lowercase slug, e.g.
civic-sedan) and "Model Year". No per-trim model codes (Honda has no
configurator).
Honda sample
{
"Results": [
{
"Taxonomy Name": "Current YR",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "Cars",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "Sedans",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "2026 Civic Sedan",
"Taxonomy Vehicle": "civic-sedan",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Accord Sedan",
"Taxonomy Vehicle": "accord-sedan",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Civic Si Sedan",
"Taxonomy Vehicle": "civic-si-sedan",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
}
]
}
]
},
{
"Taxonomy Name": "Hatchbacks",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "2026 Civic Hatchback",
"Taxonomy Vehicle": "civic-hatchback",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Prelude Hybrid",
"Taxonomy Vehicle": "prelude",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Civic Type R",
"Taxonomy Vehicle": "civic-type-r",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
}
]
},
{
"Taxonomy Name": "Crossover & SUVs",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "2026 Prologue",
"Taxonomy Vehicle": "prologue",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2027 HR-V",
"Taxonomy Vehicle": "hr-v",
"Taxonomy Trim": null,
"Model Year": "2027",
"Vehicles": []
},
{
"Taxonomy Name": "2026 CR-V",
"Taxonomy Vehicle": "cr-v",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 CR-V e:FCEV",
"Taxonomy Vehicle": "cr-v-fcev",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Passport",
"Taxonomy Vehicle": "passport",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Pilot",
"Taxonomy Vehicle": "pilot",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
}
]
},
{
"Taxonomy Name": "Minivan & Truck",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "2026 Odyssey",
"Taxonomy Vehicle": "odyssey",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Ridgeline",
"Taxonomy Vehicle": "ridgeline",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
}
]
},
{
"Taxonomy Name": "Electrified Vehicles",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "2025 Accord Sedan",
"Taxonomy Vehicle": "accord-sedan",
"Taxonomy Trim": "CY2F5SJW",
"Model Year": "2025",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Prologue",
"Taxonomy Vehicle": "prologue",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 CR-V",
"Taxonomy Vehicle": "cr-v",
"Taxonomy Trim": "RS5H5TJXW",
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 CR-V e:FCEV",
"Taxonomy Vehicle": "cr-v-fcev",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Civic Sedan",
"Taxonomy Vehicle": "civic-sedan",
"Taxonomy Trim": "FE4F8TJW",
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Civic Hatchback",
"Taxonomy Vehicle": "civic-hatchback",
"Taxonomy Trim": "FL4H8TJYW",
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2026 Prelude Hybrid",
"Taxonomy Vehicle": "prelude",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
}
]
}
]
},
{
"Taxonomy Name": "Previous YR",
"Taxonomy Vehicle": null,
"Taxonomy Trim": null,
"Model Year": null,
"Vehicles": [
{
"Taxonomy Name": "2025 Accord Sedan",
"Taxonomy Vehicle": "accord-sedan",
"Taxonomy Trim": null,
"Model Year": "2025",
"Vehicles": []
},
{
"Taxonomy Name": "2026 HR-V",
"Taxonomy Vehicle": "hr-v",
"Taxonomy Trim": null,
"Model Year": "2026",
"Vehicles": []
},
{
"Taxonomy Name": "2025 CR-V e:FCEV",
"Taxonomy Vehicle": "cr-v-fcev",
"Taxonomy Trim": null,
"Model Year": "2025",
"Vehicles": []
},
{
"Taxonomy Name": "2025 Civic Type R",
"Taxonomy Vehicle": "civic-type-r",
"Taxonomy Trim": null,
"Model Year": "2025",
"Vehicles": []
}
]
}
]
}
Acura — flat, with packages
Results[].Vehicles[].{TaxonomyVehicle, ModelYear, Packages[]}. TaxonomyVehicle
is UPPER-CASE (e.g. INTEGRA) and is lower-cased to match the details slug;
Packages[].VehicleModel gives the 8-character trim model codes for the
configurator.
Acura sample
{
"Results": [
{
"SitecoreId": "{B1234567-0000-0000-0000-000000000001}",
"TaxonomyName": "Current Model Year",
"TaxonomyVehicle": null,
"ModelYear": null,
"DefaultVehicleImage": "",
"DefaultVehicleImageAlt": "",
"SupplyMessage": "",
"Packages": [],
"IsCurrentModels": true,
"Vehicles": [
{
"SitecoreId": "{A4AC23C7-4882-4CB3-B2A2-F93468059133}",
"TaxonomyName": "2026 INTEGRA",
"TaxonomyVehicle": "INTEGRA",
"ModelYear": "2026",
"DefaultVehicleImage": "/-/media/INTEGRA/2026/Base_RAQ.jpg",
"DefaultVehicleImageAlt": "2026 Acura Integra Base",
"SupplyMessage": "Some packages and color combinations may be unavailable.",
"IsCurrentModels": false,
"Packages": [
{
"VehicleModel": "DE4H2TJW",
"PackageName": "INTEGRA (Standard)",
"PackageDescription": "",
"PackageImageUrl": "",
"PackageImageAlt": ""
},
{
"VehicleModel": "DE4H3TJW",
"PackageName": "A-Spec<sup>®</sup>",
"PackageDescription": "with A-Spec<sup>®</sup> Package",
"PackageImageUrl": "",
"PackageImageAlt": ""
},
{
"VehicleModel": "DE5G9TEW",
"PackageName": "Type S",
"PackageDescription": "Type S",
"PackageImageUrl": "",
"PackageImageAlt": ""
}
],
"Vehicles": []
},
{
"SitecoreId": "{C2345678-0000-0000-0000-000000000002}",
"TaxonomyName": "2026 RDX",
"TaxonomyVehicle": "RDX",
"ModelYear": "2026",
"DefaultVehicleImage": "/-/media/RDX/2026/Base_RAQ.jpg",
"DefaultVehicleImageAlt": "2026 Acura RDX",
"SupplyMessage": "",
"IsCurrentModels": false,
"Packages": [
{
"VehicleModel": "TC2H4TJNW",
"PackageName": "RDX (Standard)",
"PackageDescription": "",
"PackageImageUrl": "",
"PackageImageAlt": ""
},
{
"VehicleModel": "TC2H5TKNW",
"PackageName": "A-Spec<sup>®</sup> with Technology Package",
"PackageDescription": "with A-Spec<sup>®</sup> & Technology Package",
"PackageImageUrl": "",
"PackageImageAlt": ""
}
],
"Vehicles": []
}
]
},
{
"SitecoreId": "{B2345678-0000-0000-0000-000000000003}",
"TaxonomyName": "Previous Model Year",
"TaxonomyVehicle": null,
"ModelYear": null,
"DefaultVehicleImage": "",
"DefaultVehicleImageAlt": "",
"SupplyMessage": "",
"Packages": [],
"IsCurrentModels": false,
"Vehicles": [
{
"SitecoreId": "{D3456789-0000-0000-0000-000000000004}",
"TaxonomyName": "2025 INTEGRA",
"TaxonomyVehicle": "INTEGRA",
"ModelYear": "2025",
"DefaultVehicleImage": "/-/media/INTEGRA/2025/Base_RAQ.jpg",
"DefaultVehicleImageAlt": "2025 Acura Integra",
"SupplyMessage": "",
"IsCurrentModels": false,
"Packages": [
{
"VehicleModel": "DE4H2SJW",
"PackageName": "INTEGRA (Standard)",
"PackageDescription": "",
"PackageImageUrl": "",
"PackageImageAlt": ""
},
{
"VehicleModel": "DE5G9SEW",
"PackageName": "Type S",
"PackageDescription": "Type S",
"PackageImageUrl": "",
"PackageImageAlt": ""
}
],
"Vehicles": []
}
]
}
]
}
Configurator (Acura only)
GET https://www.acura.com/platform/api/v1/vehicles/{year}/{SERIES}/configurator?modelId={modelId}
Per-trim endpoint returning valid exterior/interior color combinations, accessory
compatibility rules, and feature categories. No Honda equivalent — Honda's
vehicles/details endpoint embeds comparable data inline.
| Parameter | Location | Notes |
|---|---|---|
year | path | 4-digit model year |
SERIES | path | Uppercase series slug, e.g. INTEGRA, RDX, MDX, ADX |
modelId | query | Trim model ID from vehicles/details; one request per trim |
Sample response (INTEGRA base trim):
Sample response
{
"settings": {
"powertrain": {
"engine": "200hp",
"drivetrain": "fwd",
"transmission": "continuously-variable-transmission"
},
"model": {
"modelYear": "2026",
"modelSeries": "integra",
"standaloneModelSeries": "INTEGRA",
"modelId": "DE4H2TJW",
"packageName": "Integra",
"enPackageName": "Integra",
"msrp": "33400.00",
"destinationCharge": "1295.00",
"prepaidMaintenance": true,
"isElectric": false
},
"defaultExterior": null,
"defaultInterior": null,
"exteriorAngles": ["03", "04", "06", "08"],
"interiorAngles": ["02", "05"]
},
"exteriors": {
"colorCombinations": [
{
"color": {
"deltaPrice": "0",
"id": "9519",
"name": "Solar Silver Metallic",
"manufacturingCode": "NH-932M",
"code": "SB",
"image": {
"alternativeText": "Solar Silver Metallic Exterior Color Swatch",
"sources": {"small": "/-/media/Acura-Platform/Color-Swatches/Gradient-Color-Swatches/exterior-swatch-solar-silver-metallic.jpg"}
}
},
"interiors": [
{
"accentName": "Silver Painted Trim",
"id": "425",
"name": "Ebony",
"manufacturingCode": "",
"code": "EN",
"image": {
"alternativeText": "Interior Ebony Non-Perf",
"sources": {"small": "/-/media/Acura-Platform/Color-Swatches/interior-fabric-packages/Integra/2026/interior-ebony-non-perf-150x150.jpg"}
}
}
]
},
{
"color": {
"deltaPrice": "600.00",
"id": "8896",
"name": "Majestic Black Pearl",
"manufacturingCode": "NH-893P",
"code": "BK",
"image": {
"alternativeText": "Majestic Black Pearl Exterior Color Swatch",
"sources": {"small": "/-/media/Acura-Platform/Color-Swatches/Gradient-Color-Swatches/majestic-black-pearl.jpg"}
}
},
"interiors": [
{
"accentName": "Silver Painted Trim",
"id": "425",
"name": "Ebony",
"manufacturingCode": "",
"code": "EN",
"image": {
"alternativeText": "Interior Ebony Non-Perf",
"sources": {"small": "/-/media/Acura-Platform/Color-Swatches/interior-fabric-packages/Integra/2026/interior-ebony-non-perf-150x150.jpg"}
}
}
]
}
]
},
"accessories": {
"items": [
{
"opCode": "INTEG26072",
"name": "Function Package",
"enName": "Function Package",
"description": "Includes All-Season Floor Mats, Trunk Tray, and Cargo Organizer",
"caption": "No dealer installation cost.",
"price": "540.00",
"optionDealerPrice": "540.00",
"priceBundle": null,
"category": "0A5414AC573944279A758371B3E42771",
"subcategory": "22602AEDE9674E6B900B4ED8CBDBC4F8",
"hidden": false,
"showInIri": true,
"rules": {
"includes": ["INTEG26414", "INTEG26075", "INTEG26413"],
"includedBy": [],
"requires": [],
"requiredBy": [],
"excludes": ["INTEG26414", "INTEG26009", "INTEG26065"]
}
},
{
"opCode": "INTEG26305",
"name": "All-Season Protection Package I",
"enName": "All-Season Protection Package I",
"description": "Includes All-Season Floor Mats, Trunk Tray, and Splash Guard Set",
"caption": "",
"price": "555.00",
"optionDealerPrice": "555.00",
"priceBundle": null,
"category": "0A5414AC573944279A758371B3E42771",
"subcategory": "1768662D7D814BE8BCDC9227F5AC4CD7",
"hidden": false,
"showInIri": false,
"rules": {
"includes": ["INTEG26009", "INTEG26014", "INTEG26065"],
"includedBy": [],
"requires": [],
"requiredBy": [],
"excludes": ["INTEG26303", "INTEG26307"]
}
},
{
"opCode": "INTEG26014",
"name": "All-Season Floor Mats",
"enName": "All-Season Floor Mats",
"description": "Help protect the carpet from dirt, mud and moisture.",
"caption": "",
"price": "199.00",
"optionDealerPrice": "199.00",
"priceBundle": null,
"category": "0A5414AC573944279A758371B3E42771",
"subcategory": null,
"hidden": false,
"showInIri": false,
"rules": {
"includes": [],
"includedBy": ["INTEG26305"],
"requires": [],
"requiredBy": [],
"excludes": []
}
}
],
"categories": [
{"id": "0A5414AC573944279A758371B3E42771", "name": "Packages"}
]
},
"features": [
{
"category": "WHEELS",
"items": [{"id": "17in-wheels", "name": "17-in Silver w/Machine-Finish Wheels"}]
},
{
"category": "SAFETY & DRIVER ASSISTANCE",
"items": [
{"id": "cmbs", "name": "Collision Mitigation Braking System™ (CMBS™)"},
{"id": "lkas", "name": "Lane Keeping Assist System (LKAS)"}
]
}
],
"charging": {"items": [], "categories": []},
"inMarketReserve": null,
"featureToggles": {}
}
Notable response fields:
| Field | Notes |
|---|---|
colorCombinations[].color.deltaPrice | Price premium over base MSRP as string; "0" for standard colors |
colorCombinations[].interiors[] | Only valid interior choices for the given exterior |
accessories[].opCode | Dealer part/option code |
accessories[].rules.includes | Op codes automatically added with this item |
accessories[].rules.excludes | Op codes incompatible with this item |
One extractor (extract_features) emits HondaFeatureEntity rows — the same
entity produced by the Honda/Acura vehicles/details features extractor — so
configurator and vehicles/details features merge into one features table.
feature_type | Rows | feature_code source | Notable fields |
|---|---|---|---|
color (exterior) | One per exterior color | manufacturingCode | category="Exterior Color", includes (valid interior codes), price |
color (interior) | One per interior color | code | category="Interior Color" |
accessory / package | One per accessory (package when it bundles other op codes) | opCode | category, price, dealer_price, includes, excludes, requires, required_by, included_by |
Key fields: feature_code, model_code, model_year. trim_group carries the
configurator packageName (trim marketing name).
Model Series
Honda 2026
accord-sedan, civic-hatchback, civic-sedan, civic-si-sedan, civic-type-r,
cr-v, cr-v-fcev, hr-v, odyssey, passport, pilot, prelude, prologue, ridgeline
14 active series. Used as modelGroup in inventory and {series} in vehicle details.
Acura 2026
| Slug | Model |
|---|---|
adx | ADX |
integra | Integra |
mdx | MDX |
rdx | RDX |
4 active series. Configurator uses the uppercase slug (e.g. INTEGRA, RDX).
Dealer Data Sources (Honda)
Honda dealer records are available from two endpoints with different data quality:
| Source | Endpoint | Phone format | ZIP format | Hours | Attribute icons |
|---|---|---|---|---|---|
| Dealer API | /platform/api/v2/dealer | Formatted (601) 362-4803 | 5-digit | ✓ | ✓ |
| Inventory API | /platform/api/v3/inventoryAndDealers | Raw digits only | 9-digit ZIP+4 | — | — |
The Dealer API is the preferred source. The Inventory API dealer records serve as a fallback for any dealer present in inventory but missing from the Dealer API response.
Acura uses one dealer source (the /platform/api/v1/dealers endpoint); no fallback
is needed.
Dagster Asset Keys
Honda
| Asset | Key |
|---|---|
| Raw dealer locator | honda/us/raw/honda_auto_api_dealers |
| Raw inventory + dealers | honda/us/raw/honda_auto_api_inventory_and_dealers |
| Raw vehicle details | honda/us/raw/honda_auto_api_vehicles_details |
| Raw specials | honda/us/raw/honda_auto_api_specials |
| Raw RAQ taxonomy | honda/us/raw/honda_auto_api_taxonomy_raq |
Acura
| Asset | Key |
|---|---|
| Raw dealer locator | honda/us/raw/acura_auto_api_dealers |
| Raw inventory + dealers | honda/us/raw/acura_auto_api_inventory_and_dealers |
| Raw vehicle details | honda/us/raw/acura_auto_api_vehicles_details |
| Raw configurator | honda/us/raw/acura_auto_api_configurator |
| Raw specials | honda/us/raw/acura_auto_api_specials |
| Raw RAQ taxonomy | honda/us/raw/acura_auto_api_taxonomy_raq |
Consolidated (shared)
| Asset | Key |
|---|---|
| Consolidated dealers | honda/us/consolidated/dealers |
| Consolidated inventory | honda/us/consolidated/inventory |
| Consolidated models | honda/us/consolidated/models |
| Consolidated features | honda/us/consolidated/features |