Skip to main content

Subaru US Public API Sources

All endpoints live on www.subaru.com and return JSON. GET /services/* requests need only a realistic User-Agent; the POST inventory endpoint additionally requires origin + referer (else 403). No TLS impersonation or session/cookie warmup is required for any endpoint.

Postman collection — Subaru public APIs (Public OEM APIs → Subaru → US). A full v2.1 export also lives at docs/content/oems/subaru/subaru-us.postman_collection.json.

Endpoints Overview

EndpointMethodURLPrimary data
Dealers by zipcodeGET/services/dealers/distances/by/zipcodeActive US dealer network
Models basicdataGET/services/vehicles/models/basicdataModel/carline catalogue (year, code, MSRP)
Model yearsGET/services/vehicles/modelyearsYear enumerator
Retailer inventoryPOST/services/graphql/retailerinventory/v2Per-dealer new-vehicle inventory
Trims limited detailsGET/services/vehicles/trims/limiteddetails/{year}/{modelCode}Trims, features, exterior color premiums
Special offers by dealerGET/services/specialoffers/byDealerFinance/lease/APR incentives (raw-only asset)

Dealers — by zipcode

GET https://www.subaru.com/services/dealers/distances/by/zipcode

Distance-sorted JSON array of {dealer, distance} objects. Setting count above the national dealer total returns the full active US network from any anchor zip — no radius sweep or fan-out is required.

Query parameters:

ParameterRequiredDescription
zipcodeYesAnchor ZIP; result set is distance-sorted from this point but the network coverage doesn't depend on which ZIP is used once count is large enough
countYesResult cap. 1000 from a central ZIP returns all 643 currently active dealers
typeNoObserved value Active

Sample response:

Sample response
dealers_by_zipcode_sample.json
[
{
"dealer": {
"id": "020250",
"name": "Liberty Subaru",
"address": {
"type": "Business",
"street": "55 Kinderkamack Rd",
"street2": null,
"city": "Emerson",
"county": null,
"state": "NJ",
"zipcode": "07630"
},
"phoneNumber": "2012610900",
"servicePhoneNumber": "2012610088",
"faxNumber": "2012614261",
"siteUrl": "https://www.libertysubaru.com",
"types": [
"Phevauth",
"Sched",
"Lpgold",
"Chase",
"Tradeupadv",
"Service",
"Sales",
"Retail",
"Estore",
"Eco",
"Cpo",
"Active",
"Express",
"Evauth",
"Loveencore"
],
"location": {
"latitude": 40.971677,
"longitude": -74.028475,
"region": "020",
"zone": "01",
"district": "03",
"sneDealer": false
}
},
"distance": 15.57
},
{
"dealer": {
"id": "020211",
"name": "Koeppel Subaru",
"address": {
"type": "Business",
"street": "42-01 Northern Boulevard",
"street2": null,
"city": "Long Island City",
"county": null,
"state": "NY",
"zipcode": "11101"
},
"phoneNumber": "7187861660",
"servicePhoneNumber": "7182151024",
"faxNumber": "7187288188",
"siteUrl": "https://www.koeppelsubaru.com",
"types": [
"Phevauth",
"Sched",
"Lpgold",
"Chase",
"Service",
"Sales",
"Retail",
"Cpo",
"Active",
"Evauth",
"Loveencore"
],
"location": {
"latitude": 40.753315,
"longitude": -73.921183,
"region": "020",
"zone": "01",
"district": "04",
"sneDealer": false
}
},
"distance": 3.77
},
{
"dealer": {
"id": "020207",
"name": "Hudson Subaru",
"address": {
"type": "Business",
"street": "943 Communipaw Ave",
"street2": null,
"city": "Jersey City",
"county": null,
"state": "NJ",
"zipcode": "07304"
},
"phoneNumber": "2014511500",
"servicePhoneNumber": "2014511500",
"faxNumber": "2013242619",
"siteUrl": "https://www.hudsonsubaru.com",
"types": [
"Phevauth",
"Sched",
"Lpcomm",
"Chase",
"Tradeupadv",
"Service",
"Sales",
"Retail",
"Active",
"Express",
"Evauth"
],
"location": {
"latitude": 40.72287,
"longitude": -74.087694,
"region": "020",
"zone": "01",
"district": "02",
"sneDealer": false
}
},
"distance": 5.26
}
]

Notable response fields:

FieldNotes
dealer.idStable dealer code, e.g. 020250
dealer.nameDealer name
dealer.address.{street,city,state,zipcode}Postal address
dealer.location.{latitude,longitude}Geo coordinates; valid/in-range on 200/200 sampled records
dealer.phoneNumberFormatted phone
dealer.siteUrlDealer website
distanceDistance from the anchor ZIP, in miles

Coverage: count=1000 from ZIP 10001 returned all 643 distinct active US dealer codes in a single call — verified as the full national network, not a partial radius result.


Models — basicdata

GET https://www.subaru.com/services/vehicles/models/basicdata

No query parameters. Returns the full model/carline catalogue as a flat JSON array; each record represents one (year, code) model line. This is the enumerator that seeds the trims/features fan-out.

Sample response:

Sample response
models_basicdata_sample.json
[
{
"year": 2026,
"code": "CTK",
"name": "Crosstrek",
"active": true,
"msrp": 26995.0,
"msrpformatted": "26,995",
"hasHybridTrim": true,
"hybridMsrp": 33995.0,
"hybridMsrpformatted": "33,995",
"hasWildernessTrim": true,
"wildernessMsrp": 33795.0,
"wildernessMsrpformatted": "33,795",
"description": "Compact Crossover SUV",
"types": [
"All Vehicles",
"Hybrid",
"Gas",
"Wilderness"
],
"category": "SUV",
"navJellyHybrid": "https://s7d1.scene7.com/is/image/scomv2/CTKH_default_nav-1",
"navJellyWilderness": "https://s7d1.scene7.com/is/image/scomv2/CTKW_default_nav-2",
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Hybrid_Icon.svg",
"code": "hybrid",
"name": "Hybrid",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Hybrid_Grey.svg",
"activeOrder": "2"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Icon.svg",
"code": "wilderness",
"name": "Wilderness",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Grey.svg",
"activeOrder": "5"
}
],
"hydrateValue": 6,
"trims": [
{
"id": "20i",
"code": "TRA",
"name": "Base",
"msrp": 26995.0,
"msrpformatted": "26,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "TRA"
}
],
"variation": ""
},
{
"id": "20ip",
"code": "TRB",
"name": "Premium",
"msrp": 27995.0,
"msrpformatted": "27,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "TRB"
}
],
"variation": ""
},
{
"id": "20is",
"code": "TRD",
"name": "Sport",
"msrp": 30625.0,
"msrpformatted": "30,625",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "TRD"
}
],
"variation": ""
},
{
"id": "20is",
"code": "TRE",
"name": "Sport Hybrid",
"msrp": 33995.0,
"msrpformatted": "33,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "TRE"
}
],
"variation": ""
},
{
"id": "20il",
"code": "TRF",
"name": "Limited",
"msrp": 32995.0,
"msrpformatted": "32,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "TRF"
}
],
"variation": ""
},
{
"id": "20il",
"code": "TRH",
"name": "Limited Hybrid",
"msrp": 34995.0,
"msrpformatted": "34,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "TRH"
}
],
"variation": ""
},
{
"id": "20iw",
"code": "TRI",
"name": "Wilderness",
"msrp": 33795.0,
"msrpformatted": "33,795",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "TRI"
}
],
"variation": ""
}
]
},
{
"year": 2025,
"code": "CTK",
"name": "Crosstrek",
"active": true,
"msrp": 26560.0,
"msrpformatted": "26,560",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": true,
"wildernessMsrp": 33360.0,
"wildernessMsrpformatted": "33,360",
"description": "Compact Crossover SUV",
"types": [
"All Vehicles",
"Gas",
"Wilderness"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": "https://s7d1.scene7.com/is/image/scomv2/CTKW_default_nav-1",
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-6",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Icon.svg",
"code": "wilderness",
"name": "Wilderness",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Grey.svg",
"activeOrder": "5"
}
],
"hydrateValue": 6,
"trims": [
{
"id": "20i",
"code": "SRA",
"name": "Base",
"msrp": 26560.0,
"msrpformatted": "26,560",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SRA"
}
],
"variation": ""
},
{
"id": "20ip",
"code": "SRB",
"name": "Premium",
"msrp": 27810.0,
"msrpformatted": "27,810",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SRB"
}
],
"variation": ""
},
{
"id": "20is",
"code": "SRD",
"name": "Sport",
"msrp": 30360.0,
"msrpformatted": "30,360",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SRD"
}
],
"variation": ""
},
{
"id": "20il",
"code": "SRF",
"name": "Limited",
"msrp": 32260.0,
"msrpformatted": "32,260",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SRF"
}
],
"variation": ""
},
{
"id": "20iw",
"code": "SRI",
"name": "Wilderness",
"msrp": 33360.0,
"msrpformatted": "33,360",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SRI"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "FOR",
"name": "Forester",
"active": true,
"msrp": 29995.0,
"msrpformatted": "29,995",
"hasHybridTrim": true,
"hybridMsrp": 34730.0,
"hybridMsrpformatted": "34,730",
"hasWildernessTrim": true,
"wildernessMsrp": 36995.0,
"wildernessMsrpformatted": "36,995",
"description": "Compact SUV",
"types": [
"All Vehicles",
"Hybrid",
"Gas",
"Wilderness"
],
"category": "SUV",
"navJellyHybrid": "https://s7d1.scene7.com/is/image/scomv2/FORH_default_nav-1",
"navJellyWilderness": "https://s7d1.scene7.com/is/image/scomv2/FORW_default_nav-1",
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-11",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Hybrid_Icon.svg",
"code": "hybrid",
"name": "Hybrid",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Hybrid_Grey.svg",
"activeOrder": "2"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Icon.svg",
"code": "wilderness",
"name": "Wilderness",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Grey.svg",
"activeOrder": "5"
}
],
"hydrateValue": 1,
"trims": [
{
"id": "forester",
"code": "TFB",
"name": "Base",
"msrp": 29995.0,
"msrpformatted": "29,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFB"
}
],
"variation": ""
},
{
"id": "premium",
"code": "TFD",
"name": "Premium",
"msrp": 31995.0,
"msrpformatted": "31,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFD"
}
],
"variation": ""
},
{
"id": "premiumhybrid",
"code": "TFE",
"name": "Premium Hybrid",
"msrp": 34730.0,
"msrpformatted": "34,730",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFE"
}
],
"variation": ""
},
{
"id": "sport",
"code": "TFF",
"name": "Sport",
"msrp": 34795.0,
"msrpformatted": "34,795",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFF"
}
],
"variation": ""
},
{
"id": "sporthybrid",
"code": "TFG",
"name": "Sport Hybrid",
"msrp": 37930.0,
"msrpformatted": "37,930",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFG"
}
],
"variation": ""
},
{
"id": "wilderness",
"code": "TFH",
"name": "Wilderness",
"msrp": 36995.0,
"msrpformatted": "36,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFH"
}
],
"variation": ""
},
{
"id": "limited",
"code": "TFJ",
"name": "Limited",
"msrp": 35995.0,
"msrpformatted": "35,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFJ"
}
],
"variation": ""
},
{
"id": "limitedhybrid",
"code": "TFK",
"name": "Limited Hybrid",
"msrp": 38995.0,
"msrpformatted": "38,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFK"
}
],
"variation": ""
},
{
"id": "touring",
"code": "TFL",
"name": "Touring",
"msrp": 39995.0,
"msrpformatted": "39,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFL"
}
],
"variation": ""
},
{
"id": "touringhybrid",
"code": "TFM",
"name": "Touring Hybrid",
"msrp": 41545.0,
"msrpformatted": "41,545",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TFM"
}
],
"variation": ""
}
]
},
{
"year": 2025,
"code": "FOR",
"name": "Forester",
"active": true,
"msrp": 29995.0,
"msrpformatted": "29,995",
"hasHybridTrim": true,
"hybridMsrp": 36595.0,
"hybridMsrpformatted": "36,595",
"hasWildernessTrim": true,
"wildernessMsrp": 36285.0,
"wildernessMsrpformatted": "36,285",
"description": "Compact SUV",
"types": [
"All Vehicles",
"Hybrid",
"Gas",
"Wilderness"
],
"category": "SUV",
"navJellyHybrid": "https://s7d1.scene7.com/is/image/scomv2/FORH_default_nav",
"navJellyWilderness": "https://s7d1.scene7.com/is/image/scomv2/FORW_default_nav",
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-1",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Hybrid_Icon.svg",
"code": "hybrid",
"name": "Hybrid",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Hybrid_Grey.svg",
"activeOrder": "2"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Icon.svg",
"code": "wilderness",
"name": "Wilderness",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Grey.svg",
"activeOrder": "5"
}
],
"hydrateValue": 1,
"trims": [
{
"id": "forester",
"code": "SFB",
"name": "Base",
"msrp": 29995.0,
"msrpformatted": "29,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFB"
}
],
"variation": ""
},
{
"id": "premium",
"code": "SFD",
"name": "Premium",
"msrp": 33385.0,
"msrpformatted": "33,385",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFD"
}
],
"variation": ""
},
{
"id": "premium-hybrid",
"code": "SFE",
"name": "Premium Hybrid",
"msrp": 36595.0,
"msrpformatted": "36,595",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFE"
}
],
"variation": ""
},
{
"id": "sport",
"code": "SFF",
"name": "Sport",
"msrp": 36105.0,
"msrpformatted": "36,105",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFF"
}
],
"variation": ""
},
{
"id": "sport-hybrid",
"code": "SFG",
"name": "Sport Hybrid",
"msrp": 39595.0,
"msrpformatted": "39,595",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFG"
}
],
"variation": ""
},
{
"id": "wilderness",
"code": "SFH",
"name": "Wilderness",
"msrp": 36285.0,
"msrpformatted": "36,285",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFH"
}
],
"variation": ""
},
{
"id": "limited",
"code": "SFJ",
"name": "Limited",
"msrp": 37695.0,
"msrpformatted": "37,695",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFJ"
}
],
"variation": ""
},
{
"id": "limited-hybrid",
"code": "SFK",
"name": "Limited Hybrid",
"msrp": 41010.0,
"msrpformatted": "41,010",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFK"
}
],
"variation": ""
},
{
"id": "touring",
"code": "SFL",
"name": "Touring",
"msrp": 41595.0,
"msrpformatted": "41,595",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFL"
}
],
"variation": ""
},
{
"id": "touring-hybrid",
"code": "SFM",
"name": "Touring Hybrid",
"msrp": 43295.0,
"msrpformatted": "43,295",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "SFM"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "OBK",
"name": "Outback",
"active": true,
"msrp": 34995.0,
"msrpformatted": "34,995",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": true,
"wildernessMsrp": 44995.0,
"wildernessMsrpformatted": "44,995",
"description": "Midsize Crossover SUV",
"types": [
"All Vehicles",
"Gas",
"Wilderness"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": "https://s7d1.scene7.com/is/image/scomv2/OBKW_default_nav-1",
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-14",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Icon.svg",
"code": "wilderness",
"name": "Wilderness",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Grey.svg",
"activeOrder": "5"
}
],
"hydrateValue": 3,
"trims": [
{
"id": "obkp",
"code": "TDD",
"name": "Premium",
"msrp": 34995.0,
"msrpformatted": "34,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT ",
"trimCode": "TDD"
}
],
"variation": ""
},
{
"id": "obkl",
"code": "TDF",
"name": "Limited",
"msrp": 41715.0,
"msrpformatted": "41,715",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT ",
"trimCode": "TDF"
}
],
"variation": ""
},
{
"id": "obkt",
"code": "TDG",
"name": "Touring",
"msrp": 45395.0,
"msrpformatted": "45,395",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT ",
"trimCode": "TDG"
}
],
"variation": ""
},
{
"id": "obkw",
"code": "TDI",
"name": "Wilderness",
"msrp": 44995.0,
"msrpformatted": "44,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT ",
"trimCode": "TDI"
}
],
"variation": ""
},
{
"id": "obklxt",
"code": "TDJ",
"name": "Limited XT",
"msrp": 44365.0,
"msrpformatted": "44,365",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT ",
"trimCode": "TDJ"
}
],
"variation": ""
},
{
"id": "obktxt",
"code": "TDL",
"name": "Touring XT",
"msrp": 47995.0,
"msrpformatted": "47,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT ",
"trimCode": "TDL"
}
],
"variation": ""
}
]
},
{
"year": 2025,
"code": "OBK",
"name": "Outback",
"active": true,
"msrp": 29995.0,
"msrpformatted": "29,995",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": true,
"wildernessMsrp": 41710.0,
"wildernessMsrpformatted": "41,710",
"description": "Midsize Crossover SUV",
"types": [
"All Vehicles",
"Gas",
"Wilderness"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": "https://s7d1.scene7.com/is/image/scomv2/OBKW_default_nav",
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-2",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Icon.svg",
"code": "wilderness",
"name": "Wilderness",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Wilderness_Grey.svg",
"activeOrder": "5"
}
],
"hydrateValue": 3,
"trims": [
{
"id": "25i",
"code": "SDB",
"name": "Base",
"msrp": 29995.0,
"msrpformatted": "29,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDB"
}
],
"variation": ""
},
{
"id": "25ip",
"code": "SDD",
"name": "Premium",
"msrp": 33060.0,
"msrpformatted": "33,060",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDD"
}
],
"variation": ""
},
{
"id": "24to",
"code": "SDE",
"name": "Onyx Edition",
"msrp": 37970.0,
"msrpformatted": "37,970",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDE"
}
],
"variation": ""
},
{
"id": "25il",
"code": "SDF",
"name": "Limited",
"msrp": 39720.0,
"msrpformatted": "39,720",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDF"
}
],
"variation": ""
},
{
"id": "25it",
"code": "SDG",
"name": "Touring",
"msrp": 42280.0,
"msrpformatted": "42,280",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDG"
}
],
"variation": ""
},
{
"id": "24to",
"code": "SDH",
"name": "Onyx Edition XT",
"msrp": 41225.0,
"msrpformatted": "41,225",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDH"
}
],
"variation": ""
},
{
"id": "24tw",
"code": "SDI",
"name": "Wilderness",
"msrp": 41710.0,
"msrpformatted": "41,710",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDI"
}
],
"variation": ""
},
{
"id": "24tl",
"code": "SDJ",
"name": "Limited XT",
"msrp": 42060.0,
"msrpformatted": "42,060",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDJ"
}
],
"variation": ""
},
{
"id": "24tt",
"code": "SDL",
"name": "Touring XT",
"msrp": 44730.0,
"msrpformatted": "44,730",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SDL"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "UNC",
"name": "Uncharted",
"active": true,
"msrp": 34995.0,
"msrpformatted": "34,995",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Compact Electric SUV",
"types": [
"All Vehicles",
"Electric"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-17",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Electric_Icon.svg",
"code": "electric",
"name": "Electric",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Electric_Grey.svg",
"activeOrder": "3"
}
],
"hydrateValue": 9,
"trims": [
{
"id": "uncpremium",
"code": "TWB",
"name": "Premium FWD",
"msrp": 34995.0,
"msrpformatted": "34,995",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TWB"
}
],
"variation": ""
},
{
"id": "uncsport",
"code": "TWE",
"name": "Sport",
"msrp": 39795.0,
"msrpformatted": "39,795",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TWE"
}
],
"variation": ""
},
{
"id": "uncgt",
"code": "TWG",
"name": "GT",
"msrp": 43795.0,
"msrpformatted": "43,795",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TWG"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "SOL",
"name": "Solterra",
"active": true,
"msrp": 38495.0,
"msrpformatted": "38,495",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Compact Electric SUV",
"types": [
"All Vehicles",
"Electric"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-13",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Electric_Icon.svg",
"code": "electric",
"name": "Electric",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Electric_Grey.svg",
"activeOrder": "3"
}
],
"hydrateValue": 0,
"trims": [
{
"id": "solpremium",
"code": "TED",
"name": "Premium",
"msrp": 38495.0,
"msrpformatted": "38,495",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TED"
}
],
"variation": ""
},
{
"id": "sollimited",
"code": "TEG",
"name": "Limited",
"msrp": 41395.0,
"msrpformatted": "41,395",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TEG"
}
],
"variation": ""
},
{
"id": "sollimitedxt",
"code": "TEH",
"name": "Limited XT",
"msrp": 42895.0,
"msrpformatted": "42,895",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TEH"
}
],
"variation": ""
},
{
"id": "soltouringxt",
"code": "TEJ",
"name": "Touring XT",
"msrp": 45555.0,
"msrpformatted": "45,555",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TEJ"
}
],
"variation": ""
},
{
"id": "soltouringxtl",
"code": "TEK",
"name": "Touring XT Leather",
"msrp": 45855.0,
"msrpformatted": "45,855",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TEK"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "TSK",
"name": "Trailseeker",
"active": true,
"msrp": 39995.0,
"msrpformatted": "39,995",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Midsize Electric SUV",
"types": [
"All Vehicles",
"Electric"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-18",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Electric_Icon.svg",
"code": "electric",
"name": "Electric",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Electric_Grey.svg",
"activeOrder": "3"
}
],
"hydrateValue": 10,
"trims": [
{
"id": "tskpremium",
"code": "TTD",
"name": "Premium",
"msrp": 39995.0,
"msrpformatted": "39,995",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TTD"
}
],
"variation": ""
},
{
"id": "tsklimited",
"code": "TTF",
"name": "Limited",
"msrp": 43995.0,
"msrpformatted": "43,995",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TTF"
}
],
"variation": ""
},
{
"id": "tsktouring",
"code": "TTJ",
"name": "Touring",
"msrp": 46555.0,
"msrpformatted": "46,555",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TTJ"
}
],
"variation": ""
},
{
"id": "tsktouringleather",
"code": "TTK",
"name": "Touring Leather",
"msrp": 46855.0,
"msrpformatted": "46,855",
"transmissions": [
{
"code": "SST",
"name": "Subaru zero-emission all-electric drivetrain",
"trimCode": "TTK"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "ASC",
"name": "Ascent",
"active": true,
"msrp": 40795.0,
"msrpformatted": "40,795",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "3-Row SUV",
"types": [
"All Vehicles",
"Gas"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-12",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 7,
"trims": [
{
"id": "premium",
"code": "TCB",
"name": "Premium 8-Passenger",
"msrp": 40795.0,
"msrpformatted": "40,795",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TCB"
}
],
"variation": "PASSENGER"
},
{
"id": "premium",
"code": "TCC",
"name": "Premium 7-Passenger",
"msrp": 40795.0,
"msrpformatted": "40,795",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TCC"
}
],
"variation": "PASSENGER"
},
{
"id": "limited",
"code": "TCK",
"name": "Limited 8-Passenger",
"msrp": 47885.0,
"msrpformatted": "47,885",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TCK"
}
],
"variation": "PASSENGER"
},
{
"id": "limited",
"code": "TCL",
"name": "Limited 7-Passenger",
"msrp": 47885.0,
"msrpformatted": "47,885",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TCL"
}
],
"variation": "PASSENGER"
},
{
"id": "bronze",
"code": "TCM",
"name": "Limited Bronze Edition 7-Passenger",
"msrp": 48995.0,
"msrpformatted": "48,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TCM"
}
],
"variation": "PASSENGER"
},
{
"id": "touring",
"code": "TCN",
"name": "Touring 7-Passenger",
"msrp": 51165.0,
"msrpformatted": "51,165",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TCN"
}
],
"variation": "PASSENGER"
},
{
"id": "onyx touring",
"code": "TCP",
"name": "Onyx Edition Touring 7-Passenger",
"msrp": 51995.0,
"msrpformatted": "51,995",
"transmissions": [
{
"code": "CVT",
"name": "Lineartronic CVT",
"trimCode": "TCP"
}
],
"variation": "PASSENGER"
}
]
},
{
"year": 2025,
"code": "ASC",
"name": "Ascent",
"active": true,
"msrp": 39995.0,
"msrpformatted": "39,995",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "3-Row SUV",
"types": [
"All Vehicles",
"Gas"
],
"category": "SUV",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-5",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 7,
"trims": [
{
"id": "premium",
"code": "SCB",
"name": "Premium 8\u2011Passenger",
"msrp": 39995.0,
"msrpformatted": "39,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCB"
}
],
"variation": "PASSENGER"
},
{
"id": "premium",
"code": "SCC",
"name": "Premium 7\u2011Passenger",
"msrp": 39995.0,
"msrpformatted": "39,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCC"
}
],
"variation": "PASSENGER"
},
{
"id": "onyx",
"code": "SCH",
"name": "Onyx Edition 7\u2011Passenger",
"msrp": 43985.0,
"msrpformatted": "43,985",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCH"
}
],
"variation": "PASSENGER"
},
{
"id": "limited",
"code": "SCK",
"name": "Limited 8\u2011Passenger",
"msrp": 47885.0,
"msrpformatted": "47,885",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCK"
}
],
"variation": "PASSENGER"
},
{
"id": "limited",
"code": "SCL",
"name": "Limited 7\u2011Passenger",
"msrp": 47885.0,
"msrpformatted": "47,885",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCL"
}
],
"variation": "PASSENGER"
},
{
"id": "bronze",
"code": "SCM",
"name": "Limited Bronze Edition 7\u2011Passenger",
"msrp": 48995.0,
"msrpformatted": "48,995",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCM"
}
],
"variation": "PASSENGER"
},
{
"id": "touring",
"code": "SCN",
"name": "Touring 7\u2011Passenger",
"msrp": 51165.0,
"msrpformatted": "51,165",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCN"
}
],
"variation": "PASSENGER"
},
{
"id": "onyx touring",
"code": "SCP",
"name": "Onyx Edition Touring 7\u2011Passenger",
"msrp": 52050.0,
"msrpformatted": "52,050",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic CVT",
"trimCode": "SCP"
}
],
"variation": "PASSENGER"
}
]
},
{
"year": 2026,
"code": "IMP",
"name": "Impreza",
"active": true,
"msrp": 26595.0,
"msrpformatted": "26,595",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Compact 5-Door Hatchback",
"types": [
"All Vehicles",
"Gas"
],
"category": "CAR",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-9",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 5,
"trims": [
{
"id": "20ip-5dr",
"code": "TLD",
"name": "Sport",
"msrp": 26595.0,
"msrpformatted": "26,595",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT",
"trimCode": "TLD"
}
],
"variation": ""
},
{
"id": "20il-5dr",
"code": "TLG",
"name": "RS",
"msrp": 29495.0,
"msrpformatted": "29,495",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT",
"trimCode": "TLG"
}
],
"variation": ""
}
]
},
{
"year": 2025,
"code": "IMP",
"name": "Impreza",
"active": true,
"msrp": 24360.0,
"msrpformatted": "24,360",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Compact 5-Door Hatchback",
"types": [
"All Vehicles",
"Gas"
],
"category": "CAR",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-10",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 5,
"trims": [
{
"id": "20i-5dr",
"code": "SLA",
"name": "Base",
"msrp": 24360.0,
"msrpformatted": "24,360",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT",
"trimCode": "SLA"
}
],
"variation": ""
},
{
"id": "20ip-5dr",
"code": "SLD",
"name": "Sport",
"msrp": 26360.0,
"msrpformatted": "26,360",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT",
"trimCode": "SLD"
}
],
"variation": ""
},
{
"id": "20il-5dr",
"code": "SLG",
"name": "RS",
"msrp": 29250.0,
"msrpformatted": "29,250",
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT",
"trimCode": "SLG"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "BRZ",
"name": "BRZ",
"active": true,
"msrp": 35860.0,
"msrpformatted": "35,860",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Rear-Wheel Drive Sports Car",
"types": [
"All Vehicles",
"Gas"
],
"category": "PER",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-15",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 4,
"trims": [
{
"id": "brzlimited",
"code": "TZE",
"name": "Limited",
"msrp": 35860.0,
"msrpformatted": "35,860",
"transmissions": [
{
"code": "6MT",
"name": "Manual 6-speed",
"trimCode": "TZE"
},
{
"code": "6AT",
"name": "6-speed Automatic",
"trimCode": "TZF"
}
],
"variation": ""
},
{
"id": "brzts",
"code": "TZR",
"name": "tS",
"msrp": 38360.0,
"msrpformatted": "38,360",
"transmissions": [
{
"code": "6MT",
"name": "Manual 6-speed",
"trimCode": "TZR"
}
],
"variation": ""
}
]
},
{
"year": 2025,
"code": "BRZ",
"name": "BRZ",
"active": true,
"msrp": 33210.0,
"msrpformatted": "33,210",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Rear-Wheel Drive Sports Car",
"types": [
"All Vehicles",
"Gas"
],
"category": "PER",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-7",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 4,
"trims": [
{
"id": "brzpremium",
"code": "SZA",
"name": "Premium",
"msrp": 33210.0,
"msrpformatted": "33,210",
"transmissions": [
{
"code": "6MT",
"name": "Manual 6-speed",
"trimCode": "SZA"
}
],
"variation": ""
},
{
"id": "brzlimited",
"code": "SZE",
"name": "Limited",
"msrp": 35860.0,
"msrpformatted": "35,860",
"transmissions": [
{
"code": "6MT",
"name": "Manual 6-speed",
"trimCode": "SZE"
},
{
"code": "6AT",
"name": "6-speed Automatic",
"trimCode": "SZF"
}
],
"variation": ""
},
{
"id": "brztS",
"code": "SZR",
"name": "tS",
"msrp": 38360.0,
"msrpformatted": "38,360",
"transmissions": [
{
"code": "6MT",
"name": "Manual 6-speed",
"trimCode": "SZR"
}
],
"variation": ""
}
]
},
{
"year": 2026,
"code": "WRX",
"name": "WRX",
"active": true,
"msrp": 32495.0,
"msrpformatted": "32,495",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Compact Sports Sedan",
"types": [
"All Vehicles",
"Gas"
],
"category": "PER",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-16",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 8,
"trims": [
{
"id": "wrxbase",
"code": "TUA",
"name": "Base",
"msrp": 32495.0,
"msrpformatted": "32,495",
"transmissions": [
{
"code": "6MT",
"name": "6-speed manual",
"trimCode": "TUA"
}
],
"variation": ""
},
{
"id": "wrxp",
"code": "TUC",
"name": "Premium",
"msrp": 33995.0,
"msrpformatted": "33,995",
"transmissions": [
{
"code": "6MT",
"name": "6-speed manual",
"trimCode": "TUC"
}
],
"variation": ""
},
{
"id": "wrxl",
"code": "TUE",
"name": "Limited",
"msrp": 38995.0,
"msrpformatted": "38,995",
"transmissions": [
{
"code": "6MT",
"name": "6-speed manual",
"trimCode": "TUE"
},
{
"code": "SPT",
"name": "Subaru Performance Transmission",
"trimCode": "TUF"
}
],
"variation": ""
},
{
"id": "wrxgt",
"code": "TUG",
"name": "GT",
"msrp": 44995.0,
"msrpformatted": "44,995",
"transmissions": [
{
"code": "SPT",
"name": "Subaru Performance Transmission",
"trimCode": "TUG"
}
],
"variation": ""
},
{
"id": "wrxts",
"code": "TUH",
"name": "tS",
"msrp": 44995.0,
"msrpformatted": "44,995",
"transmissions": [
{
"code": "6MT",
"name": "6-speed manual",
"trimCode": "TUH"
}
],
"variation": ""
}
]
},
{
"year": 2025,
"code": "WRX",
"name": "WRX",
"active": true,
"msrp": 37750.0,
"msrpformatted": "37,750",
"hasHybridTrim": false,
"hybridMsrp": null,
"hybridMsrpformatted": null,
"hasWildernessTrim": false,
"wildernessMsrp": null,
"wildernessMsrpformatted": null,
"description": "Compact Sports Sedan",
"types": [
"All Vehicles",
"Gas"
],
"category": "PER",
"navJellyHybrid": null,
"navJellyWilderness": null,
"backgroundImage": "https://s7d1.scene7.com/is/image/scomv2/604_background-8",
"multiYearActive": true,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"hydrateValue": 8,
"trims": [
{
"id": "wrxp",
"code": "SUC",
"name": "Premium",
"msrp": 37750.0,
"msrpformatted": "37,750",
"transmissions": [
{
"code": "6MT",
"name": "6-speed manual",
"trimCode": "SUC"
},
{
"code": "SPT",
"name": "Subaru Performance Transmission",
"trimCode": "SUD"
}
],
"variation": ""
},
{
"id": "wrxl",
"code": "SUE",
"name": "Limited",
"msrp": 42130.0,
"msrpformatted": "42,130",
"transmissions": [
{
"code": "6MT",
"name": "6-speed manual",
"trimCode": "SUE"
},
{
"code": "SPT",
"name": "Subaru Performance Transmission",
"trimCode": "SUF"
}
],
"variation": ""
},
{
"id": "wrxgt",
"code": "SUG",
"name": "GT",
"msrp": 47705.0,
"msrpformatted": "47,705",
"transmissions": [
{
"code": "SPT",
"name": "Subaru Performance Transmission",
"trimCode": "SUG"
}
],
"variation": ""
},
{
"id": "wrxts",
"code": "SUH",
"name": "tS",
"msrp": 47705.0,
"msrpformatted": "47,705",
"transmissions": [
{
"code": "6MT",
"name": "6-speed manual",
"trimCode": "SUH"
}
],
"variation": ""
}
]
}
]

Notable response fields:

FieldNotes
codeCarline code, e.g. IMP, OBK, WRX — 10 distinct codes observed (ASC BRZ CTK FOR IMP OBK SOL TSK UNC WRX)
yearModel year
nameModel display name
categoryVehicle category (SUV, sedan, etc.)
descriptionMarketing description
msrpBase MSRP; positive on all 17/17 sampled records

Enumerator role: code is the model/carline enumerator (10 distinct values). The companion year enumerator lives at a separate endpoint:

GET https://www.subaru.com/services/vehicles/modelyears

which returns a flat year array — 59 distinct years observed (1968–2026). Active/current years drive the trims fan-out.


Retailer Inventory

POST https://www.subaru.com/services/graphql/retailerinventory/v2

Per-dealer new-vehicle inventory, JSON body request. A query with no dealerCode returns pagedListWrapper: null — the endpoint requires at least one dealer code per call, so full coverage means one paginated request stream per dealer (or per dealer batch; see Multi-value filtering below).

Headers:

HeaderRequiredNotes
content-typeYesapplication/json
originYeshttps://www.subaru.com — without it the endpoint returns 403
refererYeshttps://www.subaru.com/vehicle-info/local-inventory.html — without it the endpoint returns 403
User-AgentNoA realistic UA is not required; only origin+referer gate access

Request body:

{
"page": 0,
"dealerCode": "020250",
"sortBy": "asc",
"itemsPerPage": 100
}

dealerCode accepts a CSV list of multiple dealer codes in one call (see Multi-value filtering).

Sample response:

Sample response
retailer_inventory_sample.json
{
"pagedListWrapper": {
"pager": {
"page": 0,
"totalItems": 227,
"totalPages": 8,
"itemsPerPage": 30,
"previous": null,
"next": "/services/graphql/retailerinventory?page=1&itemsPerPage=30"
},
"items": [
{
"vinNumber": "JF1GUAFCXT8232255",
"dealerCode": "020250",
"year": 2026,
"make": "Subaru ",
"modelName": "Impreza",
"trimCode": "TLD",
"trimName": "Sport",
"optionPackage": {
"code": "21",
"name": "Standard Model"
},
"optionPrice": 0,
"bodyStyle": "5 Door",
"transmission": "CVT",
"stockNumber": "30859",
"msrp": 0,
"tsrp": 28396,
"internetPrice": 27336,
"engine": "2.0-liter SUBARU BOXER<sup>&reg;</sup> 4-cylinder",
"wheelBase": null,
"cityMpg": 27,
"highwayMpg": 33,
"dealership": "Liberty Subaru",
"detailsUrl": "https://www.libertysubaru.com/catcher.esl?vehicleId=0a923facac185b54f99274c25bd6347b",
"modelCode": "IMP",
"exteriorColor": {
"code": "K1X",
"hydrateValue": 0,
"name": "Crystal White Pearl",
"rgb": [
238,
238,
238
],
"default": false,
"msrp": 0.0,
"interiorColors": [
{
"code": "BSC",
"hydrateValue": 1,
"name": "Black Sport Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLD"
]
],
"rgb2": [
0,
0,
0
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
}
],
"requiredPackages": [],
"trimCode": "TLD",
"virtualTrimImages": false,
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"rgb2": [
238,
238,
238
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
},
"interiorColor": {
"code": "BSC",
"hydrateValue": 1,
"name": "Black Sport Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLD"
]
],
"rgb2": [
0,
0,
0
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
},
"keyFeatures": [
{
"code": "1",
"name": "18-inch alloy wheels",
"description": "18-inch alloy wheels",
"optionality": "Standard",
"value": ""
},
{
"code": "2",
"name": "Keyless Access with Push-Button Start",
"description": "Keyless Access with Push-Button Start",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "Subaru 11.6-inch Multimedia Plus System with wireless Apple CarPlay<sup>&reg;</sup> and Android Auto\u2122 integration",
"description": "Subaru 11.6-inch Multimedia Plus System with wireless Apple CarPlay<sup>&reg;</sup> and Android Auto\u2122 integration",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "Available power moonroof",
"description": "Available power moonroof",
"optionality": "Standard",
"value": ""
},
{
"code": "5",
"name": "Transmission paddle shifters and 8-speed manual mode",
"description": "Transmission paddle shifters and 8-speed manual mode",
"optionality": "Standard",
"value": ""
},
{
"code": "6",
"name": "Sport-tuned suspension",
"description": "Sport-tuned suspension",
"optionality": "Standard",
"value": ""
},
{
"code": "7",
"name": "LED fog lights",
"description": "LED fog lights",
"optionality": "Standard",
"value": ""
}
],
"destinationFee": 1195.0,
"windowstickerUrl": "/services/vehicles/windowsticker/JF1GUAFCXT8232255",
"options": "21",
"inTransit": false
},
{
"vinNumber": "JF1GUAFC0T8218459",
"dealerCode": "020250",
"year": 2026,
"make": "Subaru ",
"modelName": "Impreza",
"trimCode": "TLD",
"trimName": "Sport",
"optionPackage": {
"code": "21",
"name": "Standard Model"
},
"optionPrice": 0,
"bodyStyle": "5 Door",
"transmission": "CVT",
"stockNumber": "30633",
"msrp": 0,
"tsrp": 28509,
"internetPrice": 27427,
"engine": "2.0-liter SUBARU BOXER<sup>&reg;</sup> 4-cylinder",
"wheelBase": null,
"cityMpg": 27,
"highwayMpg": 33,
"dealership": "Liberty Subaru",
"detailsUrl": "https://www.libertysubaru.com/catcher.esl?vehicleId=27fb8915ac185a88a5c1d85466dd0eed",
"modelCode": "IMP",
"exteriorColor": {
"code": "K1X",
"hydrateValue": 0,
"name": "Crystal White Pearl",
"rgb": [
238,
238,
238
],
"default": false,
"msrp": 0.0,
"interiorColors": [
{
"code": "BSC",
"hydrateValue": 1,
"name": "Black Sport Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLD"
]
],
"rgb2": [
0,
0,
0
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
}
],
"requiredPackages": [],
"trimCode": "TLD",
"virtualTrimImages": false,
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"rgb2": [
238,
238,
238
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
},
"interiorColor": {
"code": "BSC",
"hydrateValue": 1,
"name": "Black Sport Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLD"
]
],
"rgb2": [
0,
0,
0
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
},
"keyFeatures": [
{
"code": "1",
"name": "18-inch alloy wheels",
"description": "18-inch alloy wheels",
"optionality": "Standard",
"value": ""
},
{
"code": "2",
"name": "Keyless Access with Push-Button Start",
"description": "Keyless Access with Push-Button Start",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "Subaru 11.6-inch Multimedia Plus System with wireless Apple CarPlay<sup>&reg;</sup> and Android Auto\u2122 integration",
"description": "Subaru 11.6-inch Multimedia Plus System with wireless Apple CarPlay<sup>&reg;</sup> and Android Auto\u2122 integration",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "Available power moonroof",
"description": "Available power moonroof",
"optionality": "Standard",
"value": ""
},
{
"code": "5",
"name": "Transmission paddle shifters and 8-speed manual mode",
"description": "Transmission paddle shifters and 8-speed manual mode",
"optionality": "Standard",
"value": ""
},
{
"code": "6",
"name": "Sport-tuned suspension",
"description": "Sport-tuned suspension",
"optionality": "Standard",
"value": ""
},
{
"code": "7",
"name": "LED fog lights",
"description": "LED fog lights",
"optionality": "Standard",
"value": ""
}
],
"destinationFee": 1195.0,
"windowstickerUrl": "/services/vehicles/windowsticker/JF1GUAFC0T8218459",
"options": "21",
"inTransit": false
},
{
"vinNumber": "4S4GUHB61T3794086",
"dealerCode": "020250",
"year": 2026,
"make": "Subaru ",
"modelName": "Crosstrek",
"trimCode": "TRA",
"trimName": "Base",
"optionPackage": {
"code": "03",
"name": "Standard Model"
},
"optionPrice": 0,
"bodyStyle": "5 Door",
"transmission": "CVT",
"stockNumber": "794086",
"msrp": 0,
"tsrp": 29431,
"internetPrice": 28290,
"engine": "2.5-liter SUBARU BOXER<sup>&reg;</sup> 4-cylinder",
"wheelBase": null,
"cityMpg": 26,
"highwayMpg": 33,
"dealership": "Liberty Subaru",
"detailsUrl": "https://www.libertysubaru.com/catcher.esl?vehicleId=db9c9deeac184e80a244154a2637cab9",
"modelCode": "CTK",
"exteriorColor": {
"code": "XCF",
"hydrateValue": 4,
"name": "Alpine Green",
"rgb": [
94,
98,
83
],
"default": false,
"msrp": 395.0,
"interiorColors": [
{
"code": "GC",
"hydrateValue": 0,
"name": "Gray Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TRB"
]
],
"rgb2": [
0,
0,
0
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
}
],
"requiredPackages": [],
"trimCode": "TRA",
"virtualTrimImages": false,
"excludedPackages": [],
"map": [
[
"TRD"
]
],
"rgb2": [
94,
98,
83
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [
[
"TRI"
]
]
},
"interiorColor": {
"code": "GC",
"hydrateValue": 0,
"name": "Gray Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TRB"
]
],
"rgb2": [
0,
0,
0
],
"include360": false,
"lightColor": false,
"foldedSeats": false,
"hybridMap": [],
"gasMap": [],
"wildernessMap": []
},
"keyFeatures": [
{
"code": "1",
"name": "Symmetrical All-Wheel Drive",
"description": "Symmetrical All-Wheel Drive",
"optionality": "Standard",
"value": ""
},
{
"code": "2",
"name": "Standard EyeSight<sup>&reg;</sup> Driver Assist Technology",
"description": "Standard EyeSight<sup>&reg;</sup> Driver Assist Technology",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "180-hp 2.5-liter SUBARU BOXER<sup>&reg;</sup> engine",
"description": "180-hp 2.5-liter SUBARU BOXER<sup>&reg;</sup> engine",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "8.7 inches of ground clearance",
"description": "8.7 inches of ground clearance",
"optionality": "Standard",
"value": ""
},
{
"code": "5",
"name": "Dual-function X-MODE<sup>&reg;</sup> with Hill Descent Control",
"description": "Dual-function X-MODE<sup>&reg;</sup> with Hill Descent Control",
"optionality": "Standard",
"value": ""
},
{
"code": "6",
"name": "Subaru Multimedia System with Apple CarPlay<sup>&reg;</sup> and Android Auto\u2122 integration",
"description": "Subaru Multimedia System with Apple CarPlay<sup>&reg;</sup> and Android Auto\u2122 integration",
"optionality": "Standard",
"value": ""
},
{
"code": "7",
"name": "17-inch dark gray-finish alloy wheels",
"description": "17-inch dark gray-finish alloy wheels",
"optionality": "Standard",
"value": ""
},
{
"code": "8",
"name": "Dual-zone automatic climate control",
"description": "Dual-zone automatic climate control",
"optionality": "Standard",
"value": ""
}
],
"destinationFee": null,
"windowstickerUrl": "/services/vehicles/windowsticker/4S4GUHB61T3794086",
"options": "03",
"inTransit": true
}
]
},
"retailerInventorySummary": {
"years": [
{
"code": 2026,
"count": 227
}
],
"categories": [
{
"categoryCode": "all-categories",
"categoryName": "All Vehicles",
"quantity": 0,
"models": [],
"trims": [
{
"code": "TZF",
"quantity": 1
},
{
"code": "TRA",
"quantity": 2
},
{
"code": "TRB",
"quantity": 30
},
{
"code": "TRE",
"quantity": 7
}
]
},
{
"categoryCode": "hybrid",
"categoryName": "Hybrid",
"quantity": 0,
"models": [],
"trims": [
{
"code": "TFE",
"quantity": 17
},
{
"code": "TFG",
"quantity": 3
},
{
"code": "TRE",
"quantity": 7
},
{
"code": "TFK",
"quantity": 4
}
]
},
{
"categoryCode": "electric",
"categoryName": "Electric",
"quantity": 0,
"models": [],
"trims": [
{
"code": "TED",
"quantity": 0
},
{
"code": "TWE",
"quantity": 1
},
{
"code": "TTD",
"quantity": 0
},
{
"code": "TWG",
"quantity": 0
}
]
},
{
"categoryCode": "gas",
"categoryName": "Gas",
"quantity": 0,
"models": [],
"trims": [
{
"code": "TCP",
"quantity": 5
},
{
"code": "TZF",
"quantity": 1
},
{
"code": "TRA",
"quantity": 2
},
{
"code": "TRB",
"quantity": 30
}
]
}
],
"features": [
{
"featureCode": "BSD",
"quantity": 165
},
{
"featureCode": "NAV",
"quantity": 95
},
{
"featureCode": "HK",
"quantity": 71
},
{
"featureCode": "REGBRK_EV",
"quantity": 2
}
],
"models": [
{
"code": "IMP",
"name": "Impreza",
"quantity": 12
},
{
"code": "SOL",
"name": "Solterra",
"quantity": 0
},
{
"code": "UNC",
"name": "Uncharted",
"quantity": 1
},
{
"code": "ASC",
"name": "Ascent",
"quantity": 14
}
],
"trims": [
{
"name": "RS",
"trimCodes": [
"TLG"
],
"quantity": 3
},
{
"name": "Premium Hybrid",
"trimCodes": [
"TFE"
],
"quantity": 17
},
{
"name": "Touring XT Leather",
"trimCodes": [
"TEK"
],
"quantity": 0
},
{
"name": "Touring 7-Passenger",
"trimCodes": [
"TCN"
],
"quantity": 4
}
],
"dealers": [
{
"dealerCode": "020250",
"dealership": "Liberty Subaru",
"quantity": 227
}
],
"lastUpdatedTimestamp": "11 AM UTC, 07/03/26",
"yearList": [
2026
],
"colorCategories": [
{
"code": "RED",
"name": "RED",
"quantity": 23
},
{
"code": "BLK",
"name": "BLK",
"quantity": 27
},
{
"code": "GRN",
"name": "GRN",
"quantity": 19
},
{
"code": "WHT",
"name": "WHT",
"quantity": 47
}
],
"maximumPrice": 55261,
"minimumPrice": 28396
}
}

Notable response fields:

FieldNotes
pagedListWrapper.items[]Inventory rows
pagedListWrapper.pager.totalItemsTotal count for the current filter
items[].vinNumber17-character VIN; unique per unit
items[].dealerCodeFK → dealer id
items[].modelCodeFK → models code
items[].trimCodePaired with modelCode as FK → trims (modelCode, code)
items[].tsrpTotal suggested retail price — use this as price
items[].internetPriceAdvertised internet price
items[].msrp⚠️ Constant 0 sentinel across all observed records — do not use as price
items[].destinationFeeNullable per-vehicle freight charge
items[].exteriorColor.{code,name} / interiorColor.{code,name}Color pair
items[].cityMpg / highwayMpgFuel economy
items[].detailsUrlVehicle detail page URL

Pagination: page (0-indexed) / itemsPerPage. At itemsPerPage=100, a single-dealer query returned 229/229 unique VINs across 3 pages with reached_end=true and the param respected (not silently ignored). A smaller page size (30, 8 pages) showed 225/229 — live inventory churn during the multi-page fetch, not a hidden cap; re-running at the larger page size closed the gap.

Multi-value filtering: dealerCode accepts a comma-separated list. Verified clean: combining two dealer codes (020250,020207) returned the full union of both dealers' inventories (311 total) with identical tsrp/dealerCode/ modelCode values on shared rows and zero field contamination — safe to batch multiple dealers per call.

Bot protection: None beyond the origin/referer header check — 100% of 2xx responses parsed as JSON with those two headers present; a realistic User-Agent was not required.


Trims / Features / Colors — limited details

GET https://www.subaru.com/services/vehicles/trims/limiteddetails/{year}/{modelCode}

Per-(year, modelCode) endpoint returning every trim for that model line, each carrying its full feature list and exterior color premiums inline. Fan-out is driven by the (year, code) pairs enumerated from Models — basicdata.

Path parameters:

ParameterExampleNotes
year20264-digit model year
modelCodeOBKCarline code from models basicdata

Sample response ({year}=2026, {modelCode}=OBK, 6 trims):

Sample response
trims_limiteddetails_sample.json
[
{
"code": "TLD",
"name": "Sport",
"description": "<p>Sport</p>\n",
"baseTrim": {
"code": "TLD",
"name": "Sport"
},
"msrp": 26595.0,
"msrpformatted": "26,595",
"dealerInvoice": 0.0,
"destinationCharge": 0,
"bodyStyle": null,
"driveType": null,
"wheelBase": null,
"engine": "2.0-liter",
"cylinders": 4,
"horsePower": "152-hp",
"gvwr": 0,
"mpgCity": 27.0,
"mpgHighway": 33.0,
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT",
"trimCode": "TLD",
"description": "It stands for Continuously Variable Transmission, and this innovative technology has been engineered to work seamlessly with the SUBARU BOXER<sup>&reg;</sup> engine and Symmetrical All-Wheel Drive to help reduce fuel consumption. The stepless gear ratio allows the engine to run within its optimal power range for improved fuel economy, while its lightweight, compact design helps the vehicle stay as agile as possible. Select models also offer a 7-speed manual mode and column-mounted paddle shifters to maximize driver control and engagement.",
"defaultOptionPackageCode": "21",
"msrp": 0.0,
"mpgCity": 27.0,
"mpgHighway": 33.0,
"optionPackages": [
{
"code": "21",
"name": "Standard Model",
"description": null,
"trimCode": null,
"msrp": 0.0,
"features": [],
"navigationFeature": null,
"virtual": false,
"default": true,
"required": false,
"properties": {},
"hydrateValue": 21
},
{
"code": "23",
"name": "Optional Package",
"description": null,
"trimCode": null,
"msrp": 1900.0,
"features": [
{
"code": "1",
"name": "Blind-Spot Detection with Rear Cross-Traffic Alert",
"description": "The Blind-Spot Detection system warns you with a visual indicator on each side mirror if it senses a vehicle in your blind spots. Rear Cross-Traffic Alert helps warn you of traffic approaching from the side as you are backing up<sup><subaru-disclaimer disclaimer-text=\"<p>Blind-Spot Detection, Lane Change Assist and Rear Cross-Traffic Alert are systems designed to assist the driver by monitoring the rear and side areas of the vehicle during a lane change or reversing and are not a substitute for safe and attentive driving.</p>\" disclaimer-id=\"1005\" disclaimer-label=\"1005\"></subaru-disclaimer></sup>. Impreza RS shown.",
"images": [
{
"path": "https://s7d1.scene7.com/is/image/scomv2/26_IMP_Blind_Spot_Detection",
"altText": ""
}
],
"videos": [],
"path": "/content/experience-fragments/subaru/2026/IMP/23/1/master.html"
},
{
"code": "2",
"name": "All-Weather Package",
"description": "Be ready for all weather conditions with heated front seats, exterior mirrors, and a windshield wiper de-icer.",
"images": [
{
"path": "https://s7d1.scene7.com/is/image/scomv2/26_IMP_All_Weather_Package",
"altText": ""
}
],
"videos": [],
"path": "/content/experience-fragments/subaru/2026/IMP/23/2/master.html"
},
{
"code": "3",
"name": "Power moonroof",
"description": "Bring in more fresh air with the power tilt/sliding moonroof to make the already impressive passenger space feel even more open and bright. Plus, it's 95% UV-light-reducing<sup><subaru-disclaimer disclaimer-text=\"<p>The glass information listed represents calculated reference values and may not represent actual values determined by testing.</p>\" disclaimer-id=\"5071\" disclaimer-label=\"5071\"></subaru-disclaimer></sup>.",
"images": [
{
"path": "https://s7d1.scene7.com/is/image/scomv2/26_IMP_Power_Moonroof_Sapphire_Blue_Pearl",
"altText": ""
}
],
"videos": [],
"path": "/content/experience-fragments/subaru/2026/IMP/23/3/master.html"
}
],
"navigationFeature": null,
"virtual": false,
"default": false,
"required": false,
"properties": {},
"hydrateValue": 23
}
],
"disclaimers": [],
"hydrateValue": 0,
"excludeInteriorColor": [],
"excludeExteriorColor": []
}
],
"exteriorColors": [
{
"code": "D4S",
"hydrateValue": 4,
"name": "Crystal Black Silica",
"rgb": [
13,
13,
11
],
"default": false,
"msrp": 0.0,
"interiorColors": [
{
"code": "BSC",
"hydrateValue": 1,
"name": "Black Sport Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLD"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 1,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
0,
0,
0
],
"lightColor": false
}
],
"requiredPackages": [],
"trimCode": "TLD",
"virtualTrimImages": false,
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 1,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
13,
13,
11
],
"lightColor": false
},
{
"code": "G1U",
"hydrateValue": 1,
"name": "Ice Silver Metallic",
"rgb": [
223,
223,
223
],
"default": false,
"msrp": 0.0,
"interiorColors": [
{
"code": "BSC",
"hydrateValue": 1,
"name": "Black Sport Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLD"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 1,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
0,
0,
0
],
"lightColor": false
}
],
"requiredPackages": [],
"trimCode": "TLD",
"virtualTrimImages": false,
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 2,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
223,
223,
223
],
"lightColor": false
}
],
"featureGroups": [
{
"code": "KEY",
"name": "KEY",
"description": "",
"features": [
{
"code": "1",
"name": "18-inch alloy wheels",
"optionality": "Standard",
"value": ""
},
{
"code": "2",
"name": "Keyless Access with Push-Button Start",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "Subaru 11.6-inch Multimedia Plus System with wireless Apple CarPlay<sup>&reg;</sup> and Android Auto\u2122 integration",
"optionality": "Standard",
"value": ""
}
]
},
{
"code": "2",
"name": "Engine/Chassis",
"description": "",
"features": [
{
"code": "2",
"name": "2.0-liter DOHC engine",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "Power: 152 hp @ 6,000 rpm",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "Torque: 145 lb-ft @ 4,000 rpm",
"optionality": "Standard",
"value": ""
}
]
},
{
"code": "4",
"name": "Exterior",
"description": "",
"features": [
{
"code": "2",
"name": "Length/Width/Height",
"optionality": "None",
"value": "176.2 inches/70.1 inches/58.3 inches"
},
{
"code": "3",
"name": "Wheelbase",
"optionality": "None",
"value": "105.1 inches"
},
{
"code": "4",
"name": "Track (front/rear)",
"optionality": "None",
"value": "60.6 inches/60.8 inches"
}
]
},
{
"code": "5",
"name": "Interior",
"description": "",
"features": [
{
"code": "2",
"name": "Headroom (front/rear)",
"optionality": "None",
"value": "39.8 inches/38.0 inches (38.7 inches/38.0 inches with moonroof)"
},
{
"code": "3",
"name": "Legroom (front/rear)",
"optionality": "None",
"value": "42.9 inches/36.5 inches"
},
{
"code": "4",
"name": "Shoulder room (front/rear)",
"optionality": "None",
"value": "56.8 inches/55.3 inches"
}
]
},
{
"code": "6",
"name": "Amenities",
"description": "",
"features": [
{
"code": "2",
"name": "Keyless Access with Push-Button Start",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "Power windows",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "Power side mirrors",
"optionality": "Standard",
"value": ""
}
]
},
{
"code": "7",
"name": "Safety",
"description": "",
"features": [
{
"code": "2",
"name": "Subaru Symmetrical All-Wheel Drive",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "EyeSight<sup>&reg;</sup> Driver Assist Technology<sup><subaru-disclaimer disclaimer-text=\"<p>EyeSight is a driver-assist system that may not operate optimally under all driving conditions. The driver is always responsible for safe and attentive driving. System effectiveness depends on many factors, such as vehicle maintenance, weather, and road conditions. See Owner\u2019s Manual for complete details on system operation and limitations.</p> \" disclaimer-id=\"1004\" disclaimer-label=\"1004\"></subaru-disclaimer></sup>",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "High Beam Assist",
"optionality": "Standard",
"value": ""
}
]
}
],
"properties": {
"Has5DoorOption": true
},
"optionPackageStarlink": {
"00": {
"id": null,
"title": "",
"starlinkProperty": null
}
},
"variation": "",
"mpgLabel": null,
"active": true,
"types": [
"All Vehicles",
"Gas"
],
"disabled": false,
"mpgE": 0,
"oldTrim": false,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"marketingEngine": "2.0-liter SUBARU BOXER<sup>&reg;</sup> 4-cylinder",
"modelName": "Impreza",
"modelCode": "IMP"
},
{
"code": "TLG",
"name": "RS",
"description": "<p>RS</p>\n",
"baseTrim": {
"code": "TLD",
"name": "Sport"
},
"msrp": 29495.0,
"msrpformatted": "29,495",
"dealerInvoice": 0.0,
"destinationCharge": 0,
"bodyStyle": null,
"driveType": null,
"wheelBase": null,
"engine": "2.5-liter",
"cylinders": 4,
"horsePower": "180-hp",
"gvwr": 0,
"mpgCity": 26.0,
"mpgHighway": 33.0,
"transmissions": [
{
"code": "CVT",
"name": "Automatic Lineartronic<sup>&reg;</sup> CVT",
"trimCode": "TLG",
"description": "It stands for Continuously Variable Transmission, and this innovative technology has been engineered to work seamlessly with the SUBARU BOXER<sup>&reg;</sup> engine and Symmetrical All-Wheel Drive to help reduce fuel consumption. The stepless gear ratio allows the engine to run within its optimal power range for improved fuel economy, while its lightweight, compact design helps the vehicle stay as agile as possible. Select models also offer a 7-speed manual mode and column-mounted paddle shifters to maximize driver control and engagement.",
"defaultOptionPackageCode": "31",
"msrp": 0.0,
"mpgCity": 26.0,
"mpgHighway": 33.0,
"optionPackages": [
{
"code": "31",
"name": "Standard Model",
"description": null,
"trimCode": null,
"msrp": 0.0,
"features": [],
"navigationFeature": null,
"virtual": false,
"default": true,
"required": false,
"properties": {},
"hydrateValue": 31
},
{
"code": "33",
"name": "Optional Package",
"description": null,
"trimCode": null,
"msrp": 2070.0,
"features": [
{
"code": "1",
"name": "Harman Kardon\u00ae premium audio system",
"description": "Harman Kardon premium audio system with 10 Harman Kardon speakers and a 432-watt-equivalent Harman Kardon amplifier.",
"images": [
{
"path": "https://s7d1.scene7.com/is/image/scomv2/26_IMP_Audio_System",
"altText": ""
}
],
"videos": [],
"path": "/content/experience-fragments/subaru/2026/IMP/33/1/master.html"
},
{
"code": "2",
"name": "Power moonroof",
"description": "Bring in more fresh air with the power tilt/sliding moonroof to make the already impressive passenger space feel even more open and bright. Plus, it's 95% UV-light-reducing<sup><subaru-disclaimer disclaimer-text=\"<p>The glass information listed represents calculated reference values and may not represent actual values determined by testing.</p>\" disclaimer-id=\"5071\" disclaimer-label=\"5071\"></subaru-disclaimer></sup>.",
"images": [
{
"path": "https://s7d1.scene7.com/is/image/scomv2/26_IMP_Power_Moonroof_Pure_Red",
"altText": ""
}
],
"videos": [],
"path": "/content/experience-fragments/subaru/2026/IMP/33/2/master.html"
},
{
"code": "3",
"name": "Power driver's seat",
"description": "A 10-way power adjustable driver's seat helps provide the perfect driving position.",
"images": [
{
"path": "https://s7d1.scene7.com/is/image/scomv2/26_IMP_Power_Driver_Seat",
"altText": ""
}
],
"videos": [],
"path": "/content/experience-fragments/subaru/2026/IMP/33/3/master.html"
}
],
"navigationFeature": null,
"virtual": false,
"default": false,
"required": false,
"properties": {},
"hydrateValue": 33
}
],
"disclaimers": [],
"hydrateValue": 0,
"excludeInteriorColor": [],
"excludeExteriorColor": []
}
],
"exteriorColors": [
{
"code": "D4S",
"hydrateValue": 4,
"name": "Crystal Black Silica",
"rgb": [
13,
13,
11
],
"default": false,
"msrp": 0.0,
"interiorColors": [
{
"code": "BRS",
"hydrateValue": 0,
"name": "Black RS Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 2,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
0,
0,
0
],
"lightColor": false
}
],
"requiredPackages": [],
"trimCode": "TLG",
"virtualTrimImages": false,
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 1,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
13,
13,
11
],
"lightColor": false
},
{
"code": "G1U",
"hydrateValue": 1,
"name": "Ice Silver Metallic",
"rgb": [
223,
223,
223
],
"default": false,
"msrp": 0.0,
"interiorColors": [
{
"code": "BRS",
"hydrateValue": 0,
"name": "Black RS Cloth",
"rgb": [
0,
0,
0
],
"default": false,
"requiredPackages": [],
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 2,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
0,
0,
0
],
"lightColor": false
}
],
"requiredPackages": [],
"trimCode": "TLG",
"virtualTrimImages": false,
"excludedPackages": [],
"map": [
[
"TLG"
]
],
"include360": false,
"foldedSeats": false,
"displayOrder": 2,
"hybridMap": [],
"gasMap": [],
"wildernessMap": [],
"rgb2": [
223,
223,
223
],
"lightColor": false
}
],
"featureGroups": [
{
"code": "KEY",
"name": "KEY",
"description": "",
"features": [
{
"code": "8",
"name": "180-hp 2.5-liter SUBARU BOXER<sup>&reg;</sup> engine",
"optionality": "Standard",
"value": ""
},
{
"code": "9",
"name": "RS Cloth upholstery with red accents",
"optionality": "Standard",
"value": ""
},
{
"code": "10",
"name": "18-inch dark gray-finish alloy wheels",
"optionality": "Standard",
"value": ""
}
]
},
{
"code": "2",
"name": "Engine/Chassis",
"description": "",
"features": [
{
"code": "5",
"name": "2.5-liter DOHC engine",
"optionality": "Standard",
"value": ""
},
{
"code": "6",
"name": "Power: 180 hp @ 5,800 rpm",
"optionality": "Standard",
"value": ""
},
{
"code": "7",
"name": "Torque: 178 lb-ft @ 3,700 rpm",
"optionality": "Standard",
"value": ""
}
]
},
{
"code": "4",
"name": "Exterior",
"description": "",
"features": [
{
"code": "2",
"name": "Length/Width/Height",
"optionality": "None",
"value": "176.2 inches/70.1 inches/58.3 inches"
},
{
"code": "3",
"name": "Wheelbase",
"optionality": "None",
"value": "105.1 inches"
},
{
"code": "4",
"name": "Track (front/rear)",
"optionality": "None",
"value": "60.6 inches/60.8 inches"
}
]
},
{
"code": "5",
"name": "Interior",
"description": "",
"features": [
{
"code": "2",
"name": "Headroom (front/rear)",
"optionality": "None",
"value": "39.8 inches/38.0 inches (38.7 inches/38.0 inches with moonroof)"
},
{
"code": "3",
"name": "Legroom (front/rear)",
"optionality": "None",
"value": "42.9 inches/36.5 inches"
},
{
"code": "4",
"name": "Shoulder room (front/rear)",
"optionality": "None",
"value": "56.8 inches/55.3 inches"
}
]
},
{
"code": "6",
"name": "Amenities",
"description": "",
"features": [
{
"code": "2",
"name": "Keyless Access with Push-Button Start",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "Power windows",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "Power side mirrors",
"optionality": "Standard",
"value": ""
}
]
},
{
"code": "7",
"name": "Safety",
"description": "",
"features": [
{
"code": "2",
"name": "Subaru Symmetrical All-Wheel Drive",
"optionality": "Standard",
"value": ""
},
{
"code": "3",
"name": "EyeSight<sup>&reg;</sup> Driver Assist Technology<sup><subaru-disclaimer disclaimer-text=\"<p>EyeSight is a driver-assist system that may not operate optimally under all driving conditions. The driver is always responsible for safe and attentive driving. System effectiveness depends on many factors, such as vehicle maintenance, weather, and road conditions. See Owner\u2019s Manual for complete details on system operation and limitations.</p> \" disclaimer-id=\"1004\" disclaimer-label=\"1004\"></subaru-disclaimer></sup>",
"optionality": "Standard",
"value": ""
},
{
"code": "4",
"name": "High Beam Assist",
"optionality": "Standard",
"value": ""
}
]
}
],
"properties": {
"Has5DoorOption": true
},
"optionPackageStarlink": {
"00": {
"id": null,
"title": "",
"starlinkProperty": null
}
},
"variation": "",
"mpgLabel": null,
"active": true,
"types": [
"All Vehicles",
"Gas"
],
"disabled": false,
"mpgE": 0,
"oldTrim": false,
"typeCodes": [
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Icon.svg",
"code": "all-categories",
"name": "All Vehicles",
"icon": "/content/dam/subaru/en/common-images/marketing-type/AllVehicles_Grey.svg",
"activeOrder": "1"
},
{
"activeIcon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Icon.svg",
"code": "gas",
"name": "Gas",
"icon": "/content/dam/subaru/en/common-images/marketing-type/Gas_Grey.svg",
"activeOrder": "4"
}
],
"marketingEngine": "2.5-liter SUBARU BOXER<sup>&reg;</sup> 4-cylinder",
"modelName": "Impreza",
"modelCode": "IMP"
}
]

Notable response fields:

FieldNotes
codeTrim code, e.g. TDD — FK pairs with modelCode as (modelCode, code)
modelCodeFK → models code
name / modelName / bodyStyle / driveType / engineTrim descriptors
msrpTrim base MSRP; destinationCharge/dealerInvoice are 0 on this endpoint — use inventory's destinationFee for per-vehicle freight instead
featureGroups[].code / .nameFeature group (category)
featureGroups[].features[].code / .name / .optionalityIndividual feature
exteriorColors[].code / .name / .msrpColor code/name and price premium over base MSRP

Enumerator (trim): code, per (year, modelCode) — 6 distinct trims observed for 2026/OBK.

Bot protection: None — 100% of 2xx responses parsed as JSON, no User-Agent or session friction observed.


Special Offers by Dealer (raw-only asset)

GET https://www.subaru.com/services/specialoffers/byDealer

Captured as the raw-only asset subaru/us/raw/special_offers_by_dealer (not one of the four core entities, so not transformed or consolidated). Returns finance / lease / APR incentive records; type is required, so the fetch fans out one request per (year, model, trim) (enumerated from the models raw asset) crossed with each offer type (LowRate, Cash, Lease).

Sample response
special_offers_sample.json
{
"offers": [
{
"modelCode": "TDG",
"modelYear": 2026,
"optionCode": "41",
"modelName": "Outback",
"incentive": [
{
"incentive_type": "LOW_RATE",
"startDate": "2026-07-01",
"endDate": "2026-07-31",
"cancelDate": "",
"dueDate": "Now through July 31, 2026",
"cash": "0",
"id": "37839",
"geographical_hierarchy": null,
"retailRate": "1.9",
"state_code": null,
"zone_state_abbr": null,
"carLine": "Outback",
"title": "1.9% APR Financing for 72 months on a new 2026 Outback",
"shortTitle": "1.9% APR Financing for 72 Months",
"offerDetails": "Now through July 31, 2026 get 1.9% APR Financing for 72 months on a new 2026 Outback. Monthly payment of $14.71 per $1,000 borrowed.",
"disclaimer_text": "Manufacturer Offer. No down payment required. Offer may vary by location. Other rates and payment terms available. Cannot be combined with any other coupon, direct/email offer or promotional offer unless allowed by that offer. Financing for well-qualified applicants only. Length of contract is limited. Subject to credit approval, vehicle insurance approval and vehicle availability. Vehicle may not be in stock. Estimated delivery to be determined upon ordering. See participating retailers for details. Must take delivery from retailer stock by July 31, 2026.",
"downPayment": null,
"dueAtSigning": null,
"term": "72",
"payment": null
}
]
}
]
}

Cross-Source Identity Keys

Referencing entity.fieldTarget entity.fieldExample
inventory.dealerCodedealer.id020250 (Liberty Subaru)
inventory.modelCodemodels.codeIMP
(inventory.modelCode, inventory.trimCode)(trims.modelCode, trims.code)IMP + TLD
trims.modelCodemodels.codeIMP

Dagster Asset Keys

SourceAsset key
Dealers by zipcodesubaru/us/raw/dealers_by_zipcode
Models basicdatasubaru/us/raw/models_basicdata
Retailer inventorysubaru/us/raw/retailer_inventory
Trims limited detailssubaru/us/raw/trims_limiteddetails