AramisAuto · Example Payload
Aramisauto Catalog Search Request
CompanyConsumerAutomotiveE-CommerceUsed CarsVehicle DataMarketplaceRetailAuto FinanceFranceJSON-Schema
Aramisauto Catalog Search Request is an example object payload from AramisAuto, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
$schemacriteriaorderfacetsfieldsoffsetlimit
Example Payload
{
"$schema": "https://schemas.aramis.group/catalog/search-request.schema.json",
"criteria": {
"text": "test",
"offerId": { "in": [ "123" ] },
"vehicleId": { "in": ["aaaa" ] },
"category.id": { "in": [ ] },
"critair": { "in": ["2"] },
"seats": { "min": null, "max": null },
"doors": { "min": null, "max": null },
"euronorm": { "in": [ "2"] },
"offerType.id": { "in": [ "0km"] },
"drive.id": { "in": [ "fwd"] },
"energyType.id": { "in": [ "biodiesel" ] },
"firstCirculationDate": { "min": "2000-20-01", "max": null },
"indicativeMinimumMonthlyInstallment": { "min": 120, "max": 300 },
"indicativeMinimumMonthlyInstallmentWithTakeover": { "min": 234, "max": null },
"milage.km": { "min": 12300, "max": null},
"maker": { "in": [ "SEAT" ] },
"model": { "in": [ "ARONA"] },
"promotion.id": { "in": [ "off"] },
"sellingPriceWithTakeOverWithTaxes": { "min": 12300, "max": null },
"sellingPriceWithTaxes": { "min": 12400, "max": null },
"simpleColor.id": { "in": [ "blue", "beige"] },
"simpleEquipment.id": { "in": ["air-conditioning","alloy-wheels" ] },
"transmission.id": { "in": ["manual" ] }
},
"order": [
{ "combinedCycleConsumption.ltPer100Km": "asc" },
{ "combinedCycleConsumption.kwhPer100Km": "desc" },
{ "maker": "asc" },
{ "model": "desc" }
],
"facets": [
"offerType",
"firstCirculationYear",
"mileage.km.slice",
"euronorm",
"critair",
"sellingPriceWithTaxes.slice",
"sellingPriceWithTakeOverWithTaxes.slice",
"indicativeLoadInstallment.slice",
"maker",
"model",
"simpleColor",
"simpleEquipment",
"category",
"segment",
"energyType",
"transmission",
"drive",
"promotion",
"doors",
"seats"
],
"fields": [
"vin",
"offerId",
"vehicleId",
"offerType.id",
"offerType.label",
"status.id",
"status.label",
"originCountry.id",
"originCountry.label",
"isMarketplace",
"firstCirculationDate",
"warrantyExpirationDate",
"mileage.km",
"euronorm",
"critair",
"frenchFiscalPower",
"frenchGenre",
"belgianFiscalPower",
"belgianOtoto.url",
"belgianCarpass.url",
"catalogPriceWithOptionsWithTaxes",
"takeoverPremium",
"sellingPriceWithTaxes",
"discount.percent",
"sellingPriceWithTakeoverWithTaxes",
"discountWithTakeover.percent",
"indicativeLoan.monthlyInstallment",
"indicativeLoan.months",
"variants.vehicleId",
"variants.status.id",
"variants.status.label",
"variants.manufacturerColor",
"variants.simpleColor.id",
"variants.simpleColor.label",
"variants.simpleColor2.id",
"variants.simpleColor2.label",
"variants.photo.url",
"media.type",
"media.url",
"media.orientation",
"photo.url",
"maker",
"model",
"engine",
"finish",
"version",
"interior",
"manufacturerColor",
"expertComments",
"category.id",
"category.label",
"segment.id",
"segment.label",
"energyType.id",
"energyType.label",
"simpleColor.id",
"simpleColor.label",
"interiorSimpleColor.id",
"interiorSimpleColor.label",
"transmission.id",
"transmission.label",
"drive.id",
"drive.label",
"equipments.label",
"equipments.category.id",
"equipments.category.label",
"simpleEquipments.id",
"simpleEquipments.label",
"options.label",
"options.priceWithTaxes",
"promotions.id",
"promotions.label",
"promotions.color",
"doors",
"gears",
"seats",
"cylinders",
"power.ch",
"power.kw",
"engineCapacity.cc",
"urbanCycleConsumption.ltPer100Km",
"urbanCycleConsumption.kwhPer100Km",
"extraUrbanCycleConsumption.ltPer100Km",
"extraUrbanCycleConsumption.kwhPer100Km",
"combinedCycleConsumption.ltPer100Km",
"combinedCycleConsumption.kwhPer100Km",
"co2EmissionsNedc.gramsPerKm",
"co2EmissionsWltp.gramsPerKm",
"height.meters",
"width.meters",
"length.meters",
"wheelbase.meters",
"unloadedWeight.kg",
"totalAuthorizedWeight.kg",
"minBootSpaceBackCapacity.lt",
"maxBootSpaceBackCapacity.lt",
"bootSpaceFrontCapacity.lt",
"maxSpeed.kmPerHour",
"electricRangeNedc.km",
"electricRangeWltp.km",
"electricBatteryWarrantyPeriod.km",
"electricBatteryWarrantyPeriod.years",
"electricBatteryStateOfHealth.percent",
"electricBatteryCapacity.kwh",
"electricBatteryType",
"electricBatterySlowChargePower.kw",
"electricBatterySlowChargeTime.minutes",
"electricBatteryMediumChargePower.kw",
"electricBatteryMediumChargeTime.minutes",
"electricBatteryQuickChargePower.kw",
"electricBatteryQuickChargeTime.minutes",
"electricBatteryCost",
"electricMaximumPowerCarElectricalOutlet.kw",
"electricMaximumPowerCarDirectCurrent.amperes"
],
"offset": 0,
"limit": 0
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/aramisauto-catalog-search-request"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.