Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
/ fipepy Public archive

🚙 🇧🇷 Find out the average price of cars in Brazil

Notifications You must be signed in to change notification settings

viniarck/fipepy

Repository files navigation

pipeline status

Fipepy API

This is an API for "Tabela Fipe" to figure out the average price of several car models in Brazil.

API Docs

API Schema

Demo on Google Cloud Platform

REST API

  • To list all makers

GET http://35.237.184.43:8000/fipe/v1/makers/

  • To list all car models of a maker

GET http://35.237.184.43:8000/fipe/v1/makers/subaru/cars/

Frontend Chart App

Open in your browser: http://35.237.184.43:8080. You should see something similar to this screenshot bellow:

img

Disclaimer

There's no guarantee about the accuracy of the price information, this project was built for demo purposes only.