API для OrigemZ Vanilla+ Solo-Duo-Trio origemz.com
JSON для программ, сайтов и прочего
text
json
{
"response": {
"type": 0,
"build": 137892,
"extraFlags": 1,
"statusFlags": 64,
"nameHeaderRaw": "40aa21020203",
"unknownStatusFlags": 64,
"steam_id": null,
"domain": null,
"id": 13102793,
"ip": "189.127.165.151",
"port": 7808,
"query": 7808,
"project_id": null,
"color": 0,
"city": "Osasco",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1785473665,
"last_online": 1787758306,
"icon": null,
"name": "OrigemZ Vanilla+ Solo-Duo-Trio origemz.com",
"connect": "189.127.165.151:7808",
"request": "189.127.165.151:7808",
"map": null,
"gamemode": "community-direct",
"version": "1.3.2.2.137892",
"numplayers": 41,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1785473665,
"last_update": 1787758306,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 137,
"language": "pt",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13102793");
$data = json_decode($json, true);
var_dump($data);