API для 冠状病毒送给炸服狗它妈 祝它喜提肺炎
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90288740496840718",
"domain": null,
"id": 12255300,
"ip": "1.161.53.142",
"port": 24903,
"query": 24903,
"project_id": null,
"color": 0,
"city": "Taipei",
"description": null,
"game": 550,
"owner": null,
"boosts": 1,
"last_offline": 1784053878,
"last_online": 1783846325,
"icon": null,
"name": "冠状病毒送给炸服狗它妈 祝它喜提肺炎",
"connect": "1.161.53.142:24903",
"request": "1.161.53.142:24903",
"map": "c1m1_hotel",
"gamemode": null,
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "TW",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783846345,
"last_update": 1784053878,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 17439,
"language": "zh",
"parked": false,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12255300");
$data = json_decode($json, true);
var_dump($data);