Understand the data structure and relationships in SG Cars Trends API
Field | Type | Description | Example |
---|---|---|---|
month | string | Registration month in YYYY-MM format | "2024-01" |
make | string | Vehicle manufacturer/brand | "Toyota" |
fuel_type | string | Type of fuel used | "Petrol" |
vehicle_type | string | Category of vehicle | "Passenger Cars" |
number | integer | Number of registrations | 245 |
Field | Type | Description | Example |
---|---|---|---|
month | string | Bidding month in YYYY-MM format | "2024-01" |
bidding_no | integer | Bidding exercise number (1 or 2) | 1 |
vehicle_class | string | COE category | "Category A" |
quota | integer | Number of COEs available | 1000 |
bids_success | integer | Number of successful bids | 950 |
bids_received | integer | Total bids received | 1200 |
premium | integer | Winning bid amount in SGD | 85000 |
Field | Type | Description | Example |
---|---|---|---|
month | string | Month in YYYY-MM format | "2024-01" |
vehicle_class | string | COE category | "Category A" |
pqp | integer | PQP amount in SGD | 87500 |
Field | Type | Description | Example |
---|---|---|---|
month | string | Month in YYYY-MM format | "2024-01" |
has_cars | boolean | Whether car data is available | true |
has_coe | boolean | Whether COE data is available | true |
Field | Type | Description | Example |
---|---|---|---|
make | string | Vehicle manufacturer/brand | "Toyota" |
total_registrations | integer | Total registrations across all months | 2450 |
months_active | integer | Number of months with data | 12 |