API für [NA] SVG--Solo/Duo/Trio|Non-Toxic, No Grief, Active Admins
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 77,
"fps_avg": 75,
"entities_count": 112536,
"world_seed": 20260507,
"world_size": 4300,
"steam_id": "90286585466054687",
"domain": null,
"id": 10684829,
"ip": "164.152.122.88",
"port": 28241,
"query": 28244,
"color": 0,
"city": "Dallas",
"description": "Welcome to Serenity Valley! \r\n We are a mature, newbie-friendly server, welcoming all Rust players. Let us know how we can improve your experience by leaving a note for @staff on our Discord: https://discord.gg/aYxarZB \r\nMap wiped 7 May, next 4 June. Check Discord for details.\r\n \r\nOur rules here are pretty simple: \r\n Treat one another with basic mutual respect and dignity. \r\n Don't cheat. \r\n Don't grief. \r\n Don't do stuff to intentionally ruin someone else's fun. \r\n Speak English in the chat. \r\n \r\nWe break it down a lot more on our website: http://rust.ars-insolitus.com \r\n \r\nNeed an admin? Just type: Admin, [state your problem]. If no admins answer right away, send us a message on Discord. \r\nFAQ: \r\n 1. Is raiding allowed? Yes. \r\n 2. Can I swear? Yes, but leave hateful and racist speech at the door. Also, if your profile is full of swastikas and shit, you can expect to be banned. \r\n 3. Can I take over bases? No, and you should read our rules page about raid etiquette. \r\n 4. But I didn't read the rules, can I just get a warning? Probably not, no. \r\n 5. When's whip? 1st Thursday of each month. \r\n \r\n \r\nMODS IN USE INCLUDE:\r\n - Backpacks \r\n - Roaming NPCs \r\n - Raidable Bases \r\n - Car Radios \r\n - Economics \r\n - Furnace Splitter \r\n - Gather Rewards \r\n - GUI Shop \r\n - NPC Drop Gun \r\n - Raidable Bases",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780560266,
"last_online": 1780597830,
"icon": null,
"name": "[NA] SVG--Solo/Duo/Trio|Non-Toxic, No Grief, Active Admins",
"connect": "164.152.122.88:28241",
"request": "164.152.122.88:28244",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1764589597,
"last_update": 1780597830,
"banned": false,
"wipe": 1778189806,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1285,
"language": "en",
"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/10684829");
$data = json_decode($json, true);
var_dump($data);