API für [GER/EU]Titan Nation PvE with PvP Zones|Beginnerfriendly|SkillT
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 56,
"fps_avg": 55,
"entities_count": 145009,
"world_seed": 382608373,
"world_size": 5000,
"steam_id": "90286576226180106",
"domain": null,
"id": 1297199,
"ip": "185.254.99.88",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[GER/EU]Titan Nation PvE with PvP Zones|Beginnerfriendly|SkillT](https://i.imgur.com/8vsRXfF.jpg)\nBeginner friendly PvE Server with PvP Zones \r\n FRESH WIPED| Next Mapwipe 04.06.26, Mapwipe every Month \r\n Active Admins & Supporter \r\n Discord : discord.titan-nation.de",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780535067,
"last_online": 1780575637,
"icon": null,
"name": "[GER/EU]Titan Nation PvE with PvP Zones|Beginnerfriendly|SkillT",
"connect": "185.254.99.88:28014",
"request": "185.254.99.88:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 35,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1692566417,
"last_update": 1780575637,
"banned": false,
"wipe": 1778177910,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2491,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"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/1297199");
$data = json_decode($json, true);
var_dump($data);