Rust
API für Nature Rust | x3 | 3x | Biweekly | FREE SKINS
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10310230json
{
"response": {
"fps": 41,
"fps_avg": 40,
"entities_count": 119148,
"world_seed": 1972876921,
"world_size": 4500,
"steam_id": "90284414347147270",
"domain": null,
"id": 10310230,
"ip": "116.202.52.158",
"port": 20530,
"query": 20531,
"color": 0,
"city": "Falkenstein",
"description": ".png)\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC \r\nNature Rust | x3 | 3x | Biweekly | NOLIMIT | \r\n discord: https://discord.gg/xzzKrWdJaC",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776274316,
"score": 5,
"last_online": 1776295216,
"icon": null,
"name": "Nature Rust | x3 | 3x | Biweekly | FREE SKINS",
"connect": "116.202.52.158:20530",
"request": "116.202.52.158:20531",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1758288343,
"last_update": 1776295216,
"banned": false,
"wipe": 1776274428,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2311,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10310230");
$data = json_decode($json, true);
var_dump($data);