API для ROCCO_ANiMAL_SERVER / CA RA3 #4 [4X4] / WWW.MEGADRIVESTORE.CL
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291771348520980",
"domain": null,
"id": 14192629,
"ip": "181.43.153.55",
"port": 30043,
"query": 30043,
"project_id": null,
"color": 0,
"city": "Сантьяго",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1788265779,
"last_online": 1788047215,
"icon": null,
"name": "ROCCO_ANiMAL_SERVER / CA RA3 #4 [4X4] / WWW.MEGADRIVESTORE.CL",
"connect": "181.43.153.55:30043",
"request": "181.43.153.55:30043",
"map": "almostlost",
"gamemode": "Clan Arena",
"version": "1069 linux-x64 Jun 3 2016 20:53:50",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787961123,
"last_update": 1788265779,
"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": 3044,
"language": "es",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14192629");
$data = json_decode($json, true);
var_dump($data);