This page serves to demonstrate the Aerpro
API.
Feel free to read the source, see how this works, check the javascript console for all logged messages (it's in verbose!).
Basically:
<script src="https://code.jquery.com/jquery-1.11.3.min.js""></script>
<script src="https://aerpro.com/plugin.js""></script>
<script>window.WhatDoWeDo = function(data){ // Write whatever you like! }></script>
<div id="aerpro-selector-here"></div>
$('#aerpro-selector-here').aerproVehicleSelector(WhatDoWeDo);
Load the page in your browser, watch the Network tab for more details, it should show GET requests to https://aerpro.com/api/v2 You can analyse the raw/interpreted JSON response yourself, or check the RAW output window pretty-printed above.