Marketprice API
Documentation to get Marketprice details of the Ad.
Introduction
Overview
The EuroStocks Market price API is an interface to provide ads position and price on market level.
The API is available at this base URL:
https://services.eurostocks.com
Main features
Car Makes
Car Models
Car Categories
Car FuelTypes
Car Transmission
MarketPrice
Prerequisites
Market Price API access can be granted to suppliers who wants to get ads market informations, and it requires username, password and API Key to access API.
Limited support for the development process and maintenance: Please note that all examples provided in our documentation are considered as guidelines for your development process but EuroStocks for itself is not able to directly assist with any of your preferred programming languages and/or used scripts.
Test Account
A test environment can be provided. Please ask for the test account details and all the information will be used as mention in Prerequisites on test API url https://test-services.eurostocks.com.
Working with Market Price API Data
Get a vehicle makes
GET
https://services.eurostocks.com/api/v1/marketprice/vehicle/car/makes
Get detailed information about the car makes.
Headers
UserName*
String
Username which EuroStocks provides
APIKey*
String
ApiKey which EuroStocks provides
Password*
String
Password which EuroStocks provides
Sample Success Request
Sample Success Response
Get a car models
GET
https://services.eurostocks.com/api/v1/marketprice/vehicle/car/models/{makeKey}
Headers
UserName*
String
Username which EuroStocks provides
Password*
String
Password which EuroStocks provides
APIKey*
String
ApiKey which EuroStocks provides
Request Body
makeKey*
String
Make key to get its models
Sample Success Request
Sample Success Response
Get a car categories
GET
Get detailed information about the car categories.
Headers
UserName*
String
Username which EuroStocks provides
Password*
String
Password which EuroStocks provides
APIKey*
String
ApiKey which EuroStocks provides
Sample Success Request
Sample Success Response
Get a car Fuel types
GET
https://services.eurostocks.com/api/v1/marketprice/vehicle/car/fueltypes
Get detailed information about the car fuel types.
Headers
UserName*
String
Username which EuroStocks provides
Password*
String
Password which EuroStocks provides
APIKey*
String
ApiKey which EuroStocks provid
Sample Success Request
Sample Success Response
Get a car transmissions
GET
https://services.eurostocks.com/api/v1/marketprice/vehicle/car/transmissions
Get detailed information about the car transmissions.
Headers
Header*
String
Username which EuroStocks provides
UserName*
String
Password which EuroStocks provides
APIKey*
String
ApiKey which EuroStocks provides
Sample Success Request
Sample Success Response
Get a Marketprice details
POST
https://services.eurostocks.com/api/v1/marketprice/marketprice
Headers
UserName*
String
Username which EuroStocks provides
Password*
String
Password which EuroStocks provides
APIKey*
String
ApiKey which EuroStocks provides
Request Body
Make*
String
Get Car makes. (Required)
Makes can be found from : https://services.eurostocks.com/api/v1/marketprice/vehicle/car/makes
Model*
String
Get Car models by Make. (Required)
Models can be found from : https://services.eurostocks.com/api/v1/marketprice/vehicle/car/models/{makeKey}
Year*
String
Get market price details by passing registration year. (Required)
FuelType*
String
Get FuelType to find vehicle on market. (RGet FuelType to find vehicle on market. (Required)
FuelTypes can be found from : https://services.eurostocks.com/api/v1/marketprice/vehicle/car/fueltypes
Mileage*
String
Get market price details by passing Mileage. (Required)
Transmission*
String
Get Transmission details to find vehicle on market. (Required)
Transmissions can be found from : https://services.eurostocks.com/api/v1/marketprice/vehicle/car/transmissions
Category*
String
Get Category details to find vehicle on market. (Required)
Categories can be found from : https://services.eurostocks.com/api/v1/marketprice/vehicle/car/categories
Power*
Number
Get market price details by passing Power. (Required)
SalesPrice
Number
Get market price details by passing SalesPrice. (Optional)
Sample Success Request
Sample Success Response
Last updated