IOSoccer
API для [EU/FR] Official 8v8 | Match 3
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10889310json
{
"response": {
"steam_id": "90285108655825934",
"domain": null,
"id": 10889310,
"ip": "145.239.130.30",
"port": 27055,
"query": 27055,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 673560,
"owner": null,
"boosts": 1,
"last_offline": 1774183918,
"score": 0,
"last_online": 1777513830,
"icon": null,
"name": "[EU/FR] Official 8v8 | Match 3",
"connect": "145.239.130.30:27055",
"request": "145.239.130.30:27055",
"map": "8v8_court_hey",
"gamemode": "IOSoccer",
"version": "1.0.0.64",
"numplayers": 2,
"maxplayers": 32,
"bots": 2,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1768322587,
"last_update": 1777513830,
"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": 20,
"language": "fr",
"parked": false,
"app": {
"id": 33374,
"steam_id": 673560,
"name": "IOSoccer",
"url": "iosoccer"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10889310");
$data = json_decode($json, true);
var_dump($data);