API для (US) Lazy Nomads | PVE | Mod's | Kit's | and more!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 67536,
"world_seed": 1940755931,
"world_size": 3500,
"steam_id": "90286615248245761",
"domain": null,
"id": 11671044,
"ip": "66.51.99.79",
"port": 28035,
"query": 28036,
"color": 0,
"city": "Dallas",
"description": "\nA simple modded server for an \"at your pace\" gameplay. We all enjoy just playing a game with no rushing to be had, so come on in and relax.\r\nWe offer many simple plugins to Not make the game feel like an easy run thru but not turn it into a Job either. Tired of all of them bones not being useful? well, try the /bonemarket and sell them for scrap! We have a discord so any and all questions/requests will be reviewed there when we are not able to hop on to admin the server (still need my job lol). Come on in, say hi, have fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780618455,
"last_online": 1780646426,
"icon": null,
"name": "(US) Lazy Nomads | PVE | Mod's | Kit's | and more!",
"connect": "66.51.99.79:28035",
"request": "66.51.99.79:28036",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1780180912,
"last_update": 1780646426,
"banned": false,
"wipe": 1780599480,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1607,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11671044");
$data = json_decode($json, true);
var_dump($data);