Добавлены комментарии пользователей к информации о номере. На сайте появилась возможность добавлять комментарии к номерам, теперь информация о комментариях есть API.
/nomer/:digits
{
"digits": "KA0007XB",
...
"comments": [
{
"id": 1,
"name": "Василий",
"text": "Спасибо, что помогли прикурить авто!",
"created_at": "2022-11-19T18:49:30.392+02:00",
"updated_at": "2022-11-19T18:49:30.392+02:00"
},
...
]
}
Переименованы все поля возращаемых данных где использовался camelCase
. camelCase
заменен на snake_case
. Теперь слова разделяются символом подчеркивания (_
). Ниже список полей, которые были переименованы и другие изменения.
/nomer/:digits_most_part
taken_endings => endings_taken
free_endings => endings_available
registration => registered_at
/make/:vendor
catalogModels => catalog_models
photoUrl => photo_url
otherModels => other_models
/make/:vendor/:model
fullTitle => full_title
catalogModel => catalog_model
yearFrom => year_from
yearTo => year_to
photoUrl => photo_url
/popular
vendor => title
/search
registration => registered_at
photoUrl => photo_url
/catalog/:vendor/:model
fullTitle => full_title
photoUrl => photo_url
/catalog/:vendor/:model/plates
fullTitle => full_title
photoUrl => photo_url
registration => registered_at
/taxes
(калькулятор растаможки)
originPrice => origin_price
pensionFund => pension_fund
allFees => all_fees
allFeesWithPensionFund => all_fees_with_pension_fund
resultPrice => result_price
resultPriceUsd => result_price_usd
resultPriceEur => result_price_eur
resultPriceUah => result_price_uah