API для ☢️ NukeRP [AUS] 4x WEED | $15K START | LOW PING | 64P
JSON для программ, сайтов и прочего
text
json
{
"response": {
"revision": "240635",
"protocol": 1102,
"gameident": "dxura.rp",
"mapident": "rpdowntown3t",
"hidden": false,
"api": 25,
"steam_id": "85568392936257396",
"domain": null,
"id": 11492489,
"ip": "79.127.166.103",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Sydney",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1780518254,
"last_online": 1780569644,
"icon": null,
"name": "☢️ NukeRP [AUS] 4x WEED | $15K START | LOW PING | 64P",
"connect": "79.127.166.103:27015",
"request": "79.127.166.103:27016",
"map": "thieves.rpdowntown3t",
"gamemode": "DXRP",
"version": "240635",
"numplayers": 5,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 39,
"add_date": 1778837629,
"last_update": 1780569644,
"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": 5,
"language": "en",
"parked": false,
"app": {
"id": 1646716,
"steam_id": 590830,
"name": "s&box",
"url": "sbox"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11492489");
$data = json_decode($json, true);
var_dump($data);