API для Glizzy Roleplay | Dominicano | Ganga | Semi Roll
JSON для программ, сайтов и прочего
text
json
{
"response": {
"keep": false,
"serials": null,
"gameName": null,
"httpPort": 19162,
"restrictions": 0,
"specialFlags": 3,
"masterNoResponse": true,
"searchIgnoreSections": [
{
"length": 0,
"offset": 0
}
],
"steam_id": null,
"domain": null,
"id": 15684356,
"ip": "122.164.148.135",
"port": 19160,
"query": 19283,
"project_id": null,
"color": 0,
"city": "Ченнаи",
"description": null,
"game": 9000039,
"boosts": 1,
"last_offline": 1789417357,
"last_online": 1789365781,
"icon": null,
"name": "Glizzy Roleplay | Dominicano | Ganga | Semi Roll",
"connect": "122.164.148.135:19160",
"request": "122.164.148.135:19283",
"map": null,
"gamemode": null,
"version": "1.6",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": null,
"private": true,
"country": "IN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788921190,
"last_update": 1789417357,
"ban_reason": null,
"banned": false,
"hidden": 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": 3140,
"language": "hi",
"parked": false,
"app": {
"id": 40530,
"steam_id": 9000039,
"name": "Multi Theft Auto",
"url": "multi-theft-auto"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15684356");
$data = json_decode($json, true);
var_dump($data);