Documentation Instance Help

Get SIPP Information

GET method/v1/sipp-info

Fetches SIPP data from multiple tables, including fuel types, category types, transmission types, and vehicle types.

Responses

{ "sippFuelTypes": [ { "id": "R", "description": "Unspecified Fuel/Power, A/C" } ], "sippCategoryTypes": [ { "id": "M", "description": "Mini" } ], "sippTransmissionTypes": [ { "id": "B", "description": "2-3 Door" } ], "sippVehicleTypes": [ { "id": "M", "description": "Manual Unspecified Drive" } ] }
{ "error": "Failed to retrieve SIPP information." }
{ "error": "Internal server error" }
Last modified: 07 August 2025