API pentru [AU] ! RELEASED ! 🌏 Orbital Servers 🌏 | ! RELEASED ! | Wi
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "85568392935919259",
"domain": null,
"id": 11691805,
"ip": "103.193.80.85",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Sydney",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780722273,
"last_online": 1780906417,
"icon": null,
"name": "[AU] ! RELEASED ! 🌏 Orbital Servers 🌏 | ! RELEASED ! | Wi",
"connect": "103.193.80.85:27015",
"request": "103.193.80.85:27015",
"map": "rp_orbital_rc1",
"gamemode": "DarkRP",
"version": "2026.04.29",
"numplayers": 47,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1780224998,
"last_update": 1780906417,
"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": 66,
"language": "en",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11691805");
$data = json_decode($json, true);
var_dump($data);