s&box
Backstabber Brasil için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11491776json
{
"response": {
"revision": "234704",
"protocol": 1100,
"gameident": "facepunch.sandbox",
"mapident": "flatgrass",
"hidden": false,
"api": 25,
"steam_id": "85568392936238873",
"domain": null,
"id": 11491776,
"ip": "151.243.24.77",
"port": 27017,
"query": 27018,
"color": 0,
"city": "Osasco",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1778460737,
"score": 0,
"last_online": 1778709724,
"icon": null,
"name": "Backstabber Brasil",
"connect": "151.243.24.77:27017",
"request": "151.243.24.77:27018",
"map": "flatgrass",
"gamemode": "Sandbox",
"version": "26.04.29a",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777563695,
"last_update": 1778709724,
"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": 37,
"language": "pt",
"parked": false,
"app": {
"id": 1646716,
"steam_id": 590830,
"name": "s&box",
"url": "sbox"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11491776");
$data = json_decode($json, true);
var_dump($data);