API Response Structure
This page describes the response structure of successful API queries
{
"account": {
"subscriber": "YOUR_SUBSCRIPTON_KEY",
"name": "YOUR NAME"
"subscription_active": "1",
"subscription_plan_name": "Executive",
"subscription_renewal_date": "15-01-2021",
"no_api_calls_allowed": 2000,
"no_api_calls_used": "209"
},
"response": {
"code": "200",
"code_description": "Ok",
"message": "Query successful"
},
"search": {
"car_searched": {
"carID": "XXXXXXX",
"vrm": "",
"manufacturer": "PEUGEOT",
"model": "508",
"body_type": "Hatchback",
"detailed_model_name": "1.6 Hybrid Allure Premium 5dr e-EAT8",
"years": "2020 - ",
"boot_measurement_available": "Yes",
"lower_boot_measurements_available": "No",
"third_row_measurements_available": "No",
"measurements_requested": "boot"
},
"buggy_searched": {
"brand_id": "35"
"brand_name": "Phil and Teds",
"buggy_model_id": "557",
"buggy_model_name": "mod",
"buggy_variant_name": "Capri",
"buggy_folded_dimensions": "71.00 x 57.00 x 32.00",
"buggy_dimensions": "Standard measurements",
"images": {
"buggy_image_url": "https://ik.imagekit.io/mybuggymycar/buggy-images/tr:n-mbmcdefault300/brands/phil-and-teds/557-phil-and-teds-mod-cap...",
"buggy_thumbnail": "https://ik.imagekit.io/mybuggymycar/buggy-images/tr:n-mbmcthumbnail/brands/phil-and-teds/557-phil-and-teds-mod-cap..."
}
}
},
"results": [
{
"willItFit": "Yes",
"fitLayingDownLR": "Yes",
"fitLayingDownFB": "Yes",
"fitLayingDownOnSide": "Yes",
"fitLayingDownOnEnd": "Yes",
"error_message": "The search was successful"
}
]
}account
response
search
results
Last updated