Welcome to Tire Size API Service

By Virtual Dimension

Overview

The Tire Size API is designed to provide accurate tire size data for various vehicles. With a simple request, you can get detailed information on tire dimensions, specifications, and compatible tire sizes for a given make, model, and year of a vehicle. This API can help developers in automotive industries, e-commerce platforms, or fleet management systems streamline their processes.

OUR FLEXIBLE

API Pricing

All prices are Canadian Dollars

Free

$ 0 / month

Any doubts about our product? Feel free to reach out and get to know every details of it.

included icon

300 req / month

included icon

100 req / day

included icon

Development

included icon

No support

FREE TRIAL

No credit card required

Growth

$ 40/ month

Any doubts about our product? Feel free to reach out and get to know every details of it.

dark included icon

All included in Free

dark included icon

5000 req / day

dark included icon

Basic Support

dark included icon

Low traffic

GET STARTED

Premium

$ 150/ month

Any doubts about our product? Feel free to reach out and get to know every details of it.

dark included icon

All included in Enterprise

dark included icon

200,000 req / day

dark included icon

Premium Support

dark included icon

Custom Widget

GET STARTED

Enterprise

$ 70/ month

Any doubts about our product? Feel free to reach out and get to know every details of it.

included icon

All included in Growth

included icon

50,000 req / day

included icon

Enterprise Support

included icon

High Traffic

GET STARTED

Growth

$ 420/ year

Any doubts about our product? Feel free to reach out and get to know every details of it.

dark included icon

All included in Free

dark included icon

5000 req / month

dark included icon

Basic Support

dark included icon

Low traffic

GET STARTED

Premium

$ 1500/ year

Any doubts about our product? Feel free to reach out and get to know every details of it.

dark included icon

All included in Enterprise

dark included icon

200,000 req / month

dark included icon

Premium Support

dark included icon

Custom Widget

GET STARTED

Enterprise

$ 700/ year

Any doubts about our product? Feel free to reach out and get to know every details of it.

included icon

All included in Growth

included icon

50,000 req / month

included icon

Enterprise Support

included icon

High Traffic

GET STARTED

Why Choose Our Tire Size API?

  • Scalable and Fast: Built for high performance, our API is optimized for quick searches, allowing your platform to handle large volumes of requests without delays.
  • Comprehensive Coverage: Instantly access tire specs for thousands of vehicle makes, models, and years with pinpoint accuracy.
  • Modern, Simple Integration: Our API offers an intuitive, developer-friendly interface with robust documentation that lets you get up and running in no time.
  • Flexible Queries: Search by tire size or vehicle details—our API adapts to your needs to ensure you always find the right fit.
  • Stay Current: Rely on real-time, updated tire data to deliver the latest information to your users.

Supported Endpoints

Our API supports various endpoints, making it flexible enough for different use cases.
  • Search by Tire Size: Provide the width, aspect ratio, and diameter to retrieve detailed tire specifications and compatible vehicle models.
  • Search by Vehicle Model: Input a vehicle’s make, model, and year to find the recommended tire sizes and specs.
  • Tire Specification Details: Get detailed technical information about specific tire sizes, including load index, speed rating, and more.
FOR DEVS TEAMS

This is a special
Benefit
for Devs

Search by Tire Size Endpoint
Year
/api/v1/by_vehicle/search_year
Make
/api/v1/by_vehicle/make/?year=2024
Model
/api/v1/by_vehicle/model/?year=2024&make=honda
Trim
/api/v1/by_vehicle/trim/?year=2024&make=honda&model=civic
Tire Size
/api/v1/by_vehicle/tiresize/?year=2024&make=honda&model=civic&trim=ex sedan
$ curl -X 'GET' \ 'https://tire.vdim.app/api/by_vehicle/tiresize/?year=2024 
& make=honda & model=civic & trim=ex sedan'
\ -H 'accept: application/json' \
  -H 'x-api-key: your_generated_api_key'
{
  "data": [
     {
        "model": "Accord"
    },
    {
        "model": "CR-V"
    },
    {
        "model": "Civic"
    },
    {
        "model": "HR-V"
    },
    {
        "model": "Odyssey"
    },
	.
    	.
    	.
    ]
   }
ULTRA-FAST RESPONSE

Get amazed by Powerful Results

Search by Tire Size Endpoint
Width
/api/v1/by_size/search_allwidth
Aspect Ratio
/api/v1/by_size/aspectratio/?width=225
Diameter
/api/v1/by_size/diameter/?width=225&aspectratio=45
{
  "data": [
{
        "aspectratio": "35"
    },
    {
        "aspectratio": "40"
    },
    {
        "aspectratio": "45"
    },
    {
        "aspectratio": "50"
    },
    {
        "aspectratio": "55"
    },
    {
        "aspectratio": "60"
    },
	.
    	.
        .
    ]
   }
$ curl -X 'GET' \ 'https://tire.vdim.app/api/v1/by_size
/aspectratio/?width=225
\ -H 'accept: application/json' \
  -H 'x-api-key: your_generated_api_key'
WIDE ACTIVATIONS

Work great with your Design seamlessly

Load
/api/v1/by_vehicle/load/?year=2020&make=honda&model=cr-v&trim=ex
Speed
/api/v1/by_vehicle/speed/?year=2020&make=honda&model=cr-v&trim=ex
XL
/api/v1/by_vehicle/xl/?year=2020&make=honda&model=cr-v&trim=ex
{
  "data": [
    {
        "speed": "H"
    }
    ]
   }
$ curl -X 'GET' \ 'https://tire.vdim.app/api/v1
/by_vehicle/speed/?year=2020&make=honda&model=cr-v&trim=ex'
\ -H 'accept: application/json' \
  -H 'x-api-key: your_generated_api_key'