All URIs are relative to https://api.gametools.network
| Method | HTTP request | Description |
|---|---|---|
| bf1942_servers_bf1942_servers_get | GET /bf1942/servers/ | Get a list of servers based on given name |
| bf1942_statusarray_bf1942_statusarray_get | GET /bf1942/statusarray/ | Get the player- / serveramount for all regions from database gathered every hour. |
| bf1942status_bf1942_status_get | GET /bf1942/status/ | Get the player- / serveramount for all regions. |
| logged_server_data_bf1942_serverarray_get | GET /bf1942/serverarray/ | Get the servers playeramount over time |
models::OlderTitleSearch bf1942_servers_bf1942_servers_get(name, r#type) Get a list of servers based on given name
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| name | String | IP:port or hostname/servername of the server you want to search for | [required] | |
| r#type | Option<LegacyBfQueryType> | Type of server property you want to search for | [default to hostname] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::StatusArray bf1942_statusarray_bf1942_statusarray_get(days) Get the player- / serveramount for all regions from database gathered every hour.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| days | Option<i32> | Number of days to get historic values for | [default to 7] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::OlderGameStatus bf1942status_bf1942_status_get() Get the player- / serveramount for all regions.
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
serde_json::Value logged_server_data_bf1942_serverarray_get(name, r#type, days) Get the servers playeramount over time
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| name | String | IP:port or hostname/servername of the server you want to search for | [required] | |
| r#type | Option<LegacyBfQueryType> | Type of server property you want to search for | [default to hostname] | |
| days | Option<i32> | Number of days to get historic values for | [default to 7] |
serde_json::Value
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]