Ballistic Overkill
API pentru ➽ WORKSHOP MAPS ❤ DOWNLOAD Maps from STEAM before joining!
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11487992json
{
"response": {
"steam_id": "90283246080658438",
"domain": null,
"id": 11487992,
"ip": "15.204.204.143",
"port": 27040,
"query": 27041,
"color": 0,
"city": "Reston",
"description": null,
"game": 296300,
"owner": null,
"boosts": 1,
"last_offline": 1774979909,
"score": 0,
"last_online": 1777481413,
"icon": null,
"name": "➽ WORKSHOP MAPS ❤ DOWNLOAD Maps from STEAM before joining!",
"connect": "15.204.204.143:27040",
"request": "15.204.204.143:27041",
"map": "8/FreeForAll",
"gamemode": "Ballistic Overkill",
"version": "1.5.6.0.1",
"numplayers": 1,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1774979909,
"last_update": 1777481413,
"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": 6,
"language": "en",
"parked": false,
"app": {
"id": 161,
"steam_id": 296300,
"name": "Ballistic Overkill",
"url": "ballistic-overkill"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11487992");
$data = json_decode($json, true);
var_dump($data);