Blood_Wolf89 commented on a Page, JSON for MIRC  -  Mar 31, 2015

I was wondering if this needs an update... I was trying to get the account ID from world of tanks API but I get a blank return.. Here is the API link for it... https://api.worldoftanks.eu/wot/account/list/?application_id=demo&search=blood_wolf89

Blood_Wolf89  -  Mar 31, 2015

How would I access account_id on here..

{
"status": "ok",
"count": 1,
"meta": {
"count": 1
},
"data": [
{
"nickname": "Blood_Wolf89",
"id": null,
"account_id": 517073967
}
]
}

Blood_Wolf89  -  Mar 31, 2015

SOLVED!! I figured it out.. var %id = $JSON(wotstatid, data, 0, account_id)

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.