API pentru ✫ Rinaorc Studios ✫ discord.gg/rinaorc NOUVELLE SAISON GENS TYCOON!

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10490519
json
{
  "response": {
    "steam_id": null,
    "domain": "play.rinaorc.com",
    "id": 10490519,
    "ip": "51.75.129.45",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Roubaix",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772901772,
    "score": 0,
    "last_online": 1776087619,
    "icon": null,
    "name": "✫ Rinaorc Studios ✫ discord.gg/rinaorc NOUVELLE SAISON GENS TYCOON!",
    "connect": "play.rinaorc.com:25565",
    "request": "51.75.129.45: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": 1761122424,
    "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": 812,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10490519");
$data = json_decode($json, true);
var_dump($data);