API für RuosteRauta 2x | FI | by pckauppa.fi
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 135,
"fps_avg": 121,
"entities_count": 70228,
"world_seed": 320399709,
"world_size": 3500,
"steam_id": "90286565875861521",
"domain": null,
"id": 11644997,
"ip": "86.60.134.9",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Salo",
"description": "\nTervetuloa Ruosterauta-serverille.\r\nPowered by PC-Kauppa.\r\n\r\nMax teamlimit: 8\r\nMap wipe joka toinen torstai klo 16:00\r\nBlueprint wipe kuukauden ensimmäinen torstai\r\n\r\n2X mod-henkinen Rust-serveri suomalaisille pelaajille.\r\nEi pay-to-win etuja. Selkeät säännöt. Reilu peli.\r\n\r\nRauta ruostuu. Pelaajat eivät.\r\n\r\nPowered by PC-Kauppa\r\nhttps://pckauppa.fi",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780561828,
"icon": null,
"name": "RuosteRauta 2x | FI | by pckauppa.fi",
"connect": "86.60.134.9:28015",
"request": "86.60.134.9:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177441,
"last_update": 1780561828,
"banned": false,
"wipe": 1779988222,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5751,
"language": "fi",
"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/11644997");
$data = json_decode($json, true);
var_dump($data);