Including the correct vehicle version in your listings is essential for better visibility on Autovit.ro. Ads with complete version data benefit from more precise filtering, which can lead to increased exposure and more leads for dealers.
How to Retrieve Versions
To accurately determine the correct version, you should query the API using relevant vehicle parameters such as fuel type, engine power, engine capacity, year, and more.
Example request:
GET https://www.autovit.ro/api/open/categories/29/models/toyota/versions/rav-4?&fuel_type=hybrid&engine_power=222&engine_capacity=2487&year=2021&door_count=5&gearbox=automatic&is_imported_car=1
This request returns a list of available versions that match the provided criteria, allowing you to select the most accurate one.
Important Behavior to Consider
If the value sent for the "version" parameter is not one of the official options provided by Autovit.ro, the system will not return an error. Instead:
-
The ad will be created successfully
-
However, no version will be assigned
-
It will appear as “I can't find my version” / “Other” in the platform
Best Practice
To avoid this situation, it is strongly recommended to perform a GET request to retrieve the available versions for each individual car, based on its exact specifications, rather than relying on a generic list of versions for a model.
This is especially important because:
-
Imported vehicles may differ from locally available configurations
-
Variations in engine, equipment, or production details can impact the available versions
Why This Is Important
-
Improves listing quality and accuracy
-
Enables better filtering on the platform
-
Increases visibility in search results
-
Can lead to more qualified leads for dealers
For full details on how this process works, please refer to the API documentation:
https://www.autovit.ro/api/doc/#api-Categories-Versions
By consistently providing the correct version data, dealers can significantly enhance their listings’ performance and overall results.