API для 『爱恋♡随攻』甜妹带队|美女指挥|萌新初恋收容所|心动武装 ✦ OOPZ: 076838019 Q群:1078455259 [996]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "e8f81b2022884ec1a72cfcc8b3f72767",
"steam_id": null,
"domain": null,
"id": 13393158,
"ip": "202.189.21.206",
"port": 7303,
"query": 7303,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1787070362,
"last_online": 1787579561,
"icon": null,
"name": "『爱恋♡随攻』甜妹带队|美女指挥|萌新初恋收容所|心动武装 ✦ OOPZ: 076838019 Q群:1078455259 [996]",
"connect": "202.189.21.206:7303",
"request": "202.189.21.206:7303",
"map": "Tallil_Seed_v1",
"gamemode": "Seed",
"version": "v10.5.1.627303.2443",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785915911,
"last_update": 1787579561,
"ban_reason": null,
"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": 553,
"language": "zh",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13393158");
$data = json_decode($json, true);
var_dump($data);