API für Hosted by SurvivalHost.ORG
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1883863,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "![$Haco4ik Rust [X2] - NOLIM - Weekly](https://pic.survivalhost.org/images/2023/12/27/2xx.jpg)↖↖↖Вайп 27/12/2023↘↘↘➤ РЕЙТЫ НА ДОБЫЧУ X2➤ РЕЙТЫ НА КОМПОНЕНТЫ X2➤ СТАКИ ДО 2000➤ МОДИФИЦИРОВАННЫЙ ПРОЕКТ С КИТАМИ ДЛЯ ЛУЧШЕГО ВЫЖИВАНИЯ!➤ ДЕНЬ ДЛИТСЯ 45 МИНУТ, ",
"game": 252490,
"owner": 52902,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1743195676,
"icon": null,
"name": "Hosted by SurvivalHost.ORG",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1700476611,
"last_update": 1750457066,
"banned": false,
"wipe": 1741037896,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13139,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Ilya22_bober",
"avatar": "3bb1b853-e7a2-4fd2-b4f0-e811cdba3266.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/1883863");
$data = json_decode($json, true);
var_dump($data);