Insurgency: Sandstorm
API für Pokked's 120hz | Terminator Bots | Standard Days / Wacko Nights
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11481152json
{
"response": {
"steam_id": "90284572722125830",
"domain": null,
"id": 11481152,
"ip": "45.83.207.149",
"port": 27103,
"query": 27104,
"color": 0,
"city": "Bang Rak",
"description": null,
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1776781353,
"score": 0,
"last_online": 1776448939,
"icon": null,
"name": "Pokked's 120hz | Terminator Bots | Standard Days / Wacko Nights",
"connect": "45.83.207.149:27103",
"request": "45.83.207.149:27104",
"map": "Town",
"gamemode": "Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "TH",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774979247,
"last_update": 1776781353,
"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": 475,
"language": "th",
"parked": false,
"app": {
"id": 23489,
"steam_id": 581320,
"name": "Insurgency: Sandstorm",
"url": "insurgency-sandstorm"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11481152");
$data = json_decode($json, true);
var_dump($data);