Soulmask
API für [EU][PvE]Utopia x3 nowipe gg/dFGtjWNPgY
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11479951json
{
"response": {
"steam_id": 90285646883793920,
"domain": null,
"id": 11479951,
"ip": "207.180.245.76",
"port": 28800,
"query": 28815,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1778557379,
"score": 0,
"last_online": 1778693428,
"icon": null,
"name": "[EU][PvE]Utopia x3 nowipe gg/dFGtjWNPgY",
"connect": "207.180.245.76:28800",
"request": "207.180.245.76:28815",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 3,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1774979128,
"last_update": 1778693428,
"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": 42,
"language": "fr",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11479951");
$data = json_decode($json, true);
var_dump($data);