tornapi-typescript 5.2.2 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +30 -4
- package/dist/index.js +5 -0
- package/dist/index.ts +33 -3
- package/dist/openapi.json +318 -205
- package/package.json +2 -2
package/dist/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Torn API",
|
|
5
5
|
"description": "\n * The development of Torn's API v2 is still ongoing.\n * If selections remain unaltered, they will default to the API v1 version.\n * Unlike API v1, API v2 accepts both selections and IDs as path and query parameters.\n * If any discrepancies or errors are found, please submit a [bug report](https://www.torn.com/forums.php#/p=forums&f=19&b=0&a=0) on the Torn Forums.\n * In case you're using bots to check for changes on openapi.json file, make sure to specificy a custom user-agent header - CloudFlare sometimes prevents requests from default user-agents.",
|
|
6
|
-
"version": "5.
|
|
6
|
+
"version": "5.3.0"
|
|
7
7
|
},
|
|
8
8
|
"servers": [
|
|
9
9
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"summary": "Get your ammo information",
|
|
21
21
|
"description": "Requires minimal key. <br>",
|
|
22
|
-
"operationId": "
|
|
22
|
+
"operationId": "getMyAmmo",
|
|
23
23
|
"parameters": [
|
|
24
24
|
{
|
|
25
25
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
],
|
|
59
59
|
"summary": "Get your detailed attacks",
|
|
60
60
|
"description": "Requires limited access key. <br>",
|
|
61
|
-
"operationId": "
|
|
61
|
+
"operationId": "getMyAttacks",
|
|
62
62
|
"parameters": [
|
|
63
63
|
{
|
|
64
64
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
],
|
|
113
113
|
"summary": "Get your simplified attacks",
|
|
114
114
|
"description": "Requires limited access key. <br>Returns up to 1,000 rows. <br>",
|
|
115
|
-
"operationId": "
|
|
115
|
+
"operationId": "getMyAttacksSimplified",
|
|
116
116
|
"parameters": [
|
|
117
117
|
{
|
|
118
118
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
],
|
|
167
167
|
"summary": "Get your bars information",
|
|
168
168
|
"description": "Requires minimal access key. <br>",
|
|
169
|
-
"operationId": "
|
|
169
|
+
"operationId": "getMyBars",
|
|
170
170
|
"parameters": [
|
|
171
171
|
{
|
|
172
172
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
],
|
|
206
206
|
"summary": "Get your basic profile information",
|
|
207
207
|
"description": "Requires public access key. <br>",
|
|
208
|
-
"operationId": "
|
|
208
|
+
"operationId": "getMyBasicInformation",
|
|
209
209
|
"parameters": [
|
|
210
210
|
{
|
|
211
211
|
"$ref": "#/components/parameters/ApiStripTagsTrue"
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
],
|
|
248
248
|
"summary": "Get basic profile information for a specific user",
|
|
249
249
|
"description": "Requires public access key. <br>",
|
|
250
|
-
"operationId": "
|
|
250
|
+
"operationId": "getUserBasicInformation",
|
|
251
251
|
"parameters": [
|
|
252
252
|
{
|
|
253
253
|
"name": "id",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
],
|
|
299
299
|
"summary": "Get your battlestats",
|
|
300
300
|
"description": "Requires limited access key. <br>",
|
|
301
|
-
"operationId": "
|
|
301
|
+
"operationId": "getMyBattlestats",
|
|
302
302
|
"parameters": [
|
|
303
303
|
{
|
|
304
304
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"$ref": "#/components/parameters/ApiComment"
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
|
-
"$ref": "#/components/parameters/
|
|
310
|
+
"$ref": "#/components/parameters/ApiKeyLimited"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
313
|
"responses": {
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
],
|
|
338
338
|
"summary": "Get bounties placed on you",
|
|
339
339
|
"description": "Requires public access key. <br>",
|
|
340
|
-
"operationId": "
|
|
340
|
+
"operationId": "getMyBounties",
|
|
341
341
|
"parameters": [
|
|
342
342
|
{
|
|
343
343
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
],
|
|
377
377
|
"summary": "Get bounties placed on a specific user",
|
|
378
378
|
"description": "Requires public access key. <br>",
|
|
379
|
-
"operationId": "
|
|
379
|
+
"operationId": "getUserBounties",
|
|
380
380
|
"parameters": [
|
|
381
381
|
{
|
|
382
382
|
"name": "id",
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
],
|
|
425
425
|
"summary": "Get your calendar events start time",
|
|
426
426
|
"description": "Requires minimal access key. <br>Only available to yourself.",
|
|
427
|
-
"operationId": "
|
|
427
|
+
"operationId": "getMyCalendarTime",
|
|
428
428
|
"parameters": [
|
|
429
429
|
{
|
|
430
430
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
],
|
|
464
464
|
"summary": "Get your competition information",
|
|
465
465
|
"description": "Requires public access key.",
|
|
466
|
-
"operationId": "
|
|
466
|
+
"operationId": "getMyCompetitionInfo",
|
|
467
467
|
"parameters": [
|
|
468
468
|
{
|
|
469
469
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
],
|
|
503
503
|
"summary": "Get competition information for a specific player",
|
|
504
504
|
"description": "Requires public access key.",
|
|
505
|
-
"operationId": "
|
|
505
|
+
"operationId": "getUserCompetitionInfo",
|
|
506
506
|
"parameters": [
|
|
507
507
|
{
|
|
508
508
|
"name": "id",
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
],
|
|
551
551
|
"summary": "Get your cooldowns information",
|
|
552
552
|
"description": "Requires minimal access key. <br>",
|
|
553
|
-
"operationId": "
|
|
553
|
+
"operationId": "getMyCooldowns",
|
|
554
554
|
"parameters": [
|
|
555
555
|
{
|
|
556
556
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
],
|
|
590
590
|
"summary": "Get your crime statistics",
|
|
591
591
|
"description": "Requires minimal access key. <br>Return the details and statistics about for a specific crime.",
|
|
592
|
-
"operationId": "
|
|
592
|
+
"operationId": "getMyCrimes",
|
|
593
593
|
"parameters": [
|
|
594
594
|
{
|
|
595
595
|
"name": "crimeId",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
],
|
|
638
638
|
"summary": "Get your discord information",
|
|
639
639
|
"description": "Requires public key. <br>",
|
|
640
|
-
"operationId": "
|
|
640
|
+
"operationId": "getMyDiscord",
|
|
641
641
|
"parameters": [
|
|
642
642
|
{
|
|
643
643
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
],
|
|
677
677
|
"summary": "Get discord information for a specific user",
|
|
678
678
|
"description": "Requires public access key. <br>",
|
|
679
|
-
"operationId": "
|
|
679
|
+
"operationId": "getUserDiscord",
|
|
680
680
|
"parameters": [
|
|
681
681
|
{
|
|
682
682
|
"name": "id",
|
|
@@ -723,8 +723,8 @@
|
|
|
723
723
|
"User"
|
|
724
724
|
],
|
|
725
725
|
"summary": "Get your education information",
|
|
726
|
-
"description": "The response contains a list of complete eduactions and of a current education (if any).",
|
|
727
|
-
"operationId": "
|
|
726
|
+
"description": "Requires minimal access key. <br>The response contains a list of complete eduactions and of a current education (if any).",
|
|
727
|
+
"operationId": "getMyEducation",
|
|
728
728
|
"parameters": [
|
|
729
729
|
{
|
|
730
730
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
"$ref": "#/components/parameters/ApiComment"
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
|
-
"$ref": "#/components/parameters/
|
|
736
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
737
737
|
}
|
|
738
738
|
],
|
|
739
739
|
"responses": {
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
],
|
|
764
764
|
"summary": "Get your enlisted cars",
|
|
765
765
|
"description": "Requires minimal access key. <br>Returns a list of all user enlisted cars.",
|
|
766
|
-
"operationId": "
|
|
766
|
+
"operationId": "getMyEnlistedCars",
|
|
767
767
|
"parameters": [
|
|
768
768
|
{
|
|
769
769
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
],
|
|
803
803
|
"summary": "Get your equipment & clothing",
|
|
804
804
|
"description": "Requires minimal access key.",
|
|
805
|
-
"operationId": "
|
|
805
|
+
"operationId": "getMyEquipment",
|
|
806
806
|
"parameters": [
|
|
807
807
|
{
|
|
808
808
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
],
|
|
842
842
|
"summary": "Get your events",
|
|
843
843
|
"description": "Requires limited access key. <br> Unfortunately, the 'sort' parameter is not available for this selection.",
|
|
844
|
-
"operationId": "
|
|
844
|
+
"operationId": "getMyEvents",
|
|
845
845
|
"parameters": [
|
|
846
846
|
{
|
|
847
847
|
"$ref": "#/components/parameters/ApiStripTagsFalse"
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
],
|
|
893
893
|
"summary": "Get your faction information",
|
|
894
894
|
"description": "Requires public access key.",
|
|
895
|
-
"operationId": "
|
|
895
|
+
"operationId": "getMyFaction",
|
|
896
896
|
"parameters": [
|
|
897
897
|
{
|
|
898
898
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
],
|
|
932
932
|
"summary": "Get faction information for a specific player",
|
|
933
933
|
"description": "Requires public access key.",
|
|
934
|
-
"operationId": "
|
|
934
|
+
"operationId": "getUserFaction",
|
|
935
935
|
"parameters": [
|
|
936
936
|
{
|
|
937
937
|
"name": "id",
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
],
|
|
980
980
|
"summary": "Get updates on your threads and posts",
|
|
981
981
|
"description": "Requires minimal access key. <br>This selection returns data visible in 'Feed' section on forum page. Feed is sorted by timestamp descending. Only a maximum of 100 rows are returned.",
|
|
982
|
-
"operationId": "
|
|
982
|
+
"operationId": "getMyForumFeed",
|
|
983
983
|
"parameters": [
|
|
984
984
|
{
|
|
985
985
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
],
|
|
1019
1019
|
"summary": "Get updates on your friends' activity",
|
|
1020
1020
|
"description": "Requires minimal access key. <br>This selection returns data visible in 'Friends' section on forum page. Feed is sorted by timestamp descending. Only a maximum of 100 rows are returned.",
|
|
1021
|
-
"operationId": "
|
|
1021
|
+
"operationId": "getMyForumFriendsUpdates",
|
|
1022
1022
|
"parameters": [
|
|
1023
1023
|
{
|
|
1024
1024
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
],
|
|
1058
1058
|
"summary": "Get your posts",
|
|
1059
1059
|
"description": "Requires public access key. <br>Returns 20 posts per page.",
|
|
1060
|
-
"operationId": "
|
|
1060
|
+
"operationId": "getMyForumPosts",
|
|
1061
1061
|
"parameters": [
|
|
1062
1062
|
{
|
|
1063
1063
|
"$ref": "#/components/parameters/ApiStripTagsTrue"
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
],
|
|
1112
1112
|
"summary": "Get posts for a specific player",
|
|
1113
1113
|
"description": "Requires public access key. <br>Returns 20 posts per page for a specific player.",
|
|
1114
|
-
"operationId": "
|
|
1114
|
+
"operationId": "getUserForumPosts",
|
|
1115
1115
|
"parameters": [
|
|
1116
1116
|
{
|
|
1117
1117
|
"$ref": "#/components/parameters/ApiStripTagsTrue"
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
],
|
|
1175
1175
|
"summary": "Get updates on threads you subscribed to",
|
|
1176
1176
|
"description": "Requires minimal access key. <br>This selection returns data visible in 'Subscribed Threads' section on forum page. Threads are sorted in the same way as on site.",
|
|
1177
|
-
"operationId": "
|
|
1177
|
+
"operationId": "getMyForumSubscribedThreads",
|
|
1178
1178
|
"parameters": [
|
|
1179
1179
|
{
|
|
1180
1180
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
],
|
|
1214
1214
|
"summary": "Get your threads",
|
|
1215
1215
|
"description": "Requires public access key. <br>Returns 100 threads per page. The field 'new_posts' is also available, indicating the amount of unread posts with a Minimum API key (or higher).",
|
|
1216
|
-
"operationId": "
|
|
1216
|
+
"operationId": "getMyForumThreads",
|
|
1217
1217
|
"parameters": [
|
|
1218
1218
|
{
|
|
1219
1219
|
"$ref": "#/components/parameters/ApiLimit100Default20"
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
],
|
|
1265
1265
|
"summary": "Get threads for a specific player",
|
|
1266
1266
|
"description": "Requires public access key. <br>Returns 100 threads per page for a specific player. When requesting data for the key owner, a field 'new_posts' is also available, indicating the amount of unread posts. Minimum API key is required for that.",
|
|
1267
|
-
"operationId": "
|
|
1267
|
+
"operationId": "getUserForumThreads",
|
|
1268
1268
|
"parameters": [
|
|
1269
1269
|
{
|
|
1270
1270
|
"name": "id",
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
],
|
|
1325
1325
|
"summary": "Get your hall of fame rankings",
|
|
1326
1326
|
"description": "Requires public access key. <br>When requesting selection with Limited, Full or Custom key, battle_stats selection will be populated.",
|
|
1327
|
-
"operationId": "
|
|
1327
|
+
"operationId": "getMyHoF",
|
|
1328
1328
|
"parameters": [
|
|
1329
1329
|
{
|
|
1330
1330
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
],
|
|
1364
1364
|
"summary": "Get hall of fame rankings for a specific player",
|
|
1365
1365
|
"description": "Requires public access key. <br>The battle_stats selection will be populated only when requesting selection with Limited, Full or Custom key and for yourself.",
|
|
1366
|
-
"operationId": "
|
|
1366
|
+
"operationId": "getUserHoF",
|
|
1367
1367
|
"parameters": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"name": "id",
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
],
|
|
1412
1412
|
"summary": "Get your achieved honors",
|
|
1413
1413
|
"description": "Requires minimal access key. <br>",
|
|
1414
|
-
"operationId": "
|
|
1414
|
+
"operationId": "getMyHonors",
|
|
1415
1415
|
"parameters": [
|
|
1416
1416
|
{
|
|
1417
1417
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
"$ref": "#/components/parameters/ApiComment"
|
|
1421
1421
|
},
|
|
1422
1422
|
{
|
|
1423
|
-
"$ref": "#/components/parameters/
|
|
1423
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
1424
1424
|
}
|
|
1425
1425
|
],
|
|
1426
1426
|
"responses": {
|
|
@@ -1450,7 +1450,7 @@
|
|
|
1450
1450
|
],
|
|
1451
1451
|
"summary": "Get your icons information",
|
|
1452
1452
|
"description": "Requires public access key. <br> When requesting data for yourself with 'Custom', 'Limited' or 'Full' access keys, the response will be of type UserIconPrivate, otherwise UserIconPublic.",
|
|
1453
|
-
"operationId": "
|
|
1453
|
+
"operationId": "getMyIcons",
|
|
1454
1454
|
"parameters": [
|
|
1455
1455
|
{
|
|
1456
1456
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
],
|
|
1490
1490
|
"summary": "Get icons information for a specific player",
|
|
1491
1491
|
"description": "Requires public access key.<br> When requesting data for yourself with 'Custom', 'Limited' or 'Full' access keys, the response will be of type UserIconPrivate, otherwise UserIconPublic.",
|
|
1492
|
-
"operationId": "
|
|
1492
|
+
"operationId": "getUserIcons",
|
|
1493
1493
|
"parameters": [
|
|
1494
1494
|
{
|
|
1495
1495
|
"name": "id",
|
|
@@ -1535,9 +1535,9 @@
|
|
|
1535
1535
|
"tags": [
|
|
1536
1536
|
"User"
|
|
1537
1537
|
],
|
|
1538
|
-
"summary": "Get your item market listings
|
|
1538
|
+
"summary": "Get your item market listings",
|
|
1539
1539
|
"description": "Requires limited access key. <br>",
|
|
1540
|
-
"operationId": "
|
|
1540
|
+
"operationId": "getMyItemMarketListings",
|
|
1541
1541
|
"parameters": [
|
|
1542
1542
|
{
|
|
1543
1543
|
"$ref": "#/components/parameters/ApiOffset"
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
],
|
|
1580
1580
|
"summary": "Get your job information",
|
|
1581
1581
|
"description": "Requires public access key.",
|
|
1582
|
-
"operationId": "
|
|
1582
|
+
"operationId": "getMyJob",
|
|
1583
1583
|
"parameters": [
|
|
1584
1584
|
{
|
|
1585
1585
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
],
|
|
1619
1619
|
"summary": "Get job information for a specific player",
|
|
1620
1620
|
"description": "Requires public access key.",
|
|
1621
|
-
"operationId": "
|
|
1621
|
+
"operationId": "getUserJob",
|
|
1622
1622
|
"parameters": [
|
|
1623
1623
|
{
|
|
1624
1624
|
"name": "id",
|
|
@@ -1666,7 +1666,7 @@
|
|
|
1666
1666
|
],
|
|
1667
1667
|
"summary": "Get your jobpoints",
|
|
1668
1668
|
"description": "Requires minimal access key. <br>",
|
|
1669
|
-
"operationId": "
|
|
1669
|
+
"operationId": "getMyJobPoints",
|
|
1670
1670
|
"parameters": [
|
|
1671
1671
|
{
|
|
1672
1672
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1675,7 +1675,7 @@
|
|
|
1675
1675
|
"$ref": "#/components/parameters/ApiComment"
|
|
1676
1676
|
},
|
|
1677
1677
|
{
|
|
1678
|
-
"$ref": "#/components/parameters/
|
|
1678
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
1679
1679
|
}
|
|
1680
1680
|
],
|
|
1681
1681
|
"responses": {
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
],
|
|
1706
1706
|
"summary": "Get your starter job positions",
|
|
1707
1707
|
"description": "Requires minimal access key. <br>",
|
|
1708
|
-
"operationId": "
|
|
1708
|
+
"operationId": "getMyJobRanks",
|
|
1709
1709
|
"parameters": [
|
|
1710
1710
|
{
|
|
1711
1711
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
],
|
|
1745
1745
|
"summary": "Get your friends, enemies or targets list",
|
|
1746
1746
|
"description": "Requires limited access key. <br>",
|
|
1747
|
-
"operationId": "
|
|
1747
|
+
"operationId": "getMyContactsList",
|
|
1748
1748
|
"parameters": [
|
|
1749
1749
|
{
|
|
1750
1750
|
"name": "cat",
|
|
@@ -1803,8 +1803,8 @@
|
|
|
1803
1803
|
"User"
|
|
1804
1804
|
],
|
|
1805
1805
|
"summary": "Get your logs",
|
|
1806
|
-
"description": "Requires
|
|
1807
|
-
"operationId": "
|
|
1806
|
+
"description": "Requires full access key. <br> It's possible to pass a list of log ids or a log category id.<br>",
|
|
1807
|
+
"operationId": "getMyLogs",
|
|
1808
1808
|
"parameters": [
|
|
1809
1809
|
{
|
|
1810
1810
|
"name": "log",
|
|
@@ -1884,7 +1884,7 @@
|
|
|
1884
1884
|
],
|
|
1885
1885
|
"summary": "Get your achieved medals",
|
|
1886
1886
|
"description": "Requires minimal access key. <br>",
|
|
1887
|
-
"operationId": "
|
|
1887
|
+
"operationId": "getMyMedals",
|
|
1888
1888
|
"parameters": [
|
|
1889
1889
|
{
|
|
1890
1890
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
"$ref": "#/components/parameters/ApiComment"
|
|
1894
1894
|
},
|
|
1895
1895
|
{
|
|
1896
|
-
"$ref": "#/components/parameters/
|
|
1896
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
1897
1897
|
}
|
|
1898
1898
|
],
|
|
1899
1899
|
"responses": {
|
|
@@ -1923,7 +1923,7 @@
|
|
|
1923
1923
|
],
|
|
1924
1924
|
"summary": "Get your merits",
|
|
1925
1925
|
"description": "Requires minimal access key. <br>",
|
|
1926
|
-
"operationId": "
|
|
1926
|
+
"operationId": "getMyMerits",
|
|
1927
1927
|
"parameters": [
|
|
1928
1928
|
{
|
|
1929
1929
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -1932,7 +1932,7 @@
|
|
|
1932
1932
|
"$ref": "#/components/parameters/ApiComment"
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
|
-
"$ref": "#/components/parameters/
|
|
1935
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
1936
1936
|
}
|
|
1937
1937
|
],
|
|
1938
1938
|
"responses": {
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
],
|
|
1963
1963
|
"summary": "Get your messages",
|
|
1964
1964
|
"description": "Requires limited access key. <br>",
|
|
1965
|
-
"operationId": "
|
|
1965
|
+
"operationId": "getMyMessages",
|
|
1966
1966
|
"parameters": [
|
|
1967
1967
|
{
|
|
1968
1968
|
"$ref": "#/components/parameters/ApiLimit100Default20"
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
],
|
|
2014
2014
|
"summary": "Get your current missions information",
|
|
2015
2015
|
"description": "Requires minimal access key. <br>",
|
|
2016
|
-
"operationId": "
|
|
2016
|
+
"operationId": "getMyMissions",
|
|
2017
2017
|
"parameters": [
|
|
2018
2018
|
{
|
|
2019
2019
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
],
|
|
2053
2053
|
"summary": "Get your current wealth",
|
|
2054
2054
|
"description": "Requires limited access key. <br>",
|
|
2055
|
-
"operationId": "
|
|
2055
|
+
"operationId": "getMyMoney",
|
|
2056
2056
|
"parameters": [
|
|
2057
2057
|
{
|
|
2058
2058
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2061,7 +2061,7 @@
|
|
|
2061
2061
|
"$ref": "#/components/parameters/ApiComment"
|
|
2062
2062
|
},
|
|
2063
2063
|
{
|
|
2064
|
-
"$ref": "#/components/parameters/
|
|
2064
|
+
"$ref": "#/components/parameters/ApiKeyLimited"
|
|
2065
2065
|
}
|
|
2066
2066
|
],
|
|
2067
2067
|
"responses": {
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
],
|
|
2092
2092
|
"summary": "Get your unseen events",
|
|
2093
2093
|
"description": "Requires limited access key. <br>",
|
|
2094
|
-
"operationId": "
|
|
2094
|
+
"operationId": "getMyNewEvents",
|
|
2095
2095
|
"parameters": [
|
|
2096
2096
|
{
|
|
2097
2097
|
"$ref": "#/components/parameters/ApiStripTagsFalse"
|
|
@@ -2133,7 +2133,7 @@
|
|
|
2133
2133
|
],
|
|
2134
2134
|
"summary": "Get your unseen messages",
|
|
2135
2135
|
"description": "Requires limited access key. <br>",
|
|
2136
|
-
"operationId": "
|
|
2136
|
+
"operationId": "getMyNewMessages",
|
|
2137
2137
|
"parameters": [
|
|
2138
2138
|
{
|
|
2139
2139
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2172,7 +2172,7 @@
|
|
|
2172
2172
|
],
|
|
2173
2173
|
"summary": "Get your notifications",
|
|
2174
2174
|
"description": "Requires minimal access key. <br>",
|
|
2175
|
-
"operationId": "
|
|
2175
|
+
"operationId": "getMyNotifications",
|
|
2176
2176
|
"parameters": [
|
|
2177
2177
|
{
|
|
2178
2178
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
],
|
|
2212
2212
|
"summary": "Get your current ongoing organized crime",
|
|
2213
2213
|
"description": "Requires minimal access key. <br>",
|
|
2214
|
-
"operationId": "
|
|
2214
|
+
"operationId": "getMyOrganizedCrime",
|
|
2215
2215
|
"parameters": [
|
|
2216
2216
|
{
|
|
2217
2217
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2243,6 +2243,45 @@
|
|
|
2243
2243
|
"x-stability": "Stable"
|
|
2244
2244
|
}
|
|
2245
2245
|
},
|
|
2246
|
+
"/user/organizedcrimes": {
|
|
2247
|
+
"get": {
|
|
2248
|
+
"tags": [
|
|
2249
|
+
"User"
|
|
2250
|
+
],
|
|
2251
|
+
"summary": "Get available slots for organized crimes with status 'Recruiting'",
|
|
2252
|
+
"description": "Requires minimal access key. <br>Unlike 'faction' -> 'crimes', this selection only shows empty slots, and only for crimes with the 'Recruiting' status.",
|
|
2253
|
+
"operationId": "getMyAvailableOrganizedCrimes",
|
|
2254
|
+
"parameters": [
|
|
2255
|
+
{
|
|
2256
|
+
"$ref": "#/components/parameters/ApiTimestamp"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"$ref": "#/components/parameters/ApiComment"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"responses": {
|
|
2266
|
+
"200": {
|
|
2267
|
+
"description": "Successful operation",
|
|
2268
|
+
"content": {
|
|
2269
|
+
"application/json": {
|
|
2270
|
+
"schema": {
|
|
2271
|
+
"$ref": "#/components/schemas/UserOrganizedCrimesResponse"
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
"security": [
|
|
2278
|
+
{
|
|
2279
|
+
"api_key": []
|
|
2280
|
+
}
|
|
2281
|
+
],
|
|
2282
|
+
"x-stability": "Stable"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2246
2285
|
"/user/personalstats": {
|
|
2247
2286
|
"get": {
|
|
2248
2287
|
"tags": [
|
|
@@ -2250,7 +2289,7 @@
|
|
|
2250
2289
|
],
|
|
2251
2290
|
"summary": "Get your personal stats",
|
|
2252
2291
|
"description": "Requires public access key. <br>\n * UserPersonalStatsFull is returned only when this selection is requested with Limited, Full or Custom key access key.\n * UserPersonalStatsFullPublic is returned when the requested category is 'all'.\n * UserPersonalStatsPopular is returned when the requested category is 'popular'. Please try to use UserPersonalStatsPopular over UserPersonalStatsFullPublic wherever possible in order to reduce the server load.\n * Otherwise, UserPersonalStatsCategory is returned for the matched category.\n * Historical stats can be fetched via 'stat' query parameter. It's only possible to pass up to 10 historical stats at once (the rest is trimmed). When requesting historical stats the response will be of type UserPersonalStatsHistoric.\n * Use 'timestamp' query parameter to get historical stats at the certain point in time. It's possible some historical stats didn't exist at the given timestamp, and for such stats you will not receive anything back.",
|
|
2253
|
-
"operationId": "
|
|
2292
|
+
"operationId": "getMyPersonalStats",
|
|
2254
2293
|
"parameters": [
|
|
2255
2294
|
{
|
|
2256
2295
|
"name": "cat",
|
|
@@ -2319,7 +2358,7 @@
|
|
|
2319
2358
|
],
|
|
2320
2359
|
"summary": "Get a player's personal stats",
|
|
2321
2360
|
"description": "Requires public access key. <br>\n * UserPersonalStatsFull is returned only when this selection is requested for the key owner with Limited, Full or Custom key.\n * UserPersonalStatsFullPublic is returned when the requested category is 'all'.\n * UserPersonalStatsPopular is returned when the requested category is 'popular'. Please try to use UserPersonalStatsPopular over UserPersonalStatsFullPublic wherever possible in order to reduce the server load.\n * Otherwise, UserPersonalStatsCategory is returned for the matched category.\n * It's possible to request specific stats via 'stat' parameter. In this case the response will vary depending on the stats requested. Private stats are still available only to the key owner (with Limited or higher key).\n * Additionally, historical stats can also be fetched via 'stat' query parameter, but 'timestamp' parameter must be provided as well. It's only possible to pass up to 10 historical stats at once (the rest is trimmed). When requesting historical stats the response will be of type UserPersonalStatsHistoric.",
|
|
2322
|
-
"operationId": "
|
|
2361
|
+
"operationId": "getUserPersonalStats",
|
|
2323
2362
|
"parameters": [
|
|
2324
2363
|
{
|
|
2325
2364
|
"name": "id",
|
|
@@ -2397,7 +2436,7 @@
|
|
|
2397
2436
|
],
|
|
2398
2437
|
"summary": "Get your own profile",
|
|
2399
2438
|
"description": "Requires public access key.",
|
|
2400
|
-
"operationId": "
|
|
2439
|
+
"operationId": "getMyProfile",
|
|
2401
2440
|
"parameters": [
|
|
2402
2441
|
{
|
|
2403
2442
|
"$ref": "#/components/parameters/ApiStripTagsTrue"
|
|
@@ -2439,7 +2478,7 @@
|
|
|
2439
2478
|
],
|
|
2440
2479
|
"summary": "Get profile information for a specific player",
|
|
2441
2480
|
"description": "Requires public access key.",
|
|
2442
|
-
"operationId": "
|
|
2481
|
+
"operationId": "getUserProfile",
|
|
2443
2482
|
"parameters": [
|
|
2444
2483
|
{
|
|
2445
2484
|
"name": "id",
|
|
@@ -2490,7 +2529,7 @@
|
|
|
2490
2529
|
],
|
|
2491
2530
|
"summary": "Get your own properties",
|
|
2492
2531
|
"description": "Requires public access key. <br>Extended responses are available when requesting the data with Limited or higher access keys.",
|
|
2493
|
-
"operationId": "
|
|
2532
|
+
"operationId": "getMyProperties",
|
|
2494
2533
|
"parameters": [
|
|
2495
2534
|
{
|
|
2496
2535
|
"$ref": "#/components/parameters/ApiFiltersUserProperties"
|
|
@@ -2538,7 +2577,7 @@
|
|
|
2538
2577
|
],
|
|
2539
2578
|
"summary": "Get specific user's properties",
|
|
2540
2579
|
"description": "Requires public access key. <br>Extended responses are available when requesting the data with Limited or higher access keys for yourself or your spouse.",
|
|
2541
|
-
"operationId": "
|
|
2580
|
+
"operationId": "getUserProperties",
|
|
2542
2581
|
"parameters": [
|
|
2543
2582
|
{
|
|
2544
2583
|
"name": "id",
|
|
@@ -2595,7 +2634,7 @@
|
|
|
2595
2634
|
],
|
|
2596
2635
|
"summary": "Get your current property",
|
|
2597
2636
|
"description": "Requires public access key. <br>",
|
|
2598
|
-
"operationId": "
|
|
2637
|
+
"operationId": "getMyProperty",
|
|
2599
2638
|
"parameters": [
|
|
2600
2639
|
{
|
|
2601
2640
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2634,7 +2673,7 @@
|
|
|
2634
2673
|
],
|
|
2635
2674
|
"summary": "Get specific user's property",
|
|
2636
2675
|
"description": "Requires public access key. <br>",
|
|
2637
|
-
"operationId": "
|
|
2676
|
+
"operationId": "getUserProperty",
|
|
2638
2677
|
"parameters": [
|
|
2639
2678
|
{
|
|
2640
2679
|
"name": "id",
|
|
@@ -2682,7 +2721,7 @@
|
|
|
2682
2721
|
],
|
|
2683
2722
|
"summary": "Get user races",
|
|
2684
2723
|
"description": "Requires minimal access key. <br>Returns a list of user races, ordered by race start timestamp.",
|
|
2685
|
-
"operationId": "
|
|
2724
|
+
"operationId": "getMyRaces",
|
|
2686
2725
|
"parameters": [
|
|
2687
2726
|
{
|
|
2688
2727
|
"$ref": "#/components/parameters/ApiLimit100Default20"
|
|
@@ -2742,7 +2781,7 @@
|
|
|
2742
2781
|
],
|
|
2743
2782
|
"summary": "Get your current racing records",
|
|
2744
2783
|
"description": "Requires minimal access key. <br>",
|
|
2745
|
-
"operationId": "
|
|
2784
|
+
"operationId": "getMyRacingRecords",
|
|
2746
2785
|
"parameters": [
|
|
2747
2786
|
{
|
|
2748
2787
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2781,7 +2820,7 @@
|
|
|
2781
2820
|
],
|
|
2782
2821
|
"summary": "Get your refills information",
|
|
2783
2822
|
"description": "Requires minimal access key. <br>",
|
|
2784
|
-
"operationId": "
|
|
2823
|
+
"operationId": "getMyRefills",
|
|
2785
2824
|
"parameters": [
|
|
2786
2825
|
{
|
|
2787
2826
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -2820,7 +2859,7 @@
|
|
|
2820
2859
|
],
|
|
2821
2860
|
"summary": "Get your reports",
|
|
2822
2861
|
"description": "Requires limited access key. <br>\n * The default limit is set to 25. However, the limit can be set to 100 for the 'stats' category.",
|
|
2823
|
-
"operationId": "
|
|
2862
|
+
"operationId": "getMyReports",
|
|
2824
2863
|
"parameters": [
|
|
2825
2864
|
{
|
|
2826
2865
|
"name": "cat",
|
|
@@ -2886,7 +2925,7 @@
|
|
|
2886
2925
|
],
|
|
2887
2926
|
"summary": "Get your detailed revives",
|
|
2888
2927
|
"description": "Requires limited access key. <br>",
|
|
2889
|
-
"operationId": "
|
|
2928
|
+
"operationId": "getMyRevives",
|
|
2890
2929
|
"parameters": [
|
|
2891
2930
|
{
|
|
2892
2931
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -2943,7 +2982,7 @@
|
|
|
2943
2982
|
],
|
|
2944
2983
|
"summary": "Get your simplified revives",
|
|
2945
2984
|
"description": "Requires limited access key. <br>",
|
|
2946
|
-
"operationId": "
|
|
2985
|
+
"operationId": "getMyRevivesSimplified",
|
|
2947
2986
|
"parameters": [
|
|
2948
2987
|
{
|
|
2949
2988
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -3000,7 +3039,7 @@
|
|
|
3000
3039
|
],
|
|
3001
3040
|
"summary": "Get your skills",
|
|
3002
3041
|
"description": "Requires minimal access key. <br>",
|
|
3003
|
-
"operationId": "
|
|
3042
|
+
"operationId": "getMySkills",
|
|
3004
3043
|
"parameters": [
|
|
3005
3044
|
{
|
|
3006
3045
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3009,7 +3048,7 @@
|
|
|
3009
3048
|
"$ref": "#/components/parameters/ApiComment"
|
|
3010
3049
|
},
|
|
3011
3050
|
{
|
|
3012
|
-
"$ref": "#/components/parameters/
|
|
3051
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
3013
3052
|
}
|
|
3014
3053
|
],
|
|
3015
3054
|
"responses": {
|
|
@@ -3039,7 +3078,7 @@
|
|
|
3039
3078
|
],
|
|
3040
3079
|
"summary": "Get your travel information",
|
|
3041
3080
|
"description": "Requires minimal access key. <br>",
|
|
3042
|
-
"operationId": "
|
|
3081
|
+
"operationId": "getMyTravelInformation",
|
|
3043
3082
|
"parameters": [
|
|
3044
3083
|
{
|
|
3045
3084
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3076,9 +3115,9 @@
|
|
|
3076
3115
|
"tags": [
|
|
3077
3116
|
"User"
|
|
3078
3117
|
],
|
|
3079
|
-
"summary": "Get your virus information",
|
|
3118
|
+
"summary": "Get your virus coding information",
|
|
3080
3119
|
"description": "Requires minimal access key. <br>",
|
|
3081
|
-
"operationId": "
|
|
3120
|
+
"operationId": "getMyVirusCodingInformation",
|
|
3082
3121
|
"parameters": [
|
|
3083
3122
|
{
|
|
3084
3123
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3117,7 +3156,7 @@
|
|
|
3117
3156
|
],
|
|
3118
3157
|
"summary": "Get your weapon experience information",
|
|
3119
3158
|
"description": "Requires minimal key. <br>",
|
|
3120
|
-
"operationId": "
|
|
3159
|
+
"operationId": "getMyWeaponExp",
|
|
3121
3160
|
"parameters": [
|
|
3122
3161
|
{
|
|
3123
3162
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3156,7 +3195,7 @@
|
|
|
3156
3195
|
],
|
|
3157
3196
|
"summary": "Get your working stats",
|
|
3158
3197
|
"description": "Requires minimal access key. <br>",
|
|
3159
|
-
"operationId": "
|
|
3198
|
+
"operationId": "getMyWorkstats",
|
|
3160
3199
|
"parameters": [
|
|
3161
3200
|
{
|
|
3162
3201
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3165,7 +3204,7 @@
|
|
|
3165
3204
|
"$ref": "#/components/parameters/ApiComment"
|
|
3166
3205
|
},
|
|
3167
3206
|
{
|
|
3168
|
-
"$ref": "#/components/parameters/
|
|
3207
|
+
"$ref": "#/components/parameters/ApiKeyMinimal"
|
|
3169
3208
|
}
|
|
3170
3209
|
],
|
|
3171
3210
|
"responses": {
|
|
@@ -3195,7 +3234,7 @@
|
|
|
3195
3234
|
],
|
|
3196
3235
|
"summary": "Get all available user selections",
|
|
3197
3236
|
"description": "Requires public access key. <br>",
|
|
3198
|
-
"operationId": "
|
|
3237
|
+
"operationId": "getUserLookup",
|
|
3199
3238
|
"parameters": [
|
|
3200
3239
|
{
|
|
3201
3240
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3234,7 +3273,7 @@
|
|
|
3234
3273
|
],
|
|
3235
3274
|
"summary": "Get current server time",
|
|
3236
3275
|
"description": "Requires public access key. <br>",
|
|
3237
|
-
"operationId": "
|
|
3276
|
+
"operationId": "getUserTimestamp",
|
|
3238
3277
|
"parameters": [
|
|
3239
3278
|
{
|
|
3240
3279
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3273,7 +3312,7 @@
|
|
|
3273
3312
|
],
|
|
3274
3313
|
"summary": "Get any User selection",
|
|
3275
3314
|
"description": "Key access level depends on the required selections. <br>Choose one or more selections (comma separated).",
|
|
3276
|
-
"operationId": "
|
|
3315
|
+
"operationId": "getUserGeneric",
|
|
3277
3316
|
"parameters": [
|
|
3278
3317
|
{
|
|
3279
3318
|
"name": "selections",
|
|
@@ -3588,7 +3627,7 @@
|
|
|
3588
3627
|
],
|
|
3589
3628
|
"summary": "Get your faction's applications",
|
|
3590
3629
|
"description": "Requires minimal access key with faction API access permissions. <br>",
|
|
3591
|
-
"operationId": "
|
|
3630
|
+
"operationId": "getMyFactionApplications",
|
|
3592
3631
|
"parameters": [
|
|
3593
3632
|
{
|
|
3594
3633
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3627,7 +3666,7 @@
|
|
|
3627
3666
|
],
|
|
3628
3667
|
"summary": "Get your faction's detailed attacks",
|
|
3629
3668
|
"description": "Requires limited access key with faction API access permissions. <br>",
|
|
3630
|
-
"operationId": "
|
|
3669
|
+
"operationId": "getMyFactionAttacks",
|
|
3631
3670
|
"parameters": [
|
|
3632
3671
|
{
|
|
3633
3672
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -3681,7 +3720,7 @@
|
|
|
3681
3720
|
],
|
|
3682
3721
|
"summary": "Get your faction's simplified attacks",
|
|
3683
3722
|
"description": "Requires limited access key with faction API access permissions. <br>",
|
|
3684
|
-
"operationId": "
|
|
3723
|
+
"operationId": "getMyFactionAttacksSimplified",
|
|
3685
3724
|
"parameters": [
|
|
3686
3725
|
{
|
|
3687
3726
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -3735,7 +3774,7 @@
|
|
|
3735
3774
|
],
|
|
3736
3775
|
"summary": "Get your faction's & member's balance details",
|
|
3737
3776
|
"description": "Requires limited access key with faction API access permissions. <br>",
|
|
3738
|
-
"operationId": "
|
|
3777
|
+
"operationId": "getMyFactionBalance",
|
|
3739
3778
|
"parameters": [
|
|
3740
3779
|
{
|
|
3741
3780
|
"name": "cat",
|
|
@@ -3787,7 +3826,7 @@
|
|
|
3787
3826
|
],
|
|
3788
3827
|
"summary": "Get your faction's basic details",
|
|
3789
3828
|
"description": "Requires public access key. <br> The 'is_enlisted' value will be populated if you have API faction permissions (with custom, limited or full access keys), otherwise it will be set as null.",
|
|
3790
|
-
"operationId": "
|
|
3829
|
+
"operationId": "getMyFactionBasicInformation",
|
|
3791
3830
|
"parameters": [
|
|
3792
3831
|
{
|
|
3793
3832
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3826,7 +3865,7 @@
|
|
|
3826
3865
|
],
|
|
3827
3866
|
"summary": "Get a faction's basic details",
|
|
3828
3867
|
"description": "Requires public access key. <br> The 'is_enlisted' value will be populated if you're requesting data for your faction and have faction permissions (with custom, limited or full access keys), otherwise it will be set as null.",
|
|
3829
|
-
"operationId": "
|
|
3868
|
+
"operationId": "getFactionBasicInformation",
|
|
3830
3869
|
"parameters": [
|
|
3831
3870
|
{
|
|
3832
3871
|
"name": "id",
|
|
@@ -3874,7 +3913,7 @@
|
|
|
3874
3913
|
],
|
|
3875
3914
|
"summary": "Get your faction's current chain",
|
|
3876
3915
|
"description": "Requires public access key. <br>",
|
|
3877
|
-
"operationId": "
|
|
3916
|
+
"operationId": "getMyFactionChain",
|
|
3878
3917
|
"parameters": [
|
|
3879
3918
|
{
|
|
3880
3919
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -3913,7 +3952,7 @@
|
|
|
3913
3952
|
],
|
|
3914
3953
|
"summary": "Get a faction's current chain",
|
|
3915
3954
|
"description": "Requires public access key. <br>",
|
|
3916
|
-
"operationId": "
|
|
3955
|
+
"operationId": "getFactionChain",
|
|
3917
3956
|
"parameters": [
|
|
3918
3957
|
{
|
|
3919
3958
|
"name": "id",
|
|
@@ -3961,7 +4000,7 @@
|
|
|
3961
4000
|
],
|
|
3962
4001
|
"summary": "Get a list of your faction's completed chains",
|
|
3963
4002
|
"description": "Requires public access key. <br>",
|
|
3964
|
-
"operationId": "
|
|
4003
|
+
"operationId": "getMyFactionCompletedChains",
|
|
3965
4004
|
"parameters": [
|
|
3966
4005
|
{
|
|
3967
4006
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -4012,7 +4051,7 @@
|
|
|
4012
4051
|
],
|
|
4013
4052
|
"summary": "Get a list of a faction's completed chains",
|
|
4014
4053
|
"description": "Requires public access key. <br>",
|
|
4015
|
-
"operationId": "
|
|
4054
|
+
"operationId": "getFactionCompletedChains",
|
|
4016
4055
|
"parameters": [
|
|
4017
4056
|
{
|
|
4018
4057
|
"name": "id",
|
|
@@ -4072,7 +4111,7 @@
|
|
|
4072
4111
|
],
|
|
4073
4112
|
"summary": "Get your faction's latest chain report",
|
|
4074
4113
|
"description": "Requires public access key. <br> This includes currently ongoing chains.",
|
|
4075
|
-
"operationId": "
|
|
4114
|
+
"operationId": "getMyFactionLatestChainReport",
|
|
4076
4115
|
"parameters": [
|
|
4077
4116
|
{
|
|
4078
4117
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -4111,7 +4150,7 @@
|
|
|
4111
4150
|
],
|
|
4112
4151
|
"summary": "Get a chain report",
|
|
4113
4152
|
"description": "Requires public access key. <br> Chain reports for ongoing chains are available only for your own faction.",
|
|
4114
|
-
"operationId": "
|
|
4153
|
+
"operationId": "getChainReport",
|
|
4115
4154
|
"parameters": [
|
|
4116
4155
|
{
|
|
4117
4156
|
"name": "chainId",
|
|
@@ -4159,7 +4198,7 @@
|
|
|
4159
4198
|
],
|
|
4160
4199
|
"summary": "Get your faction's challenge contributors",
|
|
4161
4200
|
"description": "Requires limiteed access key with faction API access permissions. <br>",
|
|
4162
|
-
"operationId": "
|
|
4201
|
+
"operationId": "getMyFactionContributors",
|
|
4163
4202
|
"parameters": [
|
|
4164
4203
|
{
|
|
4165
4204
|
"name": "stat",
|
|
@@ -4190,7 +4229,7 @@
|
|
|
4190
4229
|
"$ref": "#/components/parameters/ApiComment"
|
|
4191
4230
|
},
|
|
4192
4231
|
{
|
|
4193
|
-
"$ref": "#/components/parameters/
|
|
4232
|
+
"$ref": "#/components/parameters/ApiKeyLimited"
|
|
4194
4233
|
}
|
|
4195
4234
|
],
|
|
4196
4235
|
"responses": {
|
|
@@ -4220,7 +4259,7 @@
|
|
|
4220
4259
|
],
|
|
4221
4260
|
"summary": "Get your faction's organized crimes",
|
|
4222
4261
|
"description": "Requires minimal access key with faction API access permissions. <br> It's possible to get older entries either by timestamp range (from, to) or with offset.<br> Crimes are ordered depending on the category chosen:\n * For categories 'all' & 'available', the ordering field is 'created_at'.\n * For categories 'successful', 'failed' & 'completed', the ordering field is 'executed_at'.\n * For categories 'recruiting' & 'expired', the ordering field is 'expired_at'.\n * For category 'planning', the ordering field is 'ready_at'.",
|
|
4223
|
-
"operationId": "
|
|
4262
|
+
"operationId": "getMyFactionOrganizedCrimes",
|
|
4224
4263
|
"parameters": [
|
|
4225
4264
|
{
|
|
4226
4265
|
"name": "cat",
|
|
@@ -4305,7 +4344,7 @@
|
|
|
4305
4344
|
],
|
|
4306
4345
|
"summary": "Get a specific organized crime",
|
|
4307
4346
|
"description": "Requires minimal access key with faction API access permissions. <br>",
|
|
4308
|
-
"operationId": "
|
|
4347
|
+
"operationId": "getMyFactionOrganizedCrime",
|
|
4309
4348
|
"parameters": [
|
|
4310
4349
|
{
|
|
4311
4350
|
"name": "crimeId",
|
|
@@ -4353,7 +4392,7 @@
|
|
|
4353
4392
|
],
|
|
4354
4393
|
"summary": "Get your faction's hall of fame rankings.",
|
|
4355
4394
|
"description": "Requires public access key. <br> ",
|
|
4356
|
-
"operationId": "
|
|
4395
|
+
"operationId": "getMyFactionHoF",
|
|
4357
4396
|
"parameters": [
|
|
4358
4397
|
{
|
|
4359
4398
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -4392,7 +4431,7 @@
|
|
|
4392
4431
|
],
|
|
4393
4432
|
"summary": "Get a faction's hall of fame rankings.",
|
|
4394
4433
|
"description": "Requires public access key. <br> ",
|
|
4395
|
-
"operationId": "
|
|
4434
|
+
"operationId": "getFactionHoF",
|
|
4396
4435
|
"parameters": [
|
|
4397
4436
|
{
|
|
4398
4437
|
"name": "id",
|
|
@@ -4440,7 +4479,7 @@
|
|
|
4440
4479
|
],
|
|
4441
4480
|
"summary": "Get a list of your faction's members",
|
|
4442
4481
|
"description": "Requires public access key. <br> The 'revive_setting' value will be populated (not Unknown) if you have faction permissions (with custom, limited or full access keys), otherwise it will be set as 'Unknown'.",
|
|
4443
|
-
"operationId": "
|
|
4482
|
+
"operationId": "getMyFactionMembers",
|
|
4444
4483
|
"parameters": [
|
|
4445
4484
|
{
|
|
4446
4485
|
"$ref": "#/components/parameters/ApiStripTagsTrue"
|
|
@@ -4482,7 +4521,7 @@
|
|
|
4482
4521
|
],
|
|
4483
4522
|
"summary": "Get a list of a faction's members",
|
|
4484
4523
|
"description": "Requires public access key. <br> The 'revive_setting' value will be populated (not Unknown) if you're requesting data for your own faction and have faction permissions (with custom, limited or full access keys), otherwise it will be set as 'Unknown'.",
|
|
4485
|
-
"operationId": "
|
|
4524
|
+
"operationId": "getFactionMembers",
|
|
4486
4525
|
"parameters": [
|
|
4487
4526
|
{
|
|
4488
4527
|
"name": "id",
|
|
@@ -4533,7 +4572,7 @@
|
|
|
4533
4572
|
],
|
|
4534
4573
|
"summary": "Get your faction's news details",
|
|
4535
4574
|
"description": "Requires minimal access key with faction API access permissions. <br> It is possible to pass up to 10 categories at the time (comma separated). Categories 'attack', 'depositFunds' and 'giveFunds' are only available with 'Custom', 'Limited' or 'Full' access keys.",
|
|
4536
|
-
"operationId": "
|
|
4575
|
+
"operationId": "getMyFactionNews",
|
|
4537
4576
|
"parameters": [
|
|
4538
4577
|
{
|
|
4539
4578
|
"$ref": "#/components/parameters/ApiStripTagsFalse"
|
|
@@ -4596,7 +4635,7 @@
|
|
|
4596
4635
|
],
|
|
4597
4636
|
"summary": "Get your faction's positions details",
|
|
4598
4637
|
"description": "Requires minimal access key with faction API access permissions. <br>",
|
|
4599
|
-
"operationId": "
|
|
4638
|
+
"operationId": "getMyFactionPositions",
|
|
4600
4639
|
"parameters": [
|
|
4601
4640
|
{
|
|
4602
4641
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -4635,7 +4674,7 @@
|
|
|
4635
4674
|
],
|
|
4636
4675
|
"summary": "Get a list of current rackets",
|
|
4637
4676
|
"description": "Requires public access key. <br>",
|
|
4638
|
-
"operationId": "
|
|
4677
|
+
"operationId": "getFactionRackets",
|
|
4639
4678
|
"parameters": [
|
|
4640
4679
|
{
|
|
4641
4680
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -4674,7 +4713,7 @@
|
|
|
4674
4713
|
],
|
|
4675
4714
|
"summary": "Get raid war details",
|
|
4676
4715
|
"description": "Requires public access key. <br> ",
|
|
4677
|
-
"operationId": "
|
|
4716
|
+
"operationId": "getRaidReport",
|
|
4678
4717
|
"parameters": [
|
|
4679
4718
|
{
|
|
4680
4719
|
"name": "raidWarId",
|
|
@@ -4722,7 +4761,7 @@
|
|
|
4722
4761
|
],
|
|
4723
4762
|
"summary": "Get raids history for your faction",
|
|
4724
4763
|
"description": "Requires public access key. <br>",
|
|
4725
|
-
"operationId": "
|
|
4764
|
+
"operationId": "getMyFactionRaidsHistory",
|
|
4726
4765
|
"parameters": [
|
|
4727
4766
|
{
|
|
4728
4767
|
"$ref": "#/components/parameters/ApiFrom"
|
|
@@ -4773,7 +4812,7 @@
|
|
|
4773
4812
|
],
|
|
4774
4813
|
"summary": "Get a faction's raids history",
|
|
4775
4814
|
"description": "Requires public access key. <br> ",
|
|
4776
|
-
"operationId": "
|
|
4815
|
+
"operationId": "getFactionRaidsHistory",
|
|
4777
4816
|
"parameters": [
|
|
4778
4817
|
{
|
|
4779
4818
|
"name": "id",
|
|
@@ -4833,7 +4872,7 @@
|
|
|
4833
4872
|
],
|
|
4834
4873
|
"summary": "Get ranked wars history for your faction",
|
|
4835
4874
|
"description": "Requires public access key. <br> Use offset to get older results which are always ordered descending.",
|
|
4836
|
-
"operationId": "
|
|
4875
|
+
"operationId": "getMyFactionRankedWarsHistory",
|
|
4837
4876
|
"parameters": [
|
|
4838
4877
|
{
|
|
4839
4878
|
"$ref": "#/components/parameters/ApiOffset"
|
|
@@ -4890,7 +4929,7 @@
|
|
|
4890
4929
|
],
|
|
4891
4930
|
"summary": "Get a faction's ranked wars history",
|
|
4892
4931
|
"description": "Requires public access key. <br> Use offset to get older results which are always ordered descending.",
|
|
4893
|
-
"operationId": "
|
|
4932
|
+
"operationId": "getFactionRankedWarsHistory",
|
|
4894
4933
|
"parameters": [
|
|
4895
4934
|
{
|
|
4896
4935
|
"name": "id",
|
|
@@ -4944,7 +4983,7 @@
|
|
|
4944
4983
|
],
|
|
4945
4984
|
"summary": "Get ranked war details",
|
|
4946
4985
|
"description": "Requires public access key. <br> ",
|
|
4947
|
-
"operationId": "
|
|
4986
|
+
"operationId": "getRankedWarReport",
|
|
4948
4987
|
"parameters": [
|
|
4949
4988
|
{
|
|
4950
4989
|
"name": "rankedWarId",
|
|
@@ -4992,7 +5031,7 @@
|
|
|
4992
5031
|
],
|
|
4993
5032
|
"summary": "Get faction reports",
|
|
4994
5033
|
"description": "Requires limited access key. <br>\n * The default limit is set to 25. However, the limit can be set to 100 for the 'stats' category.",
|
|
4995
|
-
"operationId": "
|
|
5034
|
+
"operationId": "getMyFactionReports",
|
|
4996
5035
|
"parameters": [
|
|
4997
5036
|
{
|
|
4998
5037
|
"name": "cat",
|
|
@@ -5058,7 +5097,7 @@
|
|
|
5058
5097
|
],
|
|
5059
5098
|
"summary": "Get your faction's detailed revives",
|
|
5060
5099
|
"description": "Requires limited access key with faction API access permissions. <br>",
|
|
5061
|
-
"operationId": "
|
|
5100
|
+
"operationId": "getMyFactionRevives",
|
|
5062
5101
|
"parameters": [
|
|
5063
5102
|
{
|
|
5064
5103
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -5115,7 +5154,7 @@
|
|
|
5115
5154
|
],
|
|
5116
5155
|
"summary": "Get your faction's simplified revives",
|
|
5117
5156
|
"description": "Requires limited access key with faction API access permissions. <br>",
|
|
5118
|
-
"operationId": "
|
|
5157
|
+
"operationId": "getMyFactionRevivesSimplified",
|
|
5119
5158
|
"parameters": [
|
|
5120
5159
|
{
|
|
5121
5160
|
"$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
|
|
@@ -5172,7 +5211,7 @@
|
|
|
5172
5211
|
],
|
|
5173
5212
|
"summary": "Search factions by name or other criteria",
|
|
5174
5213
|
"description": "Requires public access key. <br>This selection is standalone and cannot be used together with other selections.",
|
|
5175
|
-
"operationId": "
|
|
5214
|
+
"operationId": "getFactionSearch",
|
|
5176
5215
|
"parameters": [
|
|
5177
5216
|
{
|
|
5178
5217
|
"$ref": "#/components/parameters/ApiName"
|
|
@@ -5223,7 +5262,7 @@
|
|
|
5223
5262
|
],
|
|
5224
5263
|
"summary": "Get your faction's challenges stats",
|
|
5225
5264
|
"description": "Requires minimal access key with faction API access permissions. <br>",
|
|
5226
|
-
"operationId": "
|
|
5265
|
+
"operationId": "getMyFactionStats",
|
|
5227
5266
|
"parameters": [
|
|
5228
5267
|
{
|
|
5229
5268
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -5262,7 +5301,7 @@
|
|
|
5262
5301
|
],
|
|
5263
5302
|
"summary": "Get a list of your faction's territories",
|
|
5264
5303
|
"description": "Requires public access key. <br>",
|
|
5265
|
-
"operationId": "
|
|
5304
|
+
"operationId": "getMyFactionTerritory",
|
|
5266
5305
|
"parameters": [
|
|
5267
5306
|
{
|
|
5268
5307
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -5301,7 +5340,7 @@
|
|
|
5301
5340
|
],
|
|
5302
5341
|
"summary": "Get a list of a faction's territories",
|
|
5303
5342
|
"description": "Requires public access key. <br>",
|
|
5304
|
-
"operationId": "
|
|
5343
|
+
"operationId": "getFactionTerritory",
|
|
5305
5344
|
"parameters": [
|
|
5306
5345
|
{
|
|
5307
5346
|
"name": "id",
|
|
@@ -5349,7 +5388,7 @@
|
|
|
5349
5388
|
],
|
|
5350
5389
|
"summary": "Get a list territory ownership",
|
|
5351
5390
|
"description": "Requires public access key. <br>",
|
|
5352
|
-
"operationId": "
|
|
5391
|
+
"operationId": "getTerritoryOwnership",
|
|
5353
5392
|
"parameters": [
|
|
5354
5393
|
{
|
|
5355
5394
|
"$ref": "#/components/parameters/ApiOffset"
|
|
@@ -5394,7 +5433,7 @@
|
|
|
5394
5433
|
],
|
|
5395
5434
|
"summary": "Get territory wars history for your faction",
|
|
5396
5435
|
"description": "Requires public access key. <br>",
|
|
5397
|
-
"operationId": "
|
|
5436
|
+
"operationId": "getMyFactionTerritoryWarsHistory",
|
|
5398
5437
|
"parameters": [
|
|
5399
5438
|
{
|
|
5400
5439
|
"$ref": "#/components/parameters/ApiFrom"
|
|
@@ -5445,7 +5484,7 @@
|
|
|
5445
5484
|
],
|
|
5446
5485
|
"summary": "Get a faction's territory wars history",
|
|
5447
5486
|
"description": "Requires public access key. <br> ",
|
|
5448
|
-
"operationId": "
|
|
5487
|
+
"operationId": "getFactionTerritoryWarsHistory",
|
|
5449
5488
|
"parameters": [
|
|
5450
5489
|
{
|
|
5451
5490
|
"name": "id",
|
|
@@ -5505,7 +5544,7 @@
|
|
|
5505
5544
|
],
|
|
5506
5545
|
"summary": "Get territory war details",
|
|
5507
5546
|
"description": "Requires public access key. <br> ",
|
|
5508
|
-
"operationId": "
|
|
5547
|
+
"operationId": "getTerritoryWarReport",
|
|
5509
5548
|
"parameters": [
|
|
5510
5549
|
{
|
|
5511
5550
|
"name": "territoryWarId",
|
|
@@ -5553,7 +5592,7 @@
|
|
|
5553
5592
|
],
|
|
5554
5593
|
"summary": "Get your faction's upgrades",
|
|
5555
5594
|
"description": "Requires minimal access key with faction API access permissions. <br>",
|
|
5556
|
-
"operationId": "
|
|
5595
|
+
"operationId": "getMyFactionUpgrades",
|
|
5557
5596
|
"parameters": [
|
|
5558
5597
|
{
|
|
5559
5598
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -5592,7 +5631,7 @@
|
|
|
5592
5631
|
],
|
|
5593
5632
|
"summary": "Get faction warfare",
|
|
5594
5633
|
"description": "Requires public access key. <br>The response depends on the selected category.",
|
|
5595
|
-
"operationId": "
|
|
5634
|
+
"operationId": "getWarfare",
|
|
5596
5635
|
"parameters": [
|
|
5597
5636
|
{
|
|
5598
5637
|
"name": "cat",
|
|
@@ -5651,7 +5690,7 @@
|
|
|
5651
5690
|
],
|
|
5652
5691
|
"summary": "Get your faction's wars & pacts details",
|
|
5653
5692
|
"description": "Requires public access key. <br> ",
|
|
5654
|
-
"operationId": "
|
|
5693
|
+
"operationId": "getMyFactionWars",
|
|
5655
5694
|
"parameters": [
|
|
5656
5695
|
{
|
|
5657
5696
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -5690,7 +5729,7 @@
|
|
|
5690
5729
|
],
|
|
5691
5730
|
"summary": "Get a faction's wars & pacts details",
|
|
5692
5731
|
"description": "Requires public access key. <br> ",
|
|
5693
|
-
"operationId": "
|
|
5732
|
+
"operationId": "getFactionWars",
|
|
5694
5733
|
"parameters": [
|
|
5695
5734
|
{
|
|
5696
5735
|
"name": "id",
|
|
@@ -5737,7 +5776,7 @@
|
|
|
5737
5776
|
"Faction"
|
|
5738
5777
|
],
|
|
5739
5778
|
"description": "Requires public access key. <br>",
|
|
5740
|
-
"operationId": "
|
|
5779
|
+
"operationId": "getFactionLookup",
|
|
5741
5780
|
"parameters": [
|
|
5742
5781
|
{
|
|
5743
5782
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -5776,7 +5815,7 @@
|
|
|
5776
5815
|
],
|
|
5777
5816
|
"summary": "Get current server time",
|
|
5778
5817
|
"description": "Requires public access key. <br>",
|
|
5779
|
-
"operationId": "
|
|
5818
|
+
"operationId": "getFactionTimestamp",
|
|
5780
5819
|
"parameters": [
|
|
5781
5820
|
{
|
|
5782
5821
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -5815,7 +5854,7 @@
|
|
|
5815
5854
|
],
|
|
5816
5855
|
"summary": "Get any Faction selection",
|
|
5817
5856
|
"description": "Key access level depends on the required selections. <br> Choose one or more selections (comma separated).",
|
|
5818
|
-
"operationId": "
|
|
5857
|
+
"operationId": "getFactionGeneric",
|
|
5819
5858
|
"parameters": [
|
|
5820
5859
|
{
|
|
5821
5860
|
"name": "selections",
|
|
@@ -6095,7 +6134,7 @@
|
|
|
6095
6134
|
],
|
|
6096
6135
|
"summary": "Get publicly available forum categories",
|
|
6097
6136
|
"description": "Requires public access key. <br>",
|
|
6098
|
-
"operationId": "
|
|
6137
|
+
"operationId": "getForumCategories",
|
|
6099
6138
|
"parameters": [
|
|
6100
6139
|
{
|
|
6101
6140
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -6134,7 +6173,7 @@
|
|
|
6134
6173
|
],
|
|
6135
6174
|
"summary": "Get specific forum thread posts",
|
|
6136
6175
|
"description": "Requires public access key. <br>Returns 20 posts per page for a specific thread. <br> By default, it uses 'offset', but it's possible to filter posts with 'from' & 'to' parameters.",
|
|
6137
|
-
"operationId": "
|
|
6176
|
+
"operationId": "getForumThreadPosts",
|
|
6138
6177
|
"parameters": [
|
|
6139
6178
|
{
|
|
6140
6179
|
"$ref": "#/components/parameters/ApiStripTagsTrue"
|
|
@@ -6197,7 +6236,7 @@
|
|
|
6197
6236
|
],
|
|
6198
6237
|
"summary": "Get specific thread details",
|
|
6199
6238
|
"description": "Requires public access key. <br>Contains details of a thread including topic content and poll (if any).",
|
|
6200
|
-
"operationId": "
|
|
6239
|
+
"operationId": "getForumThread",
|
|
6201
6240
|
"parameters": [
|
|
6202
6241
|
{
|
|
6203
6242
|
"name": "threadId",
|
|
@@ -6245,7 +6284,7 @@
|
|
|
6245
6284
|
],
|
|
6246
6285
|
"summary": "Get threads across all forum categories",
|
|
6247
6286
|
"description": "Requires public access key. <br>",
|
|
6248
|
-
"operationId": "
|
|
6287
|
+
"operationId": "getForumAllThreads",
|
|
6249
6288
|
"parameters": [
|
|
6250
6289
|
{
|
|
6251
6290
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -6296,7 +6335,7 @@
|
|
|
6296
6335
|
],
|
|
6297
6336
|
"summary": "Get threads for specific public forum category or categories",
|
|
6298
6337
|
"description": "Requires public access key. <br>",
|
|
6299
|
-
"operationId": "
|
|
6338
|
+
"operationId": "getForumThreads",
|
|
6300
6339
|
"parameters": [
|
|
6301
6340
|
{
|
|
6302
6341
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -6361,7 +6400,7 @@
|
|
|
6361
6400
|
],
|
|
6362
6401
|
"summary": "Get all available forum selections",
|
|
6363
6402
|
"description": "Requires public access key. <br>",
|
|
6364
|
-
"operationId": "
|
|
6403
|
+
"operationId": "getForumLookup",
|
|
6365
6404
|
"parameters": [
|
|
6366
6405
|
{
|
|
6367
6406
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -6400,7 +6439,7 @@
|
|
|
6400
6439
|
],
|
|
6401
6440
|
"summary": "Get current server time",
|
|
6402
6441
|
"description": "Requires public access key. <br>",
|
|
6403
|
-
"operationId": "
|
|
6442
|
+
"operationId": "getForumTimestamp",
|
|
6404
6443
|
"parameters": [
|
|
6405
6444
|
{
|
|
6406
6445
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -6439,7 +6478,7 @@
|
|
|
6439
6478
|
],
|
|
6440
6479
|
"summary": "Get any Forum selection",
|
|
6441
6480
|
"description": "Requires public access key. <br>Choose one or more selections (comma separated).",
|
|
6442
|
-
"operationId": "
|
|
6481
|
+
"operationId": "getForumGeneric",
|
|
6443
6482
|
"parameters": [
|
|
6444
6483
|
{
|
|
6445
6484
|
"name": "selections",
|
|
@@ -6548,7 +6587,7 @@
|
|
|
6548
6587
|
],
|
|
6549
6588
|
"summary": "Get current key log history",
|
|
6550
6589
|
"description": "Available for any key. <br>\n * This selection contains up to last 250 request logs.",
|
|
6551
|
-
"operationId": "
|
|
6590
|
+
"operationId": "getKeyLog",
|
|
6552
6591
|
"parameters": [
|
|
6553
6592
|
{
|
|
6554
6593
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -6593,7 +6632,7 @@
|
|
|
6593
6632
|
],
|
|
6594
6633
|
"summary": "Get current key info",
|
|
6595
6634
|
"description": "Available for any key. <br>",
|
|
6596
|
-
"operationId": "
|
|
6635
|
+
"operationId": "getKeyInfo",
|
|
6597
6636
|
"parameters": [
|
|
6598
6637
|
{
|
|
6599
6638
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -6631,7 +6670,7 @@
|
|
|
6631
6670
|
"Key"
|
|
6632
6671
|
],
|
|
6633
6672
|
"summary": "Get any Key selection",
|
|
6634
|
-
"operationId": "
|
|
6673
|
+
"operationId": "getKeyGeneric",
|
|
6635
6674
|
"parameters": [
|
|
6636
6675
|
{
|
|
6637
6676
|
"name": "selections",
|
|
@@ -6697,7 +6736,7 @@
|
|
|
6697
6736
|
],
|
|
6698
6737
|
"summary": "Get specific item auction house listings",
|
|
6699
6738
|
"description": "Requires public access key. <br>",
|
|
6700
|
-
"operationId": "
|
|
6739
|
+
"operationId": "getMarketAuctionHouseListing",
|
|
6701
6740
|
"parameters": [
|
|
6702
6741
|
{
|
|
6703
6742
|
"name": "id",
|
|
@@ -6745,7 +6784,7 @@
|
|
|
6745
6784
|
],
|
|
6746
6785
|
"summary": "Get specific item auction house listings",
|
|
6747
6786
|
"description": "Requires public access key. <br>",
|
|
6748
|
-
"operationId": "
|
|
6787
|
+
"operationId": "getMarketAuctionHouseItem",
|
|
6749
6788
|
"parameters": [
|
|
6750
6789
|
{
|
|
6751
6790
|
"name": "id",
|
|
@@ -6805,7 +6844,7 @@
|
|
|
6805
6844
|
],
|
|
6806
6845
|
"summary": "Get auction house listings",
|
|
6807
6846
|
"description": "Requires public access key. <br>",
|
|
6808
|
-
"operationId": "
|
|
6847
|
+
"operationId": "getMarketAuctionHouse",
|
|
6809
6848
|
"parameters": [
|
|
6810
6849
|
{
|
|
6811
6850
|
"$ref": "#/components/parameters/ApiLimit100Default20"
|
|
@@ -6856,7 +6895,7 @@
|
|
|
6856
6895
|
],
|
|
6857
6896
|
"summary": "Get bazaar directory",
|
|
6858
6897
|
"description": "Requires public access key. <br> The default response is of type 'BazaarWeekly', but if a category is chosen, the response will be of type 'BazaarSpecialized'.",
|
|
6859
|
-
"operationId": "
|
|
6898
|
+
"operationId": "getMarketBazaar",
|
|
6860
6899
|
"parameters": [
|
|
6861
6900
|
{
|
|
6862
6901
|
"name": "cat",
|
|
@@ -6904,7 +6943,7 @@
|
|
|
6904
6943
|
],
|
|
6905
6944
|
"summary": "Get item specialized bazaar directory",
|
|
6906
6945
|
"description": "Requires public access key. <br>",
|
|
6907
|
-
"operationId": "
|
|
6946
|
+
"operationId": "getMarketBazaarItem",
|
|
6908
6947
|
"parameters": [
|
|
6909
6948
|
{
|
|
6910
6949
|
"name": "id",
|
|
@@ -6952,7 +6991,7 @@
|
|
|
6952
6991
|
],
|
|
6953
6992
|
"summary": "Get item market listings",
|
|
6954
6993
|
"description": "Requires public access key. <br>",
|
|
6955
|
-
"operationId": "
|
|
6994
|
+
"operationId": "getMarketItemMarketItem",
|
|
6956
6995
|
"parameters": [
|
|
6957
6996
|
{
|
|
6958
6997
|
"name": "id",
|
|
@@ -7015,7 +7054,7 @@
|
|
|
7015
7054
|
],
|
|
7016
7055
|
"summary": "Get properties market listings",
|
|
7017
7056
|
"description": "Requires public access key. <br>",
|
|
7018
|
-
"operationId": "
|
|
7057
|
+
"operationId": "getMarketProperties",
|
|
7019
7058
|
"parameters": [
|
|
7020
7059
|
{
|
|
7021
7060
|
"name": "propertyTypeId",
|
|
@@ -7072,7 +7111,7 @@
|
|
|
7072
7111
|
],
|
|
7073
7112
|
"summary": "Get properties rental listings",
|
|
7074
7113
|
"description": "Requires public access key. <br>",
|
|
7075
|
-
"operationId": "
|
|
7114
|
+
"operationId": "getMarketPropertiesRental",
|
|
7076
7115
|
"parameters": [
|
|
7077
7116
|
{
|
|
7078
7117
|
"name": "propertyTypeId",
|
|
@@ -7129,7 +7168,7 @@
|
|
|
7129
7168
|
],
|
|
7130
7169
|
"summary": "Get all available market selections",
|
|
7131
7170
|
"description": "Requires public access key. <br>",
|
|
7132
|
-
"operationId": "
|
|
7171
|
+
"operationId": "getMarketLookup",
|
|
7133
7172
|
"parameters": [
|
|
7134
7173
|
{
|
|
7135
7174
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7168,7 +7207,7 @@
|
|
|
7168
7207
|
],
|
|
7169
7208
|
"summary": "Get current server time",
|
|
7170
7209
|
"description": "Requires public access key. <br>",
|
|
7171
|
-
"operationId": "
|
|
7210
|
+
"operationId": "getMarketTimestamp",
|
|
7172
7211
|
"parameters": [
|
|
7173
7212
|
{
|
|
7174
7213
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7207,7 +7246,7 @@
|
|
|
7207
7246
|
],
|
|
7208
7247
|
"summary": "Get any Market selection",
|
|
7209
7248
|
"description": "Requires public access key. <br>Choose one or more selections (comma separated).",
|
|
7210
|
-
"operationId": "
|
|
7249
|
+
"operationId": "getMarketGeneric",
|
|
7211
7250
|
"parameters": [
|
|
7212
7251
|
{
|
|
7213
7252
|
"name": "selections",
|
|
@@ -7358,7 +7397,7 @@
|
|
|
7358
7397
|
],
|
|
7359
7398
|
"summary": "Get cars and their racing stats",
|
|
7360
7399
|
"description": "Requires public access key. <br>Returns the stat details about racing cars.",
|
|
7361
|
-
"operationId": "
|
|
7400
|
+
"operationId": "getRacingCars",
|
|
7362
7401
|
"parameters": [
|
|
7363
7402
|
{
|
|
7364
7403
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7397,7 +7436,7 @@
|
|
|
7397
7436
|
],
|
|
7398
7437
|
"summary": "Get all possible car upgrades",
|
|
7399
7438
|
"description": "Requires public access key. <br>Returns the details about all possible car upgrades.",
|
|
7400
|
-
"operationId": "
|
|
7439
|
+
"operationId": "getRacingCarUpgrades",
|
|
7401
7440
|
"parameters": [
|
|
7402
7441
|
{
|
|
7403
7442
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7436,7 +7475,7 @@
|
|
|
7436
7475
|
],
|
|
7437
7476
|
"summary": "Get races",
|
|
7438
7477
|
"description": "Requires public access key. <br>Returns a list of races, ordered by race start timestamp.",
|
|
7439
|
-
"operationId": "
|
|
7478
|
+
"operationId": "getRacingRaces",
|
|
7440
7479
|
"parameters": [
|
|
7441
7480
|
{
|
|
7442
7481
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -7496,7 +7535,7 @@
|
|
|
7496
7535
|
],
|
|
7497
7536
|
"summary": "Get specific race details",
|
|
7498
7537
|
"description": "Requires public access key. <br>Returns the details of a race.",
|
|
7499
|
-
"operationId": "
|
|
7538
|
+
"operationId": "getRacingRaceDetails",
|
|
7500
7539
|
"parameters": [
|
|
7501
7540
|
{
|
|
7502
7541
|
"name": "raceId",
|
|
@@ -7544,7 +7583,7 @@
|
|
|
7544
7583
|
],
|
|
7545
7584
|
"summary": "Get track records",
|
|
7546
7585
|
"description": "Requires public access key. <br>Returns a list of 5 best lap records for the chosen track and car class.",
|
|
7547
|
-
"operationId": "
|
|
7586
|
+
"operationId": "getRacingTrackRecords",
|
|
7548
7587
|
"parameters": [
|
|
7549
7588
|
{
|
|
7550
7589
|
"name": "trackId",
|
|
@@ -7601,7 +7640,7 @@
|
|
|
7601
7640
|
],
|
|
7602
7641
|
"summary": "Get race tracks and descriptions",
|
|
7603
7642
|
"description": "Requires public access key. <br>Returns the details about racing tracks.",
|
|
7604
|
-
"operationId": "
|
|
7643
|
+
"operationId": "getRacingTracks",
|
|
7605
7644
|
"parameters": [
|
|
7606
7645
|
{
|
|
7607
7646
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7640,7 +7679,7 @@
|
|
|
7640
7679
|
],
|
|
7641
7680
|
"summary": "Get all available racing selections",
|
|
7642
7681
|
"description": "Requires public access key. <br>",
|
|
7643
|
-
"operationId": "
|
|
7682
|
+
"operationId": "getRacingLookup",
|
|
7644
7683
|
"parameters": [
|
|
7645
7684
|
{
|
|
7646
7685
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7679,7 +7718,7 @@
|
|
|
7679
7718
|
],
|
|
7680
7719
|
"summary": "Get current server time",
|
|
7681
7720
|
"description": "Requires public access key. <br>",
|
|
7682
|
-
"operationId": "
|
|
7721
|
+
"operationId": "getRacingTimestamp",
|
|
7683
7722
|
"parameters": [
|
|
7684
7723
|
{
|
|
7685
7724
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7718,7 +7757,7 @@
|
|
|
7718
7757
|
],
|
|
7719
7758
|
"summary": "Get any Racing selection",
|
|
7720
7759
|
"description": "Requires public access key. <br>Choose one or more selections (comma separated).",
|
|
7721
|
-
"operationId": "
|
|
7760
|
+
"operationId": "getRacingGeneric",
|
|
7722
7761
|
"parameters": [
|
|
7723
7762
|
{
|
|
7724
7763
|
"name": "selections",
|
|
@@ -7843,7 +7882,7 @@
|
|
|
7843
7882
|
],
|
|
7844
7883
|
"summary": "Get a specific property",
|
|
7845
7884
|
"description": "Requires public access key. <br>",
|
|
7846
|
-
"operationId": "
|
|
7885
|
+
"operationId": "getProperty",
|
|
7847
7886
|
"parameters": [
|
|
7848
7887
|
{
|
|
7849
7888
|
"name": "id",
|
|
@@ -7891,7 +7930,7 @@
|
|
|
7891
7930
|
],
|
|
7892
7931
|
"summary": "Get all available property selections",
|
|
7893
7932
|
"description": "Requires public access key. <br>",
|
|
7894
|
-
"operationId": "
|
|
7933
|
+
"operationId": "getPropertyLookup",
|
|
7895
7934
|
"parameters": [
|
|
7896
7935
|
{
|
|
7897
7936
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7930,7 +7969,7 @@
|
|
|
7930
7969
|
],
|
|
7931
7970
|
"summary": "Get current server time",
|
|
7932
7971
|
"description": "Requires public access key. <br>",
|
|
7933
|
-
"operationId": "
|
|
7972
|
+
"operationId": "getPropertyTimestamp",
|
|
7934
7973
|
"parameters": [
|
|
7935
7974
|
{
|
|
7936
7975
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -7969,7 +8008,7 @@
|
|
|
7969
8008
|
],
|
|
7970
8009
|
"summary": "Get any property selection",
|
|
7971
8010
|
"description": "Requires public access key. <br>Choose one or more selections (comma separated).",
|
|
7972
|
-
"operationId": "
|
|
8011
|
+
"operationId": "getPropertyGeneric",
|
|
7973
8012
|
"parameters": [
|
|
7974
8013
|
{
|
|
7975
8014
|
"name": "selections",
|
|
@@ -8041,7 +8080,7 @@
|
|
|
8041
8080
|
],
|
|
8042
8081
|
"summary": "Get attack log details",
|
|
8043
8082
|
"description": "Requires public key. <br>",
|
|
8044
|
-
"operationId": "
|
|
8083
|
+
"operationId": "getTornAttackLog",
|
|
8045
8084
|
"parameters": [
|
|
8046
8085
|
{
|
|
8047
8086
|
"name": "log",
|
|
@@ -8098,7 +8137,7 @@
|
|
|
8098
8137
|
],
|
|
8099
8138
|
"summary": "Get bounties",
|
|
8100
8139
|
"description": "Requires public key. <br>",
|
|
8101
|
-
"operationId": "
|
|
8140
|
+
"operationId": "getTornBounties",
|
|
8102
8141
|
"parameters": [
|
|
8103
8142
|
{
|
|
8104
8143
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -8143,7 +8182,7 @@
|
|
|
8143
8182
|
],
|
|
8144
8183
|
"summary": "Get calendar information",
|
|
8145
8184
|
"description": "Requires public access key. <br> Get the details about competitions & events in the running year.",
|
|
8146
|
-
"operationId": "
|
|
8185
|
+
"operationId": "getTornCalendar",
|
|
8147
8186
|
"parameters": [
|
|
8148
8187
|
{
|
|
8149
8188
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8182,7 +8221,7 @@
|
|
|
8182
8221
|
],
|
|
8183
8222
|
"summary": "Get crimes information",
|
|
8184
8223
|
"description": "Requires public access key. <br> Return the details about released crimes.",
|
|
8185
|
-
"operationId": "
|
|
8224
|
+
"operationId": "getTornCrimes",
|
|
8186
8225
|
"parameters": [
|
|
8187
8226
|
{
|
|
8188
8227
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8221,7 +8260,7 @@
|
|
|
8221
8260
|
],
|
|
8222
8261
|
"summary": "Get education information",
|
|
8223
8262
|
"description": "Requires public access key.<br>",
|
|
8224
|
-
"operationId": "
|
|
8263
|
+
"operationId": "getTornEducation",
|
|
8225
8264
|
"parameters": [
|
|
8226
8265
|
{
|
|
8227
8266
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8260,7 +8299,7 @@
|
|
|
8260
8299
|
],
|
|
8261
8300
|
"summary": "Get current standings for all elimination teams",
|
|
8262
8301
|
"description": "Requires public key.",
|
|
8263
|
-
"operationId": "
|
|
8302
|
+
"operationId": "getTornElimination",
|
|
8264
8303
|
"parameters": [
|
|
8265
8304
|
{
|
|
8266
8305
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8299,7 +8338,7 @@
|
|
|
8299
8338
|
],
|
|
8300
8339
|
"summary": "Get players in a specific elimination team",
|
|
8301
8340
|
"description": "Requires public key.",
|
|
8302
|
-
"operationId": "
|
|
8341
|
+
"operationId": "getTornEliminationTeam",
|
|
8303
8342
|
"parameters": [
|
|
8304
8343
|
{
|
|
8305
8344
|
"name": "id",
|
|
@@ -8353,7 +8392,7 @@
|
|
|
8353
8392
|
],
|
|
8354
8393
|
"summary": "Get faction hall of fame positions for a specific category",
|
|
8355
8394
|
"description": "Requires public access key. <br> ",
|
|
8356
|
-
"operationId": "
|
|
8395
|
+
"operationId": "getTornFactionHoF",
|
|
8357
8396
|
"parameters": [
|
|
8358
8397
|
{
|
|
8359
8398
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -8407,7 +8446,7 @@
|
|
|
8407
8446
|
],
|
|
8408
8447
|
"summary": "Get full faction tree",
|
|
8409
8448
|
"description": "Requires public access key. <br> ",
|
|
8410
|
-
"operationId": "
|
|
8449
|
+
"operationId": "getTornFactionTree",
|
|
8411
8450
|
"parameters": [
|
|
8412
8451
|
{
|
|
8413
8452
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8446,7 +8485,7 @@
|
|
|
8446
8485
|
],
|
|
8447
8486
|
"summary": "Get all honors",
|
|
8448
8487
|
"description": "Requires public access key. <br>",
|
|
8449
|
-
"operationId": "
|
|
8488
|
+
"operationId": "getTornHonors",
|
|
8450
8489
|
"parameters": [
|
|
8451
8490
|
{
|
|
8452
8491
|
"$ref": "#/components/parameters/ApiLimitDefault20"
|
|
@@ -8494,7 +8533,7 @@
|
|
|
8494
8533
|
],
|
|
8495
8534
|
"summary": "Get specific honors",
|
|
8496
8535
|
"description": "Requires public access key. <br>",
|
|
8497
|
-
"operationId": "
|
|
8536
|
+
"operationId": "getTornHonorsSpecific",
|
|
8498
8537
|
"parameters": [
|
|
8499
8538
|
{
|
|
8500
8539
|
"name": "ids",
|
|
@@ -8547,7 +8586,7 @@
|
|
|
8547
8586
|
],
|
|
8548
8587
|
"summary": "Get player hall of fame positions for a specific category",
|
|
8549
8588
|
"description": "Requires public key.",
|
|
8550
|
-
"operationId": "
|
|
8589
|
+
"operationId": "getTornHoF",
|
|
8551
8590
|
"parameters": [
|
|
8552
8591
|
{
|
|
8553
8592
|
"$ref": "#/components/parameters/ApiLimit100"
|
|
@@ -8601,7 +8640,7 @@
|
|
|
8601
8640
|
],
|
|
8602
8641
|
"summary": "Get information about ammo",
|
|
8603
8642
|
"description": "Requires public key.",
|
|
8604
|
-
"operationId": "
|
|
8643
|
+
"operationId": "getTornItemAmmo",
|
|
8605
8644
|
"parameters": [
|
|
8606
8645
|
{
|
|
8607
8646
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8640,7 +8679,7 @@
|
|
|
8640
8679
|
],
|
|
8641
8680
|
"summary": "Get information about a specific item",
|
|
8642
8681
|
"description": "Requires public key.",
|
|
8643
|
-
"operationId": "
|
|
8682
|
+
"operationId": "getTornItemDetails",
|
|
8644
8683
|
"parameters": [
|
|
8645
8684
|
{
|
|
8646
8685
|
"name": "id",
|
|
@@ -8688,7 +8727,7 @@
|
|
|
8688
8727
|
],
|
|
8689
8728
|
"summary": "Get information about weapon upgrades",
|
|
8690
8729
|
"description": "Requires public key.",
|
|
8691
|
-
"operationId": "
|
|
8730
|
+
"operationId": "getTornItemMods",
|
|
8692
8731
|
"parameters": [
|
|
8693
8732
|
{
|
|
8694
8733
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8727,7 +8766,7 @@
|
|
|
8727
8766
|
],
|
|
8728
8767
|
"summary": "Get information about items",
|
|
8729
8768
|
"description": "Requires public key.<br>Default category is 'All'.<br>Details are not populated when requesting the category 'All'.",
|
|
8730
|
-
"operationId": "
|
|
8769
|
+
"operationId": "getTornItems",
|
|
8731
8770
|
"parameters": [
|
|
8732
8771
|
{
|
|
8733
8772
|
"name": "cat",
|
|
@@ -8778,7 +8817,7 @@
|
|
|
8778
8817
|
],
|
|
8779
8818
|
"summary": "Get information about items",
|
|
8780
8819
|
"description": "Requires public key.<br>Details are always populated when available.",
|
|
8781
|
-
"operationId": "
|
|
8820
|
+
"operationId": "getTornItemsSpecific",
|
|
8782
8821
|
"parameters": [
|
|
8783
8822
|
{
|
|
8784
8823
|
"name": "ids",
|
|
@@ -8834,7 +8873,7 @@
|
|
|
8834
8873
|
],
|
|
8835
8874
|
"summary": "Get available log categories",
|
|
8836
8875
|
"description": "Requires public key. <br>",
|
|
8837
|
-
"operationId": "
|
|
8876
|
+
"operationId": "getTornLogCategories",
|
|
8838
8877
|
"parameters": [
|
|
8839
8878
|
{
|
|
8840
8879
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8873,7 +8912,7 @@
|
|
|
8873
8912
|
],
|
|
8874
8913
|
"summary": "Get all available log ids",
|
|
8875
8914
|
"description": "Requires public key. <br>",
|
|
8876
|
-
"operationId": "
|
|
8915
|
+
"operationId": "getTornLogTypes",
|
|
8877
8916
|
"parameters": [
|
|
8878
8917
|
{
|
|
8879
8918
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8912,7 +8951,7 @@
|
|
|
8912
8951
|
],
|
|
8913
8952
|
"summary": "Get available log ids for a specific log category",
|
|
8914
8953
|
"description": "Requires public key. <br>",
|
|
8915
|
-
"operationId": "
|
|
8954
|
+
"operationId": "getTornLogTypesSpecific",
|
|
8916
8955
|
"parameters": [
|
|
8917
8956
|
{
|
|
8918
8957
|
"name": "logCategoryId",
|
|
@@ -8960,7 +8999,7 @@
|
|
|
8960
8999
|
],
|
|
8961
9000
|
"summary": "Get all medals",
|
|
8962
9001
|
"description": "Requires public access key. <br>",
|
|
8963
|
-
"operationId": "
|
|
9002
|
+
"operationId": "getTornMedals",
|
|
8964
9003
|
"parameters": [
|
|
8965
9004
|
{
|
|
8966
9005
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -8999,7 +9038,7 @@
|
|
|
8999
9038
|
],
|
|
9000
9039
|
"summary": "Get specific medals",
|
|
9001
9040
|
"description": "Requires public access key. <br>",
|
|
9002
|
-
"operationId": "
|
|
9041
|
+
"operationId": "getTornMedalsSpecific",
|
|
9003
9042
|
"parameters": [
|
|
9004
9043
|
{
|
|
9005
9044
|
"name": "ids",
|
|
@@ -9052,7 +9091,7 @@
|
|
|
9052
9091
|
],
|
|
9053
9092
|
"summary": "Get all merits",
|
|
9054
9093
|
"description": "Requires public access key. <br>",
|
|
9055
|
-
"operationId": "
|
|
9094
|
+
"operationId": "getTornMerits",
|
|
9056
9095
|
"parameters": [
|
|
9057
9096
|
{
|
|
9058
9097
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -9091,7 +9130,7 @@
|
|
|
9091
9130
|
],
|
|
9092
9131
|
"summary": "Get organized crimes information",
|
|
9093
9132
|
"description": "Requires public access key. <br> Return the details about released faction organized crimes.",
|
|
9094
|
-
"operationId": "
|
|
9133
|
+
"operationId": "getTornOrganizedCrimes",
|
|
9095
9134
|
"parameters": [
|
|
9096
9135
|
{
|
|
9097
9136
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -9130,7 +9169,7 @@
|
|
|
9130
9169
|
],
|
|
9131
9170
|
"summary": "Get properties details",
|
|
9132
9171
|
"description": "Requires public access key. <br>",
|
|
9133
|
-
"operationId": "
|
|
9172
|
+
"operationId": "getTornProperties",
|
|
9134
9173
|
"parameters": [
|
|
9135
9174
|
{
|
|
9136
9175
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -9169,7 +9208,7 @@
|
|
|
9169
9208
|
],
|
|
9170
9209
|
"summary": "Get Subcrimes information",
|
|
9171
9210
|
"description": "Requires public access key. <br> Return the details about possible actions for a specific crime.",
|
|
9172
|
-
"operationId": "
|
|
9211
|
+
"operationId": "getTornSubcrimes",
|
|
9173
9212
|
"parameters": [
|
|
9174
9213
|
{
|
|
9175
9214
|
"name": "crimeId",
|
|
@@ -9217,7 +9256,7 @@
|
|
|
9217
9256
|
],
|
|
9218
9257
|
"summary": "Get territory details",
|
|
9219
9258
|
"description": "Requires public access key. <br>",
|
|
9220
|
-
"operationId": "
|
|
9259
|
+
"operationId": "getTornTerritory",
|
|
9221
9260
|
"parameters": [
|
|
9222
9261
|
{
|
|
9223
9262
|
"name": "ids",
|
|
@@ -9276,7 +9315,7 @@
|
|
|
9276
9315
|
],
|
|
9277
9316
|
"summary": "Get all available torn selections",
|
|
9278
9317
|
"description": "Requires public key. <br>",
|
|
9279
|
-
"operationId": "
|
|
9318
|
+
"operationId": "getTornLookup",
|
|
9280
9319
|
"parameters": [
|
|
9281
9320
|
{
|
|
9282
9321
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -9315,7 +9354,7 @@
|
|
|
9315
9354
|
],
|
|
9316
9355
|
"summary": "Get current server time",
|
|
9317
9356
|
"description": "Requires public key. <br>",
|
|
9318
|
-
"operationId": "
|
|
9357
|
+
"operationId": "getTornTimestamp",
|
|
9319
9358
|
"parameters": [
|
|
9320
9359
|
{
|
|
9321
9360
|
"$ref": "#/components/parameters/ApiTimestamp"
|
|
@@ -9354,7 +9393,7 @@
|
|
|
9354
9393
|
],
|
|
9355
9394
|
"summary": "Get any Torn selection",
|
|
9356
9395
|
"description": "Requires public access key. <br> Choose one or more selections (comma separated).",
|
|
9357
|
-
"operationId": "
|
|
9396
|
+
"operationId": "getTornGeneric",
|
|
9358
9397
|
"parameters": [
|
|
9359
9398
|
{
|
|
9360
9399
|
"name": "selections",
|
|
@@ -14195,6 +14234,15 @@
|
|
|
14195
14234
|
"P6"
|
|
14196
14235
|
]
|
|
14197
14236
|
},
|
|
14237
|
+
"TornOrganizedCrimePositionIdDeprecated": {
|
|
14238
|
+
"description": "This field is now available in 'position_info' object as 'id' field.<br>This field will be removed on 1st of June 2026.",
|
|
14239
|
+
"deprecated": true,
|
|
14240
|
+
"allOf": [
|
|
14241
|
+
{
|
|
14242
|
+
"$ref": "#/components/schemas/TornOrganizedCrimePositionId"
|
|
14243
|
+
}
|
|
14244
|
+
]
|
|
14245
|
+
},
|
|
14198
14246
|
"FactionTerritoryWarResultEnum": {
|
|
14199
14247
|
"type": "string",
|
|
14200
14248
|
"enum": [
|
|
@@ -16825,6 +16873,24 @@
|
|
|
16825
16873
|
}
|
|
16826
16874
|
]
|
|
16827
16875
|
},
|
|
16876
|
+
"UserOrganizedCrimesResponse": {
|
|
16877
|
+
"required": [
|
|
16878
|
+
"crimes",
|
|
16879
|
+
"_metadata"
|
|
16880
|
+
],
|
|
16881
|
+
"properties": {
|
|
16882
|
+
"organizedcrimes": {
|
|
16883
|
+
"type": "array",
|
|
16884
|
+
"items": {
|
|
16885
|
+
"$ref": "#/components/schemas/FactionCrime"
|
|
16886
|
+
}
|
|
16887
|
+
},
|
|
16888
|
+
"_metadata": {
|
|
16889
|
+
"$ref": "#/components/schemas/RequestMetadataWithLinks"
|
|
16890
|
+
}
|
|
16891
|
+
},
|
|
16892
|
+
"type": "object"
|
|
16893
|
+
},
|
|
16828
16894
|
"UserEquipment": {
|
|
16829
16895
|
"allOf": [
|
|
16830
16896
|
{
|
|
@@ -20161,7 +20227,8 @@
|
|
|
20161
20227
|
},
|
|
20162
20228
|
"UserBountiesResponse": {
|
|
20163
20229
|
"required": [
|
|
20164
|
-
"bounties"
|
|
20230
|
+
"bounties",
|
|
20231
|
+
"bounties_timestamp"
|
|
20165
20232
|
],
|
|
20166
20233
|
"properties": {
|
|
20167
20234
|
"bounties": {
|
|
@@ -20169,6 +20236,10 @@
|
|
|
20169
20236
|
"items": {
|
|
20170
20237
|
"$ref": "#/components/schemas/Bounty"
|
|
20171
20238
|
}
|
|
20239
|
+
},
|
|
20240
|
+
"bounties_timestamp": {
|
|
20241
|
+
"type": "integer",
|
|
20242
|
+
"format": "int32"
|
|
20172
20243
|
}
|
|
20173
20244
|
},
|
|
20174
20245
|
"type": "object"
|
|
@@ -23758,6 +23829,26 @@
|
|
|
23758
23829
|
},
|
|
23759
23830
|
"type": "object"
|
|
23760
23831
|
},
|
|
23832
|
+
"FactionSlotPositionInfo": {
|
|
23833
|
+
"required": [
|
|
23834
|
+
"id",
|
|
23835
|
+
"label",
|
|
23836
|
+
"number"
|
|
23837
|
+
],
|
|
23838
|
+
"properties": {
|
|
23839
|
+
"id": {
|
|
23840
|
+
"$ref": "#/components/schemas/TornOrganizedCrimePositionId"
|
|
23841
|
+
},
|
|
23842
|
+
"label": {
|
|
23843
|
+
"type": "string"
|
|
23844
|
+
},
|
|
23845
|
+
"number": {
|
|
23846
|
+
"type": "integer",
|
|
23847
|
+
"format": "int32"
|
|
23848
|
+
}
|
|
23849
|
+
},
|
|
23850
|
+
"type": "object"
|
|
23851
|
+
},
|
|
23761
23852
|
"FactionRaidReportFaction": {
|
|
23762
23853
|
"required": [
|
|
23763
23854
|
"id",
|
|
@@ -26254,8 +26345,7 @@
|
|
|
26254
26345
|
"FactionCrimeSlot": {
|
|
26255
26346
|
"required": [
|
|
26256
26347
|
"position",
|
|
26257
|
-
"
|
|
26258
|
-
"position_number",
|
|
26348
|
+
"position_info",
|
|
26259
26349
|
"item_requirement",
|
|
26260
26350
|
"user",
|
|
26261
26351
|
"checkpoint_pass_rate"
|
|
@@ -26264,12 +26354,17 @@
|
|
|
26264
26354
|
"position": {
|
|
26265
26355
|
"type": "string"
|
|
26266
26356
|
},
|
|
26357
|
+
"position_info": {
|
|
26358
|
+
"$ref": "#/components/schemas/FactionSlotPositionInfo"
|
|
26359
|
+
},
|
|
26267
26360
|
"position_id": {
|
|
26268
|
-
"$ref": "#/components/schemas/
|
|
26361
|
+
"$ref": "#/components/schemas/TornOrganizedCrimePositionIdDeprecated"
|
|
26269
26362
|
},
|
|
26270
26363
|
"position_number": {
|
|
26364
|
+
"description": "This field is now available in 'position_info' object as 'number' field.<br>This field will be removed on 1st of June 2026.",
|
|
26271
26365
|
"type": "integer",
|
|
26272
|
-
"format": "int32"
|
|
26366
|
+
"format": "int32",
|
|
26367
|
+
"deprecated": true
|
|
26273
26368
|
},
|
|
26274
26369
|
"item_requirement": {
|
|
26275
26370
|
"description": "Details of item required for the slot, if applicable.",
|
|
@@ -27791,12 +27886,17 @@
|
|
|
27791
27886
|
"MarketRentalsResponse": {
|
|
27792
27887
|
"required": [
|
|
27793
27888
|
"rentals",
|
|
27889
|
+
"rentals_timestamp",
|
|
27794
27890
|
"_metadata"
|
|
27795
27891
|
],
|
|
27796
27892
|
"properties": {
|
|
27797
27893
|
"rentals": {
|
|
27798
27894
|
"$ref": "#/components/schemas/MarketRentalDetails"
|
|
27799
27895
|
},
|
|
27896
|
+
"rentals_timestamp": {
|
|
27897
|
+
"type": "integer",
|
|
27898
|
+
"format": "int32"
|
|
27899
|
+
},
|
|
27800
27900
|
"_metadata": {
|
|
27801
27901
|
"$ref": "#/components/schemas/RequestMetadataWithLinks"
|
|
27802
27902
|
}
|
|
@@ -27855,12 +27955,17 @@
|
|
|
27855
27955
|
"MarketPropertiesResponse": {
|
|
27856
27956
|
"required": [
|
|
27857
27957
|
"properties",
|
|
27958
|
+
"properties_timestamp",
|
|
27858
27959
|
"_metadata"
|
|
27859
27960
|
],
|
|
27860
27961
|
"properties": {
|
|
27861
27962
|
"properties": {
|
|
27862
27963
|
"$ref": "#/components/schemas/MarketPropertyDetails"
|
|
27863
27964
|
},
|
|
27965
|
+
"properties_timestamp": {
|
|
27966
|
+
"type": "integer",
|
|
27967
|
+
"format": "int32"
|
|
27968
|
+
},
|
|
27864
27969
|
"_metadata": {
|
|
27865
27970
|
"$ref": "#/components/schemas/RequestMetadataWithLinks"
|
|
27866
27971
|
}
|
|
@@ -29538,13 +29643,16 @@
|
|
|
29538
29643
|
},
|
|
29539
29644
|
"TornOrganizedCrimeSlot": {
|
|
29540
29645
|
"required": [
|
|
29541
|
-
"
|
|
29646
|
+
"position_info",
|
|
29542
29647
|
"name",
|
|
29543
29648
|
"required_item"
|
|
29544
29649
|
],
|
|
29545
29650
|
"properties": {
|
|
29546
29651
|
"id": {
|
|
29547
|
-
"$ref": "#/components/schemas/
|
|
29652
|
+
"$ref": "#/components/schemas/TornOrganizedCrimePositionIdDeprecated"
|
|
29653
|
+
},
|
|
29654
|
+
"position_info": {
|
|
29655
|
+
"$ref": "#/components/schemas/FactionSlotPositionInfo"
|
|
29548
29656
|
},
|
|
29549
29657
|
"name": {
|
|
29550
29658
|
"type": "string"
|
|
@@ -30595,6 +30703,7 @@
|
|
|
30595
30703
|
"TornBountiesResponse": {
|
|
30596
30704
|
"required": [
|
|
30597
30705
|
"bounties",
|
|
30706
|
+
"bounties_timestamp",
|
|
30598
30707
|
"_metadata"
|
|
30599
30708
|
],
|
|
30600
30709
|
"properties": {
|
|
@@ -30604,6 +30713,10 @@
|
|
|
30604
30713
|
"$ref": "#/components/schemas/Bounty"
|
|
30605
30714
|
}
|
|
30606
30715
|
},
|
|
30716
|
+
"bounties_timestamp": {
|
|
30717
|
+
"type": "integer",
|
|
30718
|
+
"format": "int32"
|
|
30719
|
+
},
|
|
30607
30720
|
"_metadata": {
|
|
30608
30721
|
"$ref": "#/components/schemas/RequestMetadataWithLinks"
|
|
30609
30722
|
}
|