API для POISON: .gg/poisonrp ~ Whitelist aktif!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 12395985,
"ip": "151.242.52.203",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Bursa",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1784656493,
"last_online": 1784664819,
"icon": null,
"name": "POISON: .gg/poisonrp ~ Whitelist aktif!",
"connect": "151.242.52.203:7777",
"request": "151.242.52.203:7777",
"map": "San Andreas",
"gamemode": "POISON: V2.4",
"version": "0.3.DL-R1",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": null,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1784555988,
"last_update": 1784664819,
"ban_reason": null,
"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": 996,
"language": "tr",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12395985");
$data = json_decode($json, true);
var_dump($data);