s&box
API für Obscurion Networks | RP | Minimal Rules
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11491766json
{
"response": {
"revision": "228267",
"protocol": 1100,
"gameident": "dxura.rp",
"hidden": false,
"api": 25,
"steam_id": "90285315636126748",
"domain": null,
"id": 11491766,
"ip": "45.45.238.73",
"port": 37049,
"query": 37050,
"color": 0,
"city": "Chicago",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1778712136,
"score": 0,
"last_online": 1778004668,
"icon": null,
"name": "Obscurion Networks | RP | Minimal Rules",
"connect": "45.45.238.73:37049",
"request": "45.45.238.73:37050",
"map": "thieves.rpdowntown3t",
"gamemode": "DXRP",
"version": "26.04.29a",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1777563694,
"last_update": 1778712136,
"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": 78,
"language": "en",
"parked": false,
"app": {
"id": 1646716,
"steam_id": 590830,
"name": "s&box",
"url": "sbox"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11491766");
$data = json_decode($json, true);
var_dump($data);