ATLAS
API für CLAIMABLE - (v560.3)
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7707200json
{
"response": {
"steam_id": "90285170010213387",
"domain": null,
"id": 7707200,
"ip": "96.54.222.72",
"port": 5609,
"query": 57609,
"color": 0,
"city": "Courtenay",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1776823996,
"score": 0,
"last_online": 1777567833,
"icon": null,
"name": "CLAIMABLE - (v560.3)",
"connect": "96.54.222.72:5609",
"request": "96.54.222.72:57609",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "560.3",
"numplayers": 5,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1739722533,
"last_update": 1777567833,
"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": 62,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7707200");
$data = json_decode($json, true);
var_dump($data);