API dla 🍅Tomat Role Play 🍅 Бесплатный VIP 🍅
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": "90285666154512384",
"domain": null,
"id": 11622140,
"ip": "45.11.16.73",
"port": 7003,
"query": 7003,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780713804,
"last_online": 1780177941,
"icon": null,
"name": "🍅Tomat Role Play 🍅 Бесплатный VIP 🍅",
"connect": "45.11.16.73:7003",
"request": "45.11.16.73:7003",
"map": "rp_bangclaw_plus",
"gamemode": "DarkRP",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779916079,
"last_update": 1780713804,
"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": 5124,
"language": "de",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11622140");
$data = json_decode($json, true);
var_dump($data);