API

API URL:

https://carify.vercel.app/api/(country)-(search).json

  • country: [d,a,de,at,germany,austria] (not case sensitive)
  • search: A-Z; a-z; 1-9

Example:

URL: https://carify.vercel.app/api/D-bl.json

Output: {"title":"Balingen (Zollernalbkreis)","state":"Baden-Württemberg"}


Reverse API

API URL:

https://carify.vercel.app/api/reverse/(country)-(search).json

  • country: [d,a,de,at,germany,austria] (not case sensitive)

Example:

URL: https://carify.vercel.app/api/reverse/d-Balingen (Zollernalbkreis)

Output: {"title":"Balingen (Zollernalbkreis)","state":"Baden-Württemberg","key":"BL"}