The Isle
API для
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11252106json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252106,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "[{\"id\":\"b1a6PP3XbW\",\"type\":\"paragraph\",\"data\":{\"text\":\"🦖 [DE/EU] Island of Echoes | 3x Growth | High AI\\nDu hast keine Lust auf komplizierte Regelwerke mit 50 Seiten? Du willst einfach nur rein ins Spiel, schnell wachsen und die Welt von Evrima genießen? Dann bist du bei Island of Echoes genau richtig!\\n\\nUnser Server ist brandneu und bietet dir das perfekte Umfeld für dein Survival-Abenteuer – ohne unnötigen Schnickschnack.\\n\\n**🌟 Was wir dir bieten:**\\n *Wachstum x1.25*\\n\\n**High AI-Dichte, damit du nie verhungern musst.**\\n\\nPlatz für alle: 100 Slots (wird bei Bedarf erweitert).\\n\\n**Wochenend-Special: Jeden Samstag von 18:00 bis 0:00 Uhr geben wir Vollgas mit 5x Grow!**\\n\\n**📜 Unsere Regeln (Simpel & Fair):\\nWir setzen auf Spielspaß statt Bürokratie. Es gibt nur drei Grundregeln:\\n\\nKein Mix-Packing: Carnis und Herbis (oder verschiedene Carni-Arten) gehören nicht in eine Gruppe.\\n\\nKeine Location Calls: Verrate keine Koordinaten im Global Chat – bewahre die Spannung!\\n\\nRespekt im Chat: Bleib fair, kein Toxisches Verhalten.**\"}}]",
"game": 376210,
"owner": 178129,
"boosts": 1,
"last_offline": 1776924149,
"score": 0,
"last_online": 1776052812,
"icon": null,
"name": null,
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 76,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": false,
"votes": 1,
"points": 0,
"add_date": 1773250874,
"last_update": 1776924149,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 344,
"language": "de",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "wolvex23",
"avatar": "no.jpg",
"last_online": 1775481906
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11252106");
$data = json_decode($json, true);
var_dump($data);