The Isle
API для
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11488086json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11488086,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Dallas",
"description": "[{\"id\":\"WR6orJW43X\",\"type\":\"paragraph\",\"data\":{\"text\":\"A Low Rules server set out to deliver a fair and immersive experience. At The Lost World, we focus on fair play, strong community, and unforgettable moments. Whether you’re a seasoned survivor or just starting out — you belong here.\"}},{\"id\":\"WLmnV29goC\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join our discord today at https://discord.gg/thelostworld\"}}]",
"game": 376210,
"owner": 184698,
"boosts": 1,
"last_offline": 1776924149,
"score": 5,
"last_online": 1776023436,
"icon": null,
"name": null,
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1775064794,
"last_update": 1776924149,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": true,
"hide_query": true,
"position_game": 319,
"language": "en",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "illusionalistx",
"avatar": "aa857438-4a0c-4484-82ba-8ca794f6eccb.webp",
"last_online": 1775859541
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11488086");
$data = json_decode($json, true);
var_dump($data);