API pentru MeadLand
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 966944,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "Присоеденяйся, у нас лампово! ?\n\nДискорд сервера - [ссылка](https://discord.gg/myjPaHhNJb)\nЛаунчер сервера - [ссылка](https://dl.patchkit.net/d/6lkt00wio4dvbj5psmsrb\n)",
"game": 892970,
"owner": 37897,
"boosts": 1,
"last_offline": 1750457067,
"last_online": 1704019236,
"icon": null,
"name": "MeadLand",
"connect": null,
"request": null,
"map": "MeadLand",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": false,
"private": true,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1684839907,
"last_update": 1750457067,
"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": 11849,
"language": "ru",
"parked": true,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"server_owner": {
"username": "olseox",
"avatar": "2d2f5752-2f29-4be8-a283-2da7603c0c86.jpg"
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/966944");
$data = json_decode($json, true);
var_dump($data);