s&box
Pine için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11491761json
{
"response": {
"revision": "104599",
"protocol": 1101,
"gameident": "facepunch.walker",
"mapident": "scenemap",
"hidden": false,
"api": 25,
"steam_id": "90285484923893770",
"domain": null,
"id": 11491761,
"ip": "66.51.99.88",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Dallas",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1777645392,
"score": 0,
"last_online": 1778704890,
"icon": null,
"name": "Pine",
"connect": "66.51.99.88:27015",
"request": "66.51.99.88:27016",
"map": "scenemap",
"gamemode": "Walker",
"version": "26.05.06a",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777563693,
"last_update": 1778704890,
"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": 33,
"language": "en",
"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/11491761");
$data = json_decode($json, true);
var_dump($data);