I am trying to work with API, but it doesnt work
code:`$.getJSON("https://api.worldoftanks.eu/wot/account/info/?application_id=92b412a513708b55eda739c9eaa865a7&account_id=508251079",
function(wot){
console.log(wot);
var nick = wot.data.508251079.nickname;
$(".nick").append(nick);
}
);`
I have problem with numbers in var nick: 508251079 In VS code getting error expected ts(1005) and in console: Uncaught SyntaxError: Unexpected number