I'm trying to read from this: http://api01.notaion.com/?item&id=120001462
<script type="text/javascript">
$.getJSON('http://api01.notaion.com/?item&id=120001462', function(data) {
});
</script>
I'm not sure if I need to use callback=?, neither how exactly to deal with the data. Hell I might be even mistaken somewhere else. Help.
dataempty? What isn't working?