API pentru IOMC - МЕЖДУНАРОДНЫЙ ВЫЖИВАНИЯ ИГРЫ X / iomc.io Я твой милый Ангелочек IOMC
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": null,
"domain": "mr.iomc.io",
"id": 9885485,
"ip": "5.42.211.57",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1779959056,
"last_online": 1780594926,
"icon": null,
"name": "IOMC - МЕЖДУНАРОДНЫЙ ВЫЖИВАНИЯ ИГРЫ X / iomc.io Я твой милый Ангелочек IOMC",
"connect": "mr.iomc.io:25565",
"request": "5.42.211.57:25565",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 20,
"maxplayers": 7777,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1753697888,
"last_update": 1780594926,
"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": 3222,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9885485");
$data = json_decode($json, true);
var_dump($data);