Outlaws of the Old West
API für Outlaws Official #3 - Russia - ORR
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/819104json
{
"response": {
"steam_id": 90285149378453520,
"domain": null,
"id": 819104,
"ip": "95.217.59.118",
"port": 28200,
"query": 28215,
"color": 0,
"city": "Helsinki",
"description": "",
"game": 840800,
"owner": null,
"boosts": 1,
"last_offline": 1772053298,
"score": null,
"last_online": 1777554090,
"icon": null,
"name": "Outlaws Official #3 - Russia - ORR",
"connect": "95.217.59.118:28200",
"request": "95.217.59.118:28215",
"map": "The Old West",
"gamemode": "Surivial",
"version": "1.0.62.6592",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684363227,
"last_update": 1777554090,
"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": 4,
"language": "fi",
"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/819104");
$data = json_decode($json, true);
var_dump($data);