Outlaws of the Old West
API für LOW.MS Hosting
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9561753json
{
"response": {
"steam_id": "90281029974992905",
"domain": null,
"id": 9561753,
"ip": "92.118.16.98",
"port": 27384,
"query": 27025,
"color": 0,
"city": "London",
"description": null,
"game": 840800,
"owner": null,
"boosts": 1,
"last_offline": 1768642943,
"score": 0,
"last_online": 1777554117,
"icon": null,
"name": "LOW.MS Hosting",
"connect": "92.118.16.98:27384",
"request": "92.118.16.98:27025",
"map": "The Old West",
"gamemode": "Surivial",
"version": "1.0.62.6592",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750586591,
"last_update": 1777554117,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 33375,
"steam_id": 840800,
"name": "Outlaws of the Old West",
"url": "outlaws-of-the-old-west"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9561753");
$data = json_decode($json, true);
var_dump($data);