The Isle
API für [CH/FR] Dinotime no rules
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11179545json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11179545,
"ip": "79.127.167.232",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1778542936,
"score": 0,
"last_online": 1778472058,
"icon": null,
"name": "[CH/FR] Dinotime no rules",
"connect": "79.127.167.232:7777",
"request": "79.127.167.232:7777",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.323",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772229526,
"last_update": 1778542936,
"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": 312,
"language": "nl",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11179545");
$data = json_decode($json, true);
var_dump($data);