IOSoccer
API для [IOSCA] Miami FL
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11076845json
{
"response": {
"steam_id": "90284931557310473",
"domain": null,
"id": 11076845,
"ip": "192.169.89.51",
"port": 43501,
"query": 43501,
"color": 0,
"city": "Miami",
"description": null,
"game": 673560,
"owner": null,
"boosts": 1,
"last_offline": 1774265517,
"score": 0,
"last_online": 1777512626,
"icon": null,
"name": "[IOSCA] Miami FL",
"connect": "192.169.89.51:43501",
"request": "192.169.89.51:43501",
"map": "11v11_north",
"gamemode": "IOSoccer",
"version": "1.0.0.64",
"numplayers": 2,
"maxplayers": 20,
"bots": 2,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 58,
"add_date": 1769976971,
"last_update": 1777512626,
"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": 6,
"language": "en",
"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/11076845");
$data = json_decode($json, true);
var_dump($data);