Rust
API for Magyar Rust Community 2.0 HUN/EN 3X MAX99
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11158219json
{
"response": {
"steam_id": "90284741315979277",
"domain": null,
"id": 11158219,
"ip": "212.73.137.2",
"port": 27171,
"query": 27172,
"color": 0,
"city": "Budapest",
"description": "Toxic mentes szerver! Ha lelőnek ne rinyálj tanulj meg lőni! Ha valakit úgy veszel észre hogy csal jelentsd",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776052869,
"score": 0,
"last_online": 1776823822,
"icon": null,
"name": "Magyar Rust Community 2.0 HUN/EN 3X MAX99",
"connect": "212.73.137.2:27171",
"request": "212.73.137.2:27172",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228105,
"last_update": 1776823822,
"banned": false,
"wipe": 1775756201,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4498,
"language": "hu",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11158219");
$data = json_decode($json, true);
var_dump($data);