Oferim o gamă largă de metode de integrare. Puteți utiliza oricare dintre ele sau puteți crea propria metodă folosind JSON API. Dacă aveți o propunere pentru adăugarea unei noi metode de integrare, vă rugăm să ne contactați. Contactați-ne

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/1204706
json
{
  "response": {
    "fps": 25,
    "fps_avg": 26,
    "entities_count": 373841,
    "world_seed": 1374881788,
    "world_size": 4500,
    "steam_id": "90284172915185674",
    "domain": null,
    "id": 1204706,
    "ip": "104.143.2.103",
    "port": 28015,
    "query": 28018,
    "color": 0,
    "city": "Dallas",
    "description": "![Rustafied.com - US Long - Large](https://cdn.rustafied.systems/v2/discord-panels/US%20Long%20-%20Large.png)\nMonthly BP + Map Wipe @ Force Wipe First Thursday @ 2PM EST / 19:00 London \r\n\r\n - Player portal: https://my.rustafied.com (server info, map voting, banlist, and more) \r\n - Store: https://rustafied.com/store \r\n - Support: https://rustafied.com/support \r\n - Discord: https://discord.gg/rustafied",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775642874,
    "score": null,
    "last_online": 1775875810,
    "icon": null,
    "name": "Rustafied.com - US Long - Large",
    "connect": "104.143.2.103:28015",
    "request": "104.143.2.103:28018",
    "map": "Rustafied Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 241,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 112,
    "add_date": 1691954574,
    "last_update": 1775875810,
    "banned": false,
    "wipe": 1775151222,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 94,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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