API pentru -[VGS]- Community | Flatgrass Build\Kill |Glide|ACF|M9K|Starfal
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "85568392936070732",
"domain": null,
"id": 11691792,
"ip": "71.237.207.118",
"port": 27013,
"query": 27013,
"project_id": null,
"color": 0,
"city": "Lebanon",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780274047,
"last_online": 1780689742,
"icon": null,
"name": "-[VGS]- Community | Flatgrass Build\\Kill |Glide|ACF|M9K|Starfal",
"connect": "71.237.207.118:27013",
"request": "71.237.207.118:27013",
"map": "gm_flatgrass",
"gamemode": "Sandbox",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780224996,
"last_update": 1780689742,
"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": 4263,
"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/11691792");
$data = json_decode($json, true);
var_dump($data);