Understand the data structure and relationships in SG Cars Trends API
The SG Cars Trends API provides access to structured data about Singapore’s automotive market. This guide explains the core data models and their relationships.
Car registration data represents monthly vehicle registration statistics by manufacturer, fuel type, and vehicle type.
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 |
Traditional gasoline-powered vehicles
Diesel-powered vehicles
Battery electric vehicles (BEV)
Petrol-electric hybrid vehicles
Alternative fuel types (CNG, LPG, etc.)
Standard passenger vehicles
Commercial and utility vehicles
Two-wheeled vehicles
Public and private buses
Licensed taxi vehicles
Car rental fleet vehicles
Certificate of Entitlement (COE) bidding data represents the results of Singapore’s vehicle quota auction system.
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 |
Cars with engine capacity ≤ 1600cc and maximum power ≤ 130 bhp
Cars with engine capacity > 1600cc or maximum power > 130 bhp
Goods vehicles and buses
Motorcycles
Open category (for all vehicles)
Prevailing Quota Premium (PQP) data represents the benchmark COE prices used for vehicle valuation.
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 |
Available data months for different data types.
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 |
Vehicle manufacturers/brands available in the dataset.
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 |
The API provides various aggregation levels:
All data is sourced from Singapore’s Land Transport Authority (LTA) DataMall, ensuring accuracy and official validation.
Files are validated using SHA-256 checksums
All data passes through strict schema validation
Data consistency checks prevent anomalies
Cross-referencing with historical data
Learn advanced filtering techniques
Use built-in comparison tools
Explore all endpoints
See practical examples
Understand the data structure and relationships in SG Cars Trends API
The SG Cars Trends API provides access to structured data about Singapore’s automotive market. This guide explains the core data models and their relationships.
Car registration data represents monthly vehicle registration statistics by manufacturer, fuel type, and vehicle type.
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 |
Traditional gasoline-powered vehicles
Diesel-powered vehicles
Battery electric vehicles (BEV)
Petrol-electric hybrid vehicles
Alternative fuel types (CNG, LPG, etc.)
Standard passenger vehicles
Commercial and utility vehicles
Two-wheeled vehicles
Public and private buses
Licensed taxi vehicles
Car rental fleet vehicles
Certificate of Entitlement (COE) bidding data represents the results of Singapore’s vehicle quota auction system.
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 |
Cars with engine capacity ≤ 1600cc and maximum power ≤ 130 bhp
Cars with engine capacity > 1600cc or maximum power > 130 bhp
Goods vehicles and buses
Motorcycles
Open category (for all vehicles)
Prevailing Quota Premium (PQP) data represents the benchmark COE prices used for vehicle valuation.
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 |
Available data months for different data types.
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 |
Vehicle manufacturers/brands available in the dataset.
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 |
The API provides various aggregation levels:
All data is sourced from Singapore’s Land Transport Authority (LTA) DataMall, ensuring accuracy and official validation.
Files are validated using SHA-256 checksums
All data passes through strict schema validation
Data consistency checks prevent anomalies
Cross-referencing with historical data
Learn advanced filtering techniques
Use built-in comparison tools
Explore all endpoints
See practical examples