Community Platform API是用來獲得一些儲存在官方網站中的資料。
這個API目前仍在演進,因此本文內容可能因時間而改變。
官方論壇:http://us.battle.net/wow/en/forum/2626217/
文件:http://blizzard.github.com/api-wow-docs/
---------------------------------------------------------------------------
更新:各伺服器世界戰場狀態
以 http://tw.battle.net/api/wow/realm/status?realms=暗影之月
http://tw.battle.net/api/wow/realm/status?realms=shadowmoon 為例
(用firefox + firefox addon: JSONView 0.7 可以直接看,
或者用記事本打開剛剛下載的檔案。)
{realms: [{type: "pve",
population: "medium",
queue: false,
wintergrasp: {area: 1,
controlling-faction: 0,
status: 0,
next: 1339306248869},
tol-barad: {area: 21,
controlling-faction: 1, 0:聯盟/1:部落
status: 0, 0:等待/1:可排進/2:戰鬥/3:結束
next: 1339305272108}, Unix time(milliseconds)
status: true,
name: "暗影之月",
slug: "暗影之月",
battlegroup: "嗜血"}]}
Unix time可以用 http://www.epochconverter.com/ 這類的線上轉換工具,
轉成可讀性較高的時間格式,例如上面的"1339305272108",可以轉成:
Assuming that this timestamp is in milliseconds:
GMT: Sun, 10 Jun 2012 05:14:32 GMT
Your time zone: Sun Jun 10 2012 13:14:32 GMT+8
--
人氣真的是越來越少了... http://i.imgur.com/jHljP.png
(20120522 + 20120610 ptt web bbs index data)
--
這個API目前仍在演進,因此本文內容可能因時間而改變。
官方論壇:http://us.battle.net/wow/en/forum/2626217/
文件:http://blizzard.github.com/api-wow-docs/
---------------------------------------------------------------------------
更新:各伺服器世界戰場狀態
以 http://tw.battle.net/api/wow/realm/status?realms=暗影之月
http://tw.battle.net/api/wow/realm/status?realms=shadowmoon 為例
(用firefox + firefox addon: JSONView 0.7 可以直接看,
或者用記事本打開剛剛下載的檔案。)
{realms: [{type: "pve",
population: "medium",
queue: false,
wintergrasp: {area: 1,
controlling-faction: 0,
status: 0,
next: 1339306248869},
tol-barad: {area: 21,
controlling-faction: 1, 0:聯盟/1:部落
status: 0, 0:等待/1:可排進/2:戰鬥/3:結束
next: 1339305272108}, Unix time(milliseconds)
status: true,
name: "暗影之月",
slug: "暗影之月",
battlegroup: "嗜血"}]}
Unix time可以用 http://www.epochconverter.com/ 這類的線上轉換工具,
轉成可讀性較高的時間格式,例如上面的"1339305272108",可以轉成:
Assuming that this timestamp is in milliseconds:
GMT: Sun, 10 Jun 2012 05:14:32 GMT
Your time zone: Sun Jun 10 2012 13:14:32 GMT+8
--
人氣真的是越來越少了... http://i.imgur.com/jHljP.png
(20120522 + 20120610 ptt web bbs index data)
--
All Comments