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.

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/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'

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.

Do you want to know how we can assist you?

Submit the following information and we'll be in touch with you shortly!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.