Minecraft
API für ✫ Rinaorc Studios ✫ discord.gg/rinaorc NOUVELLE SAISON GENS TYCOON!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10697910json
{
"response": {
"steam_id": null,
"domain": "play.rinaorc.com",
"id": 10697910,
"ip": "141.94.99.124",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Gravelines",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772901773,
"score": 0,
"last_online": 1776087619,
"icon": null,
"name": "✫ Rinaorc Studios ✫ discord.gg/rinaorc NOUVELLE SAISON GENS TYCOON!",
"connect": "play.rinaorc.com:25565",
"request": "141.94.99.124:25565",
"map": null,
"gamemode": "FML",
"version": "Rinaorc Studios",
"numplayers": 527,
"maxplayers": 2500,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1765122344,
"last_update": 1776087619,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 813,
"language": "fr",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10697910");
$data = json_decode($json, true);
var_dump($data);