Discover/Survivors API
live

Survivors APIsurvivors.gg

Monitor real-time player counts, team limits, and wipe schedules across all Survivors.gg Rust servers to find the perfect server to join. Get instant access to connection details and server status information to coordinate your gameplay and plan your raiding strategy.

This API takes change requests — .
Endpoint health
monitored
get_servers
Checks pendingself-healing
Endpoints
1
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it
Filter servers by team limit. 2=Duo, 3=Trio, 4=Quad, 5=Max 5, 8=Max 8, 10=Max 10, 0=No Limit. Omitting returns all servers.
api.parse.bot/scraper/496f7d9e-716e-4e5c-bf8a-5035af5f3d5d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/496f7d9e-716e-4e5c-bf8a-5035af5f3d5d/get_servers?team_limit=4' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Returns all Survivors.gg Rust servers with live player counts, team limits, map info, wipe schedules (next wipe, last wipe, upcoming wipes), and connection details. Optionally filter by team limit. A single request fetches all servers (currently ~13); no pagination needed.

Input
ParamTypeDescription
team_limitintegerFilter servers by team limit. 2=Duo, 3=Trio, 4=Quad, 5=Max 5, 8=Max 8, 10=Max 10, 0=No Limit. Omitting returns all servers.
Response
{
  "type": "object",
  "fields": {
    "servers": "array of server objects with id, name, team_limit, players, wipe times, connection info",
    "updated": "ISO 8601 timestamp of last data refresh",
    "total_max_players": "integer total max capacity across all servers",
    "total_servers_live": "integer count of live servers",
    "total_players_online": "integer total players across all servers"
  },
  "sample": {
    "servers": [
      {
        "id": "14702632",
        "ip": "194.54.88.58",
        "name": "Survivors.gg Solo/Duo",
        "port": 28014,
        "queue": 0,
        "status": "online",
        "map_url": "https://rustmaps.com/map/dd4c28111ec64685a000abea213a310e",
        "map_seed": 33983,
        "map_size": 3850,
        "full_name": "Survivors.gg [ 2x Solo/Duo ] FULLWIPED 15.08",
        "last_wipe": "2026-08-15T16:03:27.873Z",
        "next_wipe": "2026-08-18T12:00:00+00:00",
        "team_limit": 2,
        "max_players": 200,
        "next_wipe_type": "Map Wipe",
        "players_online": 112,
        "upcoming_wipes": [
          {
            "ts": 1787054400,
            "iso": "2026-08-18T12:00:00+00:00",
            "type": "Map Wipe",
            "title": "Duo Map Wipe"
          }
        ],
        "battlemetrics_url": "https://www.battlemetrics.com/servers/rust/14702632"
      }
    ],
    "updated": "2026-08-17T18:22:37+00:00",
    "total_max_players": 3750,
    "total_servers_live": 13,
    "total_players_online": 2382
  }
}

About the Survivors API

The Survivors API on Parse exposes 1 endpoint for the publicly available data on survivors.gg. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.