Chiptuning Database

Mod-Files is offering a full catalog ready to be inserted on your website.

Our database is contaning the power, torque difference between stock and modified gain for every car brand, model, engine, horsepower, when you will put this api in your website you can get same or customed car configuration on your website.

  • +278

    Available brands

  • +2412

    Available models

  • +17182

    Available Motors

Features

  • Chiptuning api - features - Easy to integrate

    Easy to integrate

    If you have the minimum knowledje of web programming you can install it in few minutes on your website, if not (we can manage to install it on your website)

  • Chiptuning api - features - Customized

    Customized

    You can edit the formula in design like your website, no link reffer to our website.

  • Chiptuning api - features - Logo or text brand

    Logo or text brand

    You can use car logo or texte like in our website.

  • Chiptuning api - features - Cars list & update

    Cars list & update

    We are updating cars everytime, and your website will get this update once this API is installed on your website without any touch.

  • Chiptuning api - features - Database acces

    Database acces

    Our API allows you to access:

    • Cars Types
    • Brands
    • Models
    • Years
    • Engines
    • Stock Data
    • Stage 1 Modication

How to start ?

  • Buy subscription
    Buy subscription
  • Read our documentation for perfect use and best adaptation with your website
    Read our documentation for perfect use and best adaptation with your website
  • Integrate the API on your website and start showing the database for customers.
    Integrate the API on your website and start showing the database for customers.

Simple and powerful API

Add our catalog to your website with the programming language you already use.

					
$url = 'https://www.mod-files.com/api/chip/v1/types/cars/marks?' . http_build_query([
    'api_key' => 'API_KEY',
    'api_secret' => 'API_SECRET'
]);

$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); // UPDATE
$response = curl_exec($ch);
error_log($response);
					
				
	        	
import urllib

params = {
    'api_key': 'API_KEY',
    'api_secret': 'API_SECRET'  
}

url = 'https://www.mod-files.com/api/chip/v1/types/cars/marks?' + urllib.urlencode(params)

response = urllib.urlopen(url)
print response.read()
				
				
	        		
require "net/http"
require "uri"

uri = URI.parse("https://www.mod-files.com/api/chip/v1/types/cars/marks")
params = {
    'api_key' => 'API_KEY',
    'api_secret' => 'API_SECRET' 
}

response = Net::HTTP.post_form(uri, params)

puts response.body
	        		
	        	
					
var https = require('https');

var data = JSON.stringify({
  api_key: 'API_KEY',
  api_secret: 'API_SECRET' 
});

var options = {
  host: 'www.mod-files.com',
  path: '/api/chip/v1/types/cars/marks',
  port: 443,
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Content-Length': Buffer.byteLength(data)
  }
};

var req = https.request(options);

req.write(data);
req.end();

var responseData = '';
req.on('response', function(res){
  res.on('data', function(chunk){
    responseData += chunk;
  });

  res.on('end', function(){
    console.log(JSON.parse(responseData));
  });
});					
					
				
* Technical support is not included on custom websites, please contact us if you would like that we integrate the API for you.

Our offers

  • Widget (Iframe)

    • Unlimited access to IFrame
    • Easy to integrate
    • Updates included
  • 1 Month


    Use of unlimited api
    99 ,00€
    Buy
  • 25% Off

    6 Month


    Use of unlimited api
    Save 145,00 €
    449 ,00€
    Buy
  • 37% Off

    12 Month


    Use of unlimited api
    Save 439,00 €
    749 ,00€
    Buy
  • 42% Off

    24 Month


    Use of unlimited api
    Save 977,00 €
    1 399 ,00€
    Buy

Available now on PrestaShop and WordPress

Do you have a custom website? we will integrate the API on your website for you, ask for a quote now.