Giter VIP home page Giter VIP logo

asambe-car-api's Introduction

Asambe Car Make and Model API

Autocomplete Search of Car models and Makes

Prerequisites

Example Makes query

http://{server}:8080/asambe/carApi?type=MAKE&token=&make=a

Example Result

{
  "cars" : {
    "makes" : {
      "APRILIA" : {
        "id" : 5,
        "name" : "APRILIA"
      },
      "ASTON MARTIN" : {
        "id" : 4,
        "name" : "ASTON MARTIN"
      },
      "ALFA ROMEO" : {
        "id" : 2,
        "name" : "ALFA ROMEO"
      },
      "ARGO" : {
        "id" : 126,
        "name" : "ARGO"
      },
      "AUDI" : {
        "id" : 7,
        "name" : "AUDI"
      },
      "ARCTIC CAT" : {
        "id" : 6,
        "name" : "ARCTIC CAT"
      },
      "AM GENERAL" : {
        "id" : 121,
        "name" : "AM GENERAL"
      },
      "ACURA" : {
        "id" : 1,
        "name" : "ACURA"
      },
      "AVANTI" : {
        "id" : 9,
        "name" : "AVANTI"
      },
      "AMERICAN IRONHORSE" : {
        "id" : 3,
        "name" : "AMERICAN IRONHORSE"
      },
      "ATK" : {
        "id" : 111,
        "name" : "ATK"
      },
      "AMERICAN LAFRANCE" : {
        "id" : 134,
        "name" : "AMERICAN LAFRANCE"
      },
      "AUTOCAR LLC." : {
        "id" : 8,
        "name" : "AUTOCAR LLC."
      }
    }
  }
}

Example Model Query

http://{server}:8080/asambe/carApi?type=MODEL&token=&make=BMW&model=x

Example Result

{
  "cars" : {
    "models" : {
      "X1" : {
        "id" : 11656,
        "name" : "X1",
        "makeYear" : {
          "id" : 546,
          "year" : 2010,
          "make" : {
            "id" : 12,
            "name" : "BMW"
          }
        }
      },
      "X3" : {
        "id" : 2474,
        "name" : "X3",
        "makeYear" : {
          "id" : 1302,
          "year" : 2013,
          "make" : {
            "id" : 12,
            "name" : "BMW"
          }
        }
      },
      "X4" : {
        "id" : 4452,
        "name" : "X4",
        "makeYear" : {
          "id" : 1160,
          "year" : 2015,
          "make" : {
            "id" : 12,
            "name" : "BMW"
          }
        }
      },
      "X5" : {
        "id" : 2475,
        "name" : "X5",
        "makeYear" : {
          "id" : 1302,
          "year" : 2013,
          "make" : {
            "id" : 12,
            "name" : "BMW"
          }
        }
      },
      "X6" : {
        "id" : 1306,
        "name" : "X6",
        "makeYear" : {
          "id" : 1387,
          "year" : 2012,
          "make" : {
            "id" : 12,
            "name" : "BMW"
          }
        }
      }
    }
  }
}

Built With

Contributing

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

asambe-car-api's People

Contributors

thasaleni avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.