Creativerse
API для French Fusion
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11181683json
{
"response": {
"steam_id": "90283960394489868",
"domain": null,
"id": 11181683,
"ip": "51.178.41.219",
"port": 26900,
"query": 26901,
"color": 0,
"city": "Gravelines",
"description": null,
"game": 280790,
"owner": null,
"boosts": 1,
"last_offline": 1777534358,
"score": 0,
"last_online": 1777320013,
"icon": null,
"name": "French Fusion",
"connect": "51.178.41.219:26900",
"request": "51.178.41.219:26901",
"map": "french_fusion-e9f5fcbe600211ecb",
"gamemode": "Survival",
"version": "4.2.1.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772229804,
"last_update": 1777534358,
"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": 18,
"language": "fr",
"parked": false,
"app": {
"id": 3155,
"steam_id": 280790,
"name": "Creativerse",
"url": "creativerse"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11181683");
$data = json_decode($json, true);
var_dump($data);