I'm trying to fetch data from this link:
<script type="text/javascript">
$.getJSON('http://api01.notaion.com/?item&id=120001462', function(data) {
});
</script>
I am uncertain whether I need to use a callback=?, and I am unsure about how to handle the data as well. There may be mistakes in my approach that I am not aware of. Any guidance would be appreciated.