API für Forgepoint 100x PvE | Leg Items | Skill Tree | Raid Bases

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10740658
json
{
  "response": {
    "steam_id": "90284723714996253",
    "domain": null,
    "id": 10740658,
    "ip": "162.19.126.101",
    "port": 28035,
    "query": 27037,
    "color": 0,
    "city": "Gravelines",
    "description": "![Forgepoint 100x PvE | Leg Items | Skill Tree | Raid Bases](https://cdn.forgepoint.xyz/images/piSBWEPeD6.jpg)\nWelcome to Forgepoint Servers \r\n Join our Discord for extra perks! discord.gg/yDxYzAGRuk \r\n\r\n Here’s what we have to offer to keep your gameplay exciting and immersive: \r\n - Basements - That's right you can have a basement inside your base! \r\n - Events Galore: Regular events to keep you busy and entertained! \r\n - Custom Building Spots: Unique areas to let your creativity shine. \r\n - Drugs System: Grow, trade, and enjoy our custom drug mechanics. \r\n - Shop & Market: In-game shop for all your needs including a bustling Nature Market for unique base builds. \r\n - Kits: Claimable kits to get you started on the right foot. \r\n - Auto Auth: Simplify base management with automatic turret and cupboard authorization for your team \r\n - Workbench Extender: Streamline your crafting experience. \r\n - Teleport System: Save time with our convenient teleport feature. \r\n - Trading: Easy trading between players. \r\n - Raidable Bases: You can use /buyraid to purchase a raid spawned fresh on a custom island! \r\n - Abandoned Bases: If you are not active after 2 days your base can be raided by fellow players! (Join our Discord to increase time to 6 days!) \r\n_________________________ \r\n Come check out the server and see for yourself what we have to offer because there's a lot more than this!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775966514,
    "score": 0,
    "last_online": 1776825618,
    "icon": null,
    "name": "Forgepoint 100x PvE | Leg Items | Skill Tree | Raid Bases",
    "connect": "162.19.126.101:28035",
    "request": "162.19.126.101:27037",
    "map": "Kong: Skull Island by flouONEs",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1766250725,
    "last_update": 1776825618,
    "banned": false,
    "wipe": 1775152267,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 917,
    "language": "fr",
    "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/10740658");
$data = json_decode($json, true);
var_dump($data);