tornapi-typescript 5.2.2 → 5.2.3

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/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.2.2"
6
+ "version": "5.2.3"
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": "39826224a85f3a0dde89080ce7489685",
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": "3acc98a3016974b786cb01e04e1ced04",
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": "e995691fd9845c8b4a91f065ac9c8420",
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": "62b16119fb11b6a4d12864987f2a7223",
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": "310ed4d7970121be1c01fc6cb8c14f49",
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": "a20c3fcd0afc00cc428f4a8c24467356",
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": "b2395a36b6f5668ade16f460a593b236",
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/ApiKeyPublic"
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": "c85fd102a25aaec3aa98611d0da6c219",
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": "eb5eca5c6b978ee23ef74035c14ff4cc",
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": "4cc4cc6fa3764f9732db9589e91d7739",
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": "e9a7cd580a231f5a31212d4601a5f686",
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": "3ff933d6a90488c30fb55a9d25e0f2d8",
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": "fe1a505c4c4b83c667fa9e7313045d8b",
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": "37f1e394f9d6e3f6fd436fae3e9b9ac4",
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": "68f0493291a1ad38d42053d861b1bba5",
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": "6bb6623979be4fa4149f0eab3fda3c53",
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": "fddc6adc5139d8a1e0a151d80816dba7",
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/ApiKeyPublic"
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": "dc3deee7629610931240be337c47a8ee",
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": "273c3a96077332793a1b6ffe21c10218",
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": "10a22547e0c48046ade435e0b63dfe55",
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": "c82d282102d0d4f54768a6a465639673",
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": "94dfc0c0663c9dc53241abbc59e39597",
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": "17f99b99fac9601887dd1d001b95bb08",
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": "2ceb7f08dc5f06a01d1fbe50425414c1",
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": "cc3a21ed98c1a80ffeeda4e33c75b9a0",
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": "423ceffcad89f9ee7abfb85bed32b692",
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": "92c7e86065c3d18b000e825aa6688eed",
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": "807adc6a64d86e07d629a15dde8c6105",
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": "481c6645dae298b54f0630ef7de81dba",
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": "959a3a302d736b416ec1edd4def8fe91",
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": "f86d41c9434e42d22f9ff46ecc4e5b88",
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": "03bcd69dc16d287da5a5c1239b1e35ae",
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/ApiKeyPublic"
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": "40cf7455b4cf6e8cc08e1b82125fad53",
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": "72c4c23b9d60172e696c9a104e56b7bd",
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 for a specific item",
1538
+ "summary": "Get your item market listings",
1539
1539
  "description": "Requires limited access key. <br>",
1540
- "operationId": "8fcbe4dcf8a3a28e31e2eaab877feea1",
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": "3ce15c1a0fa2f1c2c35a88f659f1f4b3",
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": "3046478bdee661f77bace171f60de62f",
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": "7d6d988f4aa00b9526c082c2b4247743",
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/ApiKeyPublic"
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": "facf1ddeef80a440229941f49aec6ccc",
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": "e93ba44fcc7ad2eb3063dec7469ee2f6",
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 limited access key. <br> It's possible to pass a list of log ids or a log category id.<br>",
1807
- "operationId": "f354f40bc5d6cbadf57fdecb453c976f",
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": "5c1d150273feb0c553f6cfb96071bf1b",
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/ApiKeyPublic"
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": "af17d832a1ff8c1d327f262886b39fec",
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/ApiKeyPublic"
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": "20c7b7a3f7395c2afa73597327f401a3",
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": "98a38ba406509483a08bde6bee6f676c",
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": "bcda13a4bb3c826ee6c79fb6209d7b69",
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/ApiKeyPublic"
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": "945b8ac03944ca79eb0ae8a640aeab3b",
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": "8859066800e0652740bfb17f8ecd15a2",
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": "6c73f06efc23903e15343c95e426b7ad",
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": "3c6f8acbfcb398592e3f3b65ab91a40f",
2214
+ "operationId": "getMyOrganizedCrime",
2215
2215
  "parameters": [
2216
2216
  {
2217
2217
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -2250,7 +2250,7 @@
2250
2250
  ],
2251
2251
  "summary": "Get your personal stats",
2252
2252
  "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": "388e8008ae1c2645819af76d71ef92a5",
2253
+ "operationId": "getMyPersonalStats",
2254
2254
  "parameters": [
2255
2255
  {
2256
2256
  "name": "cat",
@@ -2319,7 +2319,7 @@
2319
2319
  ],
2320
2320
  "summary": "Get a player's personal stats",
2321
2321
  "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": "6ac851069df2c33e53cc69eecae44f1e",
2322
+ "operationId": "getUserPersonalStats",
2323
2323
  "parameters": [
2324
2324
  {
2325
2325
  "name": "id",
@@ -2397,7 +2397,7 @@
2397
2397
  ],
2398
2398
  "summary": "Get your own profile",
2399
2399
  "description": "Requires public access key.",
2400
- "operationId": "e945ec5e68a2794a7a7310000fbfba99",
2400
+ "operationId": "getMyProfile",
2401
2401
  "parameters": [
2402
2402
  {
2403
2403
  "$ref": "#/components/parameters/ApiStripTagsTrue"
@@ -2439,7 +2439,7 @@
2439
2439
  ],
2440
2440
  "summary": "Get profile information for a specific player",
2441
2441
  "description": "Requires public access key.",
2442
- "operationId": "dda77cdddd962fb60f1beed24330ca93",
2442
+ "operationId": "getUserProfile",
2443
2443
  "parameters": [
2444
2444
  {
2445
2445
  "name": "id",
@@ -2490,7 +2490,7 @@
2490
2490
  ],
2491
2491
  "summary": "Get your own properties",
2492
2492
  "description": "Requires public access key. <br>Extended responses are available when requesting the data with Limited or higher access keys.",
2493
- "operationId": "574a416ca46717830f03a2f685955b87",
2493
+ "operationId": "getMyProperties",
2494
2494
  "parameters": [
2495
2495
  {
2496
2496
  "$ref": "#/components/parameters/ApiFiltersUserProperties"
@@ -2538,7 +2538,7 @@
2538
2538
  ],
2539
2539
  "summary": "Get specific user's properties",
2540
2540
  "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": "601f7b38ac25e1ac47b33fb64120198b",
2541
+ "operationId": "getUserProperties",
2542
2542
  "parameters": [
2543
2543
  {
2544
2544
  "name": "id",
@@ -2595,7 +2595,7 @@
2595
2595
  ],
2596
2596
  "summary": "Get your current property",
2597
2597
  "description": "Requires public access key. <br>",
2598
- "operationId": "0452cb8fd031b80d3b7e9fcb7b0bdf09",
2598
+ "operationId": "getMyProperty",
2599
2599
  "parameters": [
2600
2600
  {
2601
2601
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -2634,7 +2634,7 @@
2634
2634
  ],
2635
2635
  "summary": "Get specific user's property",
2636
2636
  "description": "Requires public access key. <br>",
2637
- "operationId": "f36ce18449194dd9d2b62bccd4bb8343",
2637
+ "operationId": "getUserProperty",
2638
2638
  "parameters": [
2639
2639
  {
2640
2640
  "name": "id",
@@ -2682,7 +2682,7 @@
2682
2682
  ],
2683
2683
  "summary": "Get user races",
2684
2684
  "description": "Requires minimal access key. <br>Returns a list of user races, ordered by race start timestamp.",
2685
- "operationId": "ba6e495bf0c6b2e87db337c1a09f4852",
2685
+ "operationId": "getMyRaces",
2686
2686
  "parameters": [
2687
2687
  {
2688
2688
  "$ref": "#/components/parameters/ApiLimit100Default20"
@@ -2742,7 +2742,7 @@
2742
2742
  ],
2743
2743
  "summary": "Get your current racing records",
2744
2744
  "description": "Requires minimal access key. <br>",
2745
- "operationId": "e1b2c1039ea41f7607b9c94660fc72cb",
2745
+ "operationId": "getMyRacingRecords",
2746
2746
  "parameters": [
2747
2747
  {
2748
2748
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -2781,7 +2781,7 @@
2781
2781
  ],
2782
2782
  "summary": "Get your refills information",
2783
2783
  "description": "Requires minimal access key. <br>",
2784
- "operationId": "f504d71a34f5cb3398bee32d6f67ee0e",
2784
+ "operationId": "getMyRefills",
2785
2785
  "parameters": [
2786
2786
  {
2787
2787
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -2820,7 +2820,7 @@
2820
2820
  ],
2821
2821
  "summary": "Get your reports",
2822
2822
  "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": "6ba15a813fe1cc014564e9dba892e022",
2823
+ "operationId": "getMyReports",
2824
2824
  "parameters": [
2825
2825
  {
2826
2826
  "name": "cat",
@@ -2886,7 +2886,7 @@
2886
2886
  ],
2887
2887
  "summary": "Get your detailed revives",
2888
2888
  "description": "Requires limited access key. <br>",
2889
- "operationId": "3c847eb1325040798f37a7492108e094",
2889
+ "operationId": "getMyRevives",
2890
2890
  "parameters": [
2891
2891
  {
2892
2892
  "$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
@@ -2943,7 +2943,7 @@
2943
2943
  ],
2944
2944
  "summary": "Get your simplified revives",
2945
2945
  "description": "Requires limited access key. <br>",
2946
- "operationId": "8820cd889afde899353037ca5a0f9a07",
2946
+ "operationId": "getMyRevivesSimplified",
2947
2947
  "parameters": [
2948
2948
  {
2949
2949
  "$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
@@ -3000,7 +3000,7 @@
3000
3000
  ],
3001
3001
  "summary": "Get your skills",
3002
3002
  "description": "Requires minimal access key. <br>",
3003
- "operationId": "242cd6844d92aec0223d9c5c88e66403",
3003
+ "operationId": "getMySkills",
3004
3004
  "parameters": [
3005
3005
  {
3006
3006
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3009,7 +3009,7 @@
3009
3009
  "$ref": "#/components/parameters/ApiComment"
3010
3010
  },
3011
3011
  {
3012
- "$ref": "#/components/parameters/ApiKeyPublic"
3012
+ "$ref": "#/components/parameters/ApiKeyMinimal"
3013
3013
  }
3014
3014
  ],
3015
3015
  "responses": {
@@ -3039,7 +3039,7 @@
3039
3039
  ],
3040
3040
  "summary": "Get your travel information",
3041
3041
  "description": "Requires minimal access key. <br>",
3042
- "operationId": "b129b86b2f3902d6f875da827d0dee17",
3042
+ "operationId": "getMyTravelInformation",
3043
3043
  "parameters": [
3044
3044
  {
3045
3045
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3076,9 +3076,9 @@
3076
3076
  "tags": [
3077
3077
  "User"
3078
3078
  ],
3079
- "summary": "Get your virus information",
3079
+ "summary": "Get your virus coding information",
3080
3080
  "description": "Requires minimal access key. <br>",
3081
- "operationId": "5e94a9ab2363bed4a7dfdef02ce135f6",
3081
+ "operationId": "getMyVirusCodingInformation",
3082
3082
  "parameters": [
3083
3083
  {
3084
3084
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3117,7 +3117,7 @@
3117
3117
  ],
3118
3118
  "summary": "Get your weapon experience information",
3119
3119
  "description": "Requires minimal key. <br>",
3120
- "operationId": "0b35f182b0a14eccc166ec542f1e7234",
3120
+ "operationId": "getMyWeaponExp",
3121
3121
  "parameters": [
3122
3122
  {
3123
3123
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3156,7 +3156,7 @@
3156
3156
  ],
3157
3157
  "summary": "Get your working stats",
3158
3158
  "description": "Requires minimal access key. <br>",
3159
- "operationId": "8c3acc9ecc8ec39baac5d2be8235d458",
3159
+ "operationId": "getMyWorkstats",
3160
3160
  "parameters": [
3161
3161
  {
3162
3162
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3165,7 +3165,7 @@
3165
3165
  "$ref": "#/components/parameters/ApiComment"
3166
3166
  },
3167
3167
  {
3168
- "$ref": "#/components/parameters/ApiKeyPublic"
3168
+ "$ref": "#/components/parameters/ApiKeyMinimal"
3169
3169
  }
3170
3170
  ],
3171
3171
  "responses": {
@@ -3195,7 +3195,7 @@
3195
3195
  ],
3196
3196
  "summary": "Get all available user selections",
3197
3197
  "description": "Requires public access key. <br>",
3198
- "operationId": "c0a6c91697cd1683c39b3c0649a18ec8",
3198
+ "operationId": "getUserLookup",
3199
3199
  "parameters": [
3200
3200
  {
3201
3201
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3234,7 +3234,7 @@
3234
3234
  ],
3235
3235
  "summary": "Get current server time",
3236
3236
  "description": "Requires public access key. <br>",
3237
- "operationId": "a72308321da0c4a2c31c60218acc7a85",
3237
+ "operationId": "getUserTimestamp",
3238
3238
  "parameters": [
3239
3239
  {
3240
3240
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3273,7 +3273,7 @@
3273
3273
  ],
3274
3274
  "summary": "Get any User selection",
3275
3275
  "description": "Key access level depends on the required selections. <br>Choose one or more selections (comma separated).",
3276
- "operationId": "ce480599312126b8a5d77ced3ab8caa8",
3276
+ "operationId": "getUserGeneric",
3277
3277
  "parameters": [
3278
3278
  {
3279
3279
  "name": "selections",
@@ -3588,7 +3588,7 @@
3588
3588
  ],
3589
3589
  "summary": "Get your faction's applications",
3590
3590
  "description": "Requires minimal access key with faction API access permissions. <br>",
3591
- "operationId": "9f7dccb023d81a8da7f5f6a359658a64",
3591
+ "operationId": "getMyFactionApplications",
3592
3592
  "parameters": [
3593
3593
  {
3594
3594
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3627,7 +3627,7 @@
3627
3627
  ],
3628
3628
  "summary": "Get your faction's detailed attacks",
3629
3629
  "description": "Requires limited access key with faction API access permissions. <br>",
3630
- "operationId": "cb5b38ba64c389e706526df8bc8af9b6",
3630
+ "operationId": "getMyFactionAttacks",
3631
3631
  "parameters": [
3632
3632
  {
3633
3633
  "$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
@@ -3681,7 +3681,7 @@
3681
3681
  ],
3682
3682
  "summary": "Get your faction's simplified attacks",
3683
3683
  "description": "Requires limited access key with faction API access permissions. <br>",
3684
- "operationId": "8551280aaaf9819aa94be5c469a523de",
3684
+ "operationId": "getMyFactionAttacksSimplified",
3685
3685
  "parameters": [
3686
3686
  {
3687
3687
  "$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
@@ -3735,7 +3735,7 @@
3735
3735
  ],
3736
3736
  "summary": "Get your faction's & member's balance details",
3737
3737
  "description": "Requires limited access key with faction API access permissions. <br>",
3738
- "operationId": "3ca2c0319f960b728ffece8e322cf40f",
3738
+ "operationId": "getMyFactionBalance",
3739
3739
  "parameters": [
3740
3740
  {
3741
3741
  "name": "cat",
@@ -3787,7 +3787,7 @@
3787
3787
  ],
3788
3788
  "summary": "Get your faction's basic details",
3789
3789
  "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": "fb363bf0e1d54296bd4d5dd554ad9825",
3790
+ "operationId": "getMyFactionBasicInformation",
3791
3791
  "parameters": [
3792
3792
  {
3793
3793
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3826,7 +3826,7 @@
3826
3826
  ],
3827
3827
  "summary": "Get a faction's basic details",
3828
3828
  "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": "a09da2d5f951a49d974dbec3149b3a24",
3829
+ "operationId": "getFactionBasicInformation",
3830
3830
  "parameters": [
3831
3831
  {
3832
3832
  "name": "id",
@@ -3874,7 +3874,7 @@
3874
3874
  ],
3875
3875
  "summary": "Get your faction's current chain",
3876
3876
  "description": "Requires public access key. <br>",
3877
- "operationId": "aee5679a81c6a7bcd3862c0aafd6b558",
3877
+ "operationId": "getMyFactionChain",
3878
3878
  "parameters": [
3879
3879
  {
3880
3880
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -3913,7 +3913,7 @@
3913
3913
  ],
3914
3914
  "summary": "Get a faction's current chain",
3915
3915
  "description": "Requires public access key. <br>",
3916
- "operationId": "ec8f82e15a321adbb20e615024d9dff6",
3916
+ "operationId": "getFactionChain",
3917
3917
  "parameters": [
3918
3918
  {
3919
3919
  "name": "id",
@@ -3961,7 +3961,7 @@
3961
3961
  ],
3962
3962
  "summary": "Get a list of your faction's completed chains",
3963
3963
  "description": "Requires public access key. <br>",
3964
- "operationId": "dfc0adb55af4aeeeebc2d82309c71eea",
3964
+ "operationId": "getMyFactionCompletedChains",
3965
3965
  "parameters": [
3966
3966
  {
3967
3967
  "$ref": "#/components/parameters/ApiLimit100"
@@ -4012,7 +4012,7 @@
4012
4012
  ],
4013
4013
  "summary": "Get a list of a faction's completed chains",
4014
4014
  "description": "Requires public access key. <br>",
4015
- "operationId": "dd88ca1ffafed80457916da5298a3422",
4015
+ "operationId": "getFactionCompletedChains",
4016
4016
  "parameters": [
4017
4017
  {
4018
4018
  "name": "id",
@@ -4072,7 +4072,7 @@
4072
4072
  ],
4073
4073
  "summary": "Get your faction's latest chain report",
4074
4074
  "description": "Requires public access key. <br> This includes currently ongoing chains.",
4075
- "operationId": "614a2f2bdd7fb6df778b7657c75d1113",
4075
+ "operationId": "getMyFactionLatestChainReport",
4076
4076
  "parameters": [
4077
4077
  {
4078
4078
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -4111,7 +4111,7 @@
4111
4111
  ],
4112
4112
  "summary": "Get a chain report",
4113
4113
  "description": "Requires public access key. <br> Chain reports for ongoing chains are available only for your own faction.",
4114
- "operationId": "21a251c2ec9f6c93b89fb715196bb8be",
4114
+ "operationId": "getChainReport",
4115
4115
  "parameters": [
4116
4116
  {
4117
4117
  "name": "chainId",
@@ -4159,7 +4159,7 @@
4159
4159
  ],
4160
4160
  "summary": "Get your faction's challenge contributors",
4161
4161
  "description": "Requires limiteed access key with faction API access permissions. <br>",
4162
- "operationId": "40eb7627818eb777fdc713ed78209c6b",
4162
+ "operationId": "getMyFactionContributors",
4163
4163
  "parameters": [
4164
4164
  {
4165
4165
  "name": "stat",
@@ -4190,7 +4190,7 @@
4190
4190
  "$ref": "#/components/parameters/ApiComment"
4191
4191
  },
4192
4192
  {
4193
- "$ref": "#/components/parameters/ApiKeyPublic"
4193
+ "$ref": "#/components/parameters/ApiKeyLimited"
4194
4194
  }
4195
4195
  ],
4196
4196
  "responses": {
@@ -4220,7 +4220,7 @@
4220
4220
  ],
4221
4221
  "summary": "Get your faction's organized crimes",
4222
4222
  "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": "72e5db8a773908fedff4bb002f3f4406",
4223
+ "operationId": "getMyFactionOrganizedCrimes",
4224
4224
  "parameters": [
4225
4225
  {
4226
4226
  "name": "cat",
@@ -4305,7 +4305,7 @@
4305
4305
  ],
4306
4306
  "summary": "Get a specific organized crime",
4307
4307
  "description": "Requires minimal access key with faction API access permissions. <br>",
4308
- "operationId": "b4867db9b02fa7dcd31b2073f2a936ce",
4308
+ "operationId": "getMyFactionOrganizedCrime",
4309
4309
  "parameters": [
4310
4310
  {
4311
4311
  "name": "crimeId",
@@ -4353,7 +4353,7 @@
4353
4353
  ],
4354
4354
  "summary": "Get your faction's hall of fame rankings.",
4355
4355
  "description": "Requires public access key. <br> ",
4356
- "operationId": "e104b0b606664d06d9638111702301f3",
4356
+ "operationId": "getMyFactionHoF",
4357
4357
  "parameters": [
4358
4358
  {
4359
4359
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -4392,7 +4392,7 @@
4392
4392
  ],
4393
4393
  "summary": "Get a faction's hall of fame rankings.",
4394
4394
  "description": "Requires public access key. <br> ",
4395
- "operationId": "a775ca7831f4cad88c308be28f50e597",
4395
+ "operationId": "getFactionHoF",
4396
4396
  "parameters": [
4397
4397
  {
4398
4398
  "name": "id",
@@ -4440,7 +4440,7 @@
4440
4440
  ],
4441
4441
  "summary": "Get a list of your faction's members",
4442
4442
  "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": "03d304564e4f84e3f258e5b8059bcc22",
4443
+ "operationId": "getMyFactionMembers",
4444
4444
  "parameters": [
4445
4445
  {
4446
4446
  "$ref": "#/components/parameters/ApiStripTagsTrue"
@@ -4482,7 +4482,7 @@
4482
4482
  ],
4483
4483
  "summary": "Get a list of a faction's members",
4484
4484
  "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": "99a899c0094645475fd6254b423fea43",
4485
+ "operationId": "getFactionMembers",
4486
4486
  "parameters": [
4487
4487
  {
4488
4488
  "name": "id",
@@ -4533,7 +4533,7 @@
4533
4533
  ],
4534
4534
  "summary": "Get your faction's news details",
4535
4535
  "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": "1da64889366de71140f2c15ad14b67b1",
4536
+ "operationId": "getMyFactionNews",
4537
4537
  "parameters": [
4538
4538
  {
4539
4539
  "$ref": "#/components/parameters/ApiStripTagsFalse"
@@ -4596,7 +4596,7 @@
4596
4596
  ],
4597
4597
  "summary": "Get your faction's positions details",
4598
4598
  "description": "Requires minimal access key with faction API access permissions. <br>",
4599
- "operationId": "77dae3b930e2e2f9f7608567db0b94f4",
4599
+ "operationId": "getMyFactionPositions",
4600
4600
  "parameters": [
4601
4601
  {
4602
4602
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -4635,7 +4635,7 @@
4635
4635
  ],
4636
4636
  "summary": "Get a list of current rackets",
4637
4637
  "description": "Requires public access key. <br>",
4638
- "operationId": "f750d219e54329ae300c4db384dd5dcd",
4638
+ "operationId": "getFactionRackets",
4639
4639
  "parameters": [
4640
4640
  {
4641
4641
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -4674,7 +4674,7 @@
4674
4674
  ],
4675
4675
  "summary": "Get raid war details",
4676
4676
  "description": "Requires public access key. <br> ",
4677
- "operationId": "9a48477c16e86235efce00a11d56510f",
4677
+ "operationId": "getRaidReport",
4678
4678
  "parameters": [
4679
4679
  {
4680
4680
  "name": "raidWarId",
@@ -4722,7 +4722,7 @@
4722
4722
  ],
4723
4723
  "summary": "Get raids history for your faction",
4724
4724
  "description": "Requires public access key. <br>",
4725
- "operationId": "6a2b0604d0ebe31933f93facfa69f171",
4725
+ "operationId": "getMyFactionRaidsHistory",
4726
4726
  "parameters": [
4727
4727
  {
4728
4728
  "$ref": "#/components/parameters/ApiFrom"
@@ -4773,7 +4773,7 @@
4773
4773
  ],
4774
4774
  "summary": "Get a faction's raids history",
4775
4775
  "description": "Requires public access key. <br> ",
4776
- "operationId": "67622543dbbc4857f1ea575be5af7fcd",
4776
+ "operationId": "getFactionRaidsHistory",
4777
4777
  "parameters": [
4778
4778
  {
4779
4779
  "name": "id",
@@ -4833,7 +4833,7 @@
4833
4833
  ],
4834
4834
  "summary": "Get ranked wars history for your faction",
4835
4835
  "description": "Requires public access key. <br> Use offset to get older results which are always ordered descending.",
4836
- "operationId": "4f5d624a86e2d389a7a738b6b3ce8c9e",
4836
+ "operationId": "getMyFactionRankedWarsHistory",
4837
4837
  "parameters": [
4838
4838
  {
4839
4839
  "$ref": "#/components/parameters/ApiOffset"
@@ -4890,7 +4890,7 @@
4890
4890
  ],
4891
4891
  "summary": "Get a faction's ranked wars history",
4892
4892
  "description": "Requires public access key. <br> Use offset to get older results which are always ordered descending.",
4893
- "operationId": "5b6646714e5ae1cc397bdec877f55691",
4893
+ "operationId": "getFactionRankedWarsHistory",
4894
4894
  "parameters": [
4895
4895
  {
4896
4896
  "name": "id",
@@ -4944,7 +4944,7 @@
4944
4944
  ],
4945
4945
  "summary": "Get ranked war details",
4946
4946
  "description": "Requires public access key. <br> ",
4947
- "operationId": "db49842d88e193777dc695e54769113e",
4947
+ "operationId": "getRankedWarReport",
4948
4948
  "parameters": [
4949
4949
  {
4950
4950
  "name": "rankedWarId",
@@ -4992,7 +4992,7 @@
4992
4992
  ],
4993
4993
  "summary": "Get faction reports",
4994
4994
  "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": "e8bd37f10cc5e0e8d6694bb306f3a1e4",
4995
+ "operationId": "getMyFactionReports",
4996
4996
  "parameters": [
4997
4997
  {
4998
4998
  "name": "cat",
@@ -5058,7 +5058,7 @@
5058
5058
  ],
5059
5059
  "summary": "Get your faction's detailed revives",
5060
5060
  "description": "Requires limited access key with faction API access permissions. <br>",
5061
- "operationId": "486fcda26ed1aa6aba8ec7091080723b",
5061
+ "operationId": "getMyFactionRevives",
5062
5062
  "parameters": [
5063
5063
  {
5064
5064
  "$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
@@ -5115,7 +5115,7 @@
5115
5115
  ],
5116
5116
  "summary": "Get your faction's simplified revives",
5117
5117
  "description": "Requires limited access key with faction API access permissions. <br>",
5118
- "operationId": "f17a4064779e8de5200238816c233c02",
5118
+ "operationId": "getMyFactionRevivesSimplified",
5119
5119
  "parameters": [
5120
5120
  {
5121
5121
  "$ref": "#/components/parameters/ApiFiltersIncomingOutgoing"
@@ -5172,7 +5172,7 @@
5172
5172
  ],
5173
5173
  "summary": "Search factions by name or other criteria",
5174
5174
  "description": "Requires public access key. <br>This selection is standalone and cannot be used together with other selections.",
5175
- "operationId": "01c192f9b41ce29372df54667bea2b43",
5175
+ "operationId": "getFactionSearch",
5176
5176
  "parameters": [
5177
5177
  {
5178
5178
  "$ref": "#/components/parameters/ApiName"
@@ -5223,7 +5223,7 @@
5223
5223
  ],
5224
5224
  "summary": "Get your faction's challenges stats",
5225
5225
  "description": "Requires minimal access key with faction API access permissions. <br>",
5226
- "operationId": "806d9dc7e5fcf9e1ee9c3cdf7f035392",
5226
+ "operationId": "getMyFactionStats",
5227
5227
  "parameters": [
5228
5228
  {
5229
5229
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -5262,7 +5262,7 @@
5262
5262
  ],
5263
5263
  "summary": "Get a list of your faction's territories",
5264
5264
  "description": "Requires public access key. <br>",
5265
- "operationId": "fa6b3fbb14e5f3a71279b058bd751754",
5265
+ "operationId": "getMyFactionTerritory",
5266
5266
  "parameters": [
5267
5267
  {
5268
5268
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -5301,7 +5301,7 @@
5301
5301
  ],
5302
5302
  "summary": "Get a list of a faction's territories",
5303
5303
  "description": "Requires public access key. <br>",
5304
- "operationId": "4dce518364dad91fb3503e0382adfadf",
5304
+ "operationId": "getFactionTerritory",
5305
5305
  "parameters": [
5306
5306
  {
5307
5307
  "name": "id",
@@ -5349,7 +5349,7 @@
5349
5349
  ],
5350
5350
  "summary": "Get a list territory ownership",
5351
5351
  "description": "Requires public access key. <br>",
5352
- "operationId": "bf56fb8aba4d6810e9b96402e25b931d",
5352
+ "operationId": "getTerritoryOwnership",
5353
5353
  "parameters": [
5354
5354
  {
5355
5355
  "$ref": "#/components/parameters/ApiOffset"
@@ -5394,7 +5394,7 @@
5394
5394
  ],
5395
5395
  "summary": "Get territory wars history for your faction",
5396
5396
  "description": "Requires public access key. <br>",
5397
- "operationId": "0258963246159d1e3e54547c32aac7c8",
5397
+ "operationId": "getMyFactionTerritoryWarsHistory",
5398
5398
  "parameters": [
5399
5399
  {
5400
5400
  "$ref": "#/components/parameters/ApiFrom"
@@ -5445,7 +5445,7 @@
5445
5445
  ],
5446
5446
  "summary": "Get a faction's territory wars history",
5447
5447
  "description": "Requires public access key. <br> ",
5448
- "operationId": "76ce672d50a66fc0a832f9088e5436af",
5448
+ "operationId": "getFactionTerritoryWarsHistory",
5449
5449
  "parameters": [
5450
5450
  {
5451
5451
  "name": "id",
@@ -5505,7 +5505,7 @@
5505
5505
  ],
5506
5506
  "summary": "Get territory war details",
5507
5507
  "description": "Requires public access key. <br> ",
5508
- "operationId": "4e8aeafde7b5fc9918d166cda150fa91",
5508
+ "operationId": "getTerritoryWarReport",
5509
5509
  "parameters": [
5510
5510
  {
5511
5511
  "name": "territoryWarId",
@@ -5553,7 +5553,7 @@
5553
5553
  ],
5554
5554
  "summary": "Get your faction's upgrades",
5555
5555
  "description": "Requires minimal access key with faction API access permissions. <br>",
5556
- "operationId": "959f415abf48cb753414cec179b1b039",
5556
+ "operationId": "getMyFactionUpgrades",
5557
5557
  "parameters": [
5558
5558
  {
5559
5559
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -5592,7 +5592,7 @@
5592
5592
  ],
5593
5593
  "summary": "Get faction warfare",
5594
5594
  "description": "Requires public access key. <br>The response depends on the selected category.",
5595
- "operationId": "ae7f06db4618d3e7927fd700cfa58f16",
5595
+ "operationId": "getWarfare",
5596
5596
  "parameters": [
5597
5597
  {
5598
5598
  "name": "cat",
@@ -5651,7 +5651,7 @@
5651
5651
  ],
5652
5652
  "summary": "Get your faction's wars & pacts details",
5653
5653
  "description": "Requires public access key. <br> ",
5654
- "operationId": "b31cce9916e77431c08822844a0dbf2b",
5654
+ "operationId": "getMyFactionWars",
5655
5655
  "parameters": [
5656
5656
  {
5657
5657
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -5690,7 +5690,7 @@
5690
5690
  ],
5691
5691
  "summary": "Get a faction's wars & pacts details",
5692
5692
  "description": "Requires public access key. <br> ",
5693
- "operationId": "c370823454d5ea28fc0df9a5b6a24c54",
5693
+ "operationId": "getFactionWars",
5694
5694
  "parameters": [
5695
5695
  {
5696
5696
  "name": "id",
@@ -5737,7 +5737,7 @@
5737
5737
  "Faction"
5738
5738
  ],
5739
5739
  "description": "Requires public access key. <br>",
5740
- "operationId": "065bcbaa654fc44ce7b8ea574b84f7b9",
5740
+ "operationId": "getFactionLookup",
5741
5741
  "parameters": [
5742
5742
  {
5743
5743
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -5776,7 +5776,7 @@
5776
5776
  ],
5777
5777
  "summary": "Get current server time",
5778
5778
  "description": "Requires public access key. <br>",
5779
- "operationId": "627df4d7d8b91c62dacb66ff373aab5c",
5779
+ "operationId": "getFactionTimestamp",
5780
5780
  "parameters": [
5781
5781
  {
5782
5782
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -5815,7 +5815,7 @@
5815
5815
  ],
5816
5816
  "summary": "Get any Faction selection",
5817
5817
  "description": "Key access level depends on the required selections. <br> Choose one or more selections (comma separated).",
5818
- "operationId": "dd89e28b1f1ed88853b09ecc982e4e66",
5818
+ "operationId": "getFactionGeneric",
5819
5819
  "parameters": [
5820
5820
  {
5821
5821
  "name": "selections",
@@ -6095,7 +6095,7 @@
6095
6095
  ],
6096
6096
  "summary": "Get publicly available forum categories",
6097
6097
  "description": "Requires public access key. <br>",
6098
- "operationId": "79b21191b87da275f3b87a7a1a233d04",
6098
+ "operationId": "getForumCategories",
6099
6099
  "parameters": [
6100
6100
  {
6101
6101
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -6134,7 +6134,7 @@
6134
6134
  ],
6135
6135
  "summary": "Get specific forum thread posts",
6136
6136
  "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": "9c5eeb1aebb102b7c62fab11974c359a",
6137
+ "operationId": "getForumThreadPosts",
6138
6138
  "parameters": [
6139
6139
  {
6140
6140
  "$ref": "#/components/parameters/ApiStripTagsTrue"
@@ -6197,7 +6197,7 @@
6197
6197
  ],
6198
6198
  "summary": "Get specific thread details",
6199
6199
  "description": "Requires public access key. <br>Contains details of a thread including topic content and poll (if any).",
6200
- "operationId": "a4618a3901c01413c14b75e984495a9b",
6200
+ "operationId": "getForumThread",
6201
6201
  "parameters": [
6202
6202
  {
6203
6203
  "name": "threadId",
@@ -6245,7 +6245,7 @@
6245
6245
  ],
6246
6246
  "summary": "Get threads across all forum categories",
6247
6247
  "description": "Requires public access key. <br>",
6248
- "operationId": "d2d64a69cedfdce19a50eff117e2c166",
6248
+ "operationId": "getForumAllThreads",
6249
6249
  "parameters": [
6250
6250
  {
6251
6251
  "$ref": "#/components/parameters/ApiLimit100"
@@ -6296,7 +6296,7 @@
6296
6296
  ],
6297
6297
  "summary": "Get threads for specific public forum category or categories",
6298
6298
  "description": "Requires public access key. <br>",
6299
- "operationId": "715cb3a4df0a9bf8094a53dc3259b633",
6299
+ "operationId": "getForumThreads",
6300
6300
  "parameters": [
6301
6301
  {
6302
6302
  "$ref": "#/components/parameters/ApiLimit100"
@@ -6361,7 +6361,7 @@
6361
6361
  ],
6362
6362
  "summary": "Get all available forum selections",
6363
6363
  "description": "Requires public access key. <br>",
6364
- "operationId": "f0805d0b7ad26c62ddd2fa8d0d332ba4",
6364
+ "operationId": "getForumLookup",
6365
6365
  "parameters": [
6366
6366
  {
6367
6367
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -6400,7 +6400,7 @@
6400
6400
  ],
6401
6401
  "summary": "Get current server time",
6402
6402
  "description": "Requires public access key. <br>",
6403
- "operationId": "ec72c2a8cd96c88e4d228221bf6bf42f",
6403
+ "operationId": "getForumTimestamp",
6404
6404
  "parameters": [
6405
6405
  {
6406
6406
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -6439,7 +6439,7 @@
6439
6439
  ],
6440
6440
  "summary": "Get any Forum selection",
6441
6441
  "description": "Requires public access key. <br>Choose one or more selections (comma separated).",
6442
- "operationId": "21915cf0228ce3677261cdce27fb39e2",
6442
+ "operationId": "getForumGeneric",
6443
6443
  "parameters": [
6444
6444
  {
6445
6445
  "name": "selections",
@@ -6548,7 +6548,7 @@
6548
6548
  ],
6549
6549
  "summary": "Get current key log history",
6550
6550
  "description": "Available for any key. <br>\n * This selection contains up to last 250 request logs.",
6551
- "operationId": "0d6dae59c9b3419c18d2a4ca0da757e6",
6551
+ "operationId": "getKeyLog",
6552
6552
  "parameters": [
6553
6553
  {
6554
6554
  "$ref": "#/components/parameters/ApiLimit100"
@@ -6593,7 +6593,7 @@
6593
6593
  ],
6594
6594
  "summary": "Get current key info",
6595
6595
  "description": "Available for any key. <br>",
6596
- "operationId": "e6d387f16971004628eeca2d6473f825",
6596
+ "operationId": "getKeyInfo",
6597
6597
  "parameters": [
6598
6598
  {
6599
6599
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -6631,7 +6631,7 @@
6631
6631
  "Key"
6632
6632
  ],
6633
6633
  "summary": "Get any Key selection",
6634
- "operationId": "c6ccbb0a05ebf3b307c82a4c89275e52",
6634
+ "operationId": "getKeyGeneric",
6635
6635
  "parameters": [
6636
6636
  {
6637
6637
  "name": "selections",
@@ -6697,7 +6697,7 @@
6697
6697
  ],
6698
6698
  "summary": "Get specific item auction house listings",
6699
6699
  "description": "Requires public access key. <br>",
6700
- "operationId": "c28901b60d97e6ddf7d07d7a195f022a",
6700
+ "operationId": "getMarketAuctionHouseListing",
6701
6701
  "parameters": [
6702
6702
  {
6703
6703
  "name": "id",
@@ -6745,7 +6745,7 @@
6745
6745
  ],
6746
6746
  "summary": "Get specific item auction house listings",
6747
6747
  "description": "Requires public access key. <br>",
6748
- "operationId": "54c84ce84920ff49fac183f7ab7480cb",
6748
+ "operationId": "getMarketAuctionHouseItem",
6749
6749
  "parameters": [
6750
6750
  {
6751
6751
  "name": "id",
@@ -6805,7 +6805,7 @@
6805
6805
  ],
6806
6806
  "summary": "Get auction house listings",
6807
6807
  "description": "Requires public access key. <br>",
6808
- "operationId": "635ca1ff9b7062b8d8e0bf00252479cd",
6808
+ "operationId": "getMarketAuctionHouse",
6809
6809
  "parameters": [
6810
6810
  {
6811
6811
  "$ref": "#/components/parameters/ApiLimit100Default20"
@@ -6856,7 +6856,7 @@
6856
6856
  ],
6857
6857
  "summary": "Get bazaar directory",
6858
6858
  "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": "422876deda064e2f3a2cc3c4bf6d73a9",
6859
+ "operationId": "getMarketBazaar",
6860
6860
  "parameters": [
6861
6861
  {
6862
6862
  "name": "cat",
@@ -6904,7 +6904,7 @@
6904
6904
  ],
6905
6905
  "summary": "Get item specialized bazaar directory",
6906
6906
  "description": "Requires public access key. <br>",
6907
- "operationId": "8254489388603bf1b21740e6f71bef06",
6907
+ "operationId": "getMarketBazaarItem",
6908
6908
  "parameters": [
6909
6909
  {
6910
6910
  "name": "id",
@@ -6952,7 +6952,7 @@
6952
6952
  ],
6953
6953
  "summary": "Get item market listings",
6954
6954
  "description": "Requires public access key. <br>",
6955
- "operationId": "f535a33bf405e7bd60918e536f827e5c",
6955
+ "operationId": "getMarketItemMarketItem",
6956
6956
  "parameters": [
6957
6957
  {
6958
6958
  "name": "id",
@@ -7015,7 +7015,7 @@
7015
7015
  ],
7016
7016
  "summary": "Get properties market listings",
7017
7017
  "description": "Requires public access key. <br>",
7018
- "operationId": "17e406574ff1eb686891c0fb0e15343a",
7018
+ "operationId": "getMarketProperties",
7019
7019
  "parameters": [
7020
7020
  {
7021
7021
  "name": "propertyTypeId",
@@ -7072,7 +7072,7 @@
7072
7072
  ],
7073
7073
  "summary": "Get properties rental listings",
7074
7074
  "description": "Requires public access key. <br>",
7075
- "operationId": "38cd1a2c47e266a703a13e0dd401f4a9",
7075
+ "operationId": "getMarketPropertiesRental",
7076
7076
  "parameters": [
7077
7077
  {
7078
7078
  "name": "propertyTypeId",
@@ -7129,7 +7129,7 @@
7129
7129
  ],
7130
7130
  "summary": "Get all available market selections",
7131
7131
  "description": "Requires public access key. <br>",
7132
- "operationId": "22a00095ad734485b6dacdc12c1f62ff",
7132
+ "operationId": "getMarketLookup",
7133
7133
  "parameters": [
7134
7134
  {
7135
7135
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7168,7 +7168,7 @@
7168
7168
  ],
7169
7169
  "summary": "Get current server time",
7170
7170
  "description": "Requires public access key. <br>",
7171
- "operationId": "ad0c908328835d9672d157fe84eac884",
7171
+ "operationId": "getMarketTimestamp",
7172
7172
  "parameters": [
7173
7173
  {
7174
7174
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7207,7 +7207,7 @@
7207
7207
  ],
7208
7208
  "summary": "Get any Market selection",
7209
7209
  "description": "Requires public access key. <br>Choose one or more selections (comma separated).",
7210
- "operationId": "8e78be3fa3d353f59f8654fcc1c2199c",
7210
+ "operationId": "getMarketGeneric",
7211
7211
  "parameters": [
7212
7212
  {
7213
7213
  "name": "selections",
@@ -7358,7 +7358,7 @@
7358
7358
  ],
7359
7359
  "summary": "Get cars and their racing stats",
7360
7360
  "description": "Requires public access key. <br>Returns the stat details about racing cars.",
7361
- "operationId": "ab5b44b00bf70d7a8587a3c2c9deeb17",
7361
+ "operationId": "getRacingCars",
7362
7362
  "parameters": [
7363
7363
  {
7364
7364
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7397,7 +7397,7 @@
7397
7397
  ],
7398
7398
  "summary": "Get all possible car upgrades",
7399
7399
  "description": "Requires public access key. <br>Returns the details about all possible car upgrades.",
7400
- "operationId": "c9e76cf48aa3c4bac4c8b33f1c0c9a17",
7400
+ "operationId": "getRacingCarUpgrades",
7401
7401
  "parameters": [
7402
7402
  {
7403
7403
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7436,7 +7436,7 @@
7436
7436
  ],
7437
7437
  "summary": "Get races",
7438
7438
  "description": "Requires public access key. <br>Returns a list of races, ordered by race start timestamp.",
7439
- "operationId": "4be921a67d32b5e82c68835ef56175d0",
7439
+ "operationId": "getRacingRaces",
7440
7440
  "parameters": [
7441
7441
  {
7442
7442
  "$ref": "#/components/parameters/ApiLimit100"
@@ -7496,7 +7496,7 @@
7496
7496
  ],
7497
7497
  "summary": "Get specific race details",
7498
7498
  "description": "Requires public access key. <br>Returns the details of a race.",
7499
- "operationId": "76925256951bb63fd28534c8c479b27b",
7499
+ "operationId": "getRacingRaceDetails",
7500
7500
  "parameters": [
7501
7501
  {
7502
7502
  "name": "raceId",
@@ -7544,7 +7544,7 @@
7544
7544
  ],
7545
7545
  "summary": "Get track records",
7546
7546
  "description": "Requires public access key. <br>Returns a list of 5 best lap records for the chosen track and car class.",
7547
- "operationId": "5fbc62db3b9380b155d7e33100620da7",
7547
+ "operationId": "getRacingTrackRecords",
7548
7548
  "parameters": [
7549
7549
  {
7550
7550
  "name": "trackId",
@@ -7601,7 +7601,7 @@
7601
7601
  ],
7602
7602
  "summary": "Get race tracks and descriptions",
7603
7603
  "description": "Requires public access key. <br>Returns the details about racing tracks.",
7604
- "operationId": "6e4507cc442d6f099d0170b78a35bf8d",
7604
+ "operationId": "getRacingTracks",
7605
7605
  "parameters": [
7606
7606
  {
7607
7607
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7640,7 +7640,7 @@
7640
7640
  ],
7641
7641
  "summary": "Get all available racing selections",
7642
7642
  "description": "Requires public access key. <br>",
7643
- "operationId": "8bd16be9aa517fedf717c9a79ff47e2c",
7643
+ "operationId": "getRacingLookup",
7644
7644
  "parameters": [
7645
7645
  {
7646
7646
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7679,7 +7679,7 @@
7679
7679
  ],
7680
7680
  "summary": "Get current server time",
7681
7681
  "description": "Requires public access key. <br>",
7682
- "operationId": "eb1ae216aa2949a8db0702df474d174c",
7682
+ "operationId": "getRacingTimestamp",
7683
7683
  "parameters": [
7684
7684
  {
7685
7685
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7718,7 +7718,7 @@
7718
7718
  ],
7719
7719
  "summary": "Get any Racing selection",
7720
7720
  "description": "Requires public access key. <br>Choose one or more selections (comma separated).",
7721
- "operationId": "39b8ce36e3fffc9e2aa1d0aed9ebccda",
7721
+ "operationId": "getRacingGeneric",
7722
7722
  "parameters": [
7723
7723
  {
7724
7724
  "name": "selections",
@@ -7843,7 +7843,7 @@
7843
7843
  ],
7844
7844
  "summary": "Get a specific property",
7845
7845
  "description": "Requires public access key. <br>",
7846
- "operationId": "87bd73ddaf3749bce7cbf5aa28e921e2",
7846
+ "operationId": "getProperty",
7847
7847
  "parameters": [
7848
7848
  {
7849
7849
  "name": "id",
@@ -7891,7 +7891,7 @@
7891
7891
  ],
7892
7892
  "summary": "Get all available property selections",
7893
7893
  "description": "Requires public access key. <br>",
7894
- "operationId": "87fe6e3a7ec186e108922fed781c8d6d",
7894
+ "operationId": "getPropertyLookup",
7895
7895
  "parameters": [
7896
7896
  {
7897
7897
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7930,7 +7930,7 @@
7930
7930
  ],
7931
7931
  "summary": "Get current server time",
7932
7932
  "description": "Requires public access key. <br>",
7933
- "operationId": "423c130a5cdf6bc801c42537c07fddec",
7933
+ "operationId": "getPropertyTimestamp",
7934
7934
  "parameters": [
7935
7935
  {
7936
7936
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -7969,7 +7969,7 @@
7969
7969
  ],
7970
7970
  "summary": "Get any property selection",
7971
7971
  "description": "Requires public access key. <br>Choose one or more selections (comma separated).",
7972
- "operationId": "2a45b6d9d77224d9a1e13d0b698f6c4b",
7972
+ "operationId": "getPropertyGeneric",
7973
7973
  "parameters": [
7974
7974
  {
7975
7975
  "name": "selections",
@@ -8041,7 +8041,7 @@
8041
8041
  ],
8042
8042
  "summary": "Get attack log details",
8043
8043
  "description": "Requires public key. <br>",
8044
- "operationId": "61c2d0bc6980cf8d730fe48eb81f417b",
8044
+ "operationId": "getTornAttackLog",
8045
8045
  "parameters": [
8046
8046
  {
8047
8047
  "name": "log",
@@ -8098,7 +8098,7 @@
8098
8098
  ],
8099
8099
  "summary": "Get bounties",
8100
8100
  "description": "Requires public key. <br>",
8101
- "operationId": "279e811630fa497fb2cae268c70992e2",
8101
+ "operationId": "getTornBounties",
8102
8102
  "parameters": [
8103
8103
  {
8104
8104
  "$ref": "#/components/parameters/ApiLimit100"
@@ -8143,7 +8143,7 @@
8143
8143
  ],
8144
8144
  "summary": "Get calendar information",
8145
8145
  "description": "Requires public access key. <br> Get the details about competitions & events in the running year.",
8146
- "operationId": "e95c96ef528248341647a5704630320e",
8146
+ "operationId": "getTornCalendar",
8147
8147
  "parameters": [
8148
8148
  {
8149
8149
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8182,7 +8182,7 @@
8182
8182
  ],
8183
8183
  "summary": "Get crimes information",
8184
8184
  "description": "Requires public access key. <br> Return the details about released crimes.",
8185
- "operationId": "b73ff4e5a9dd28905060da24ca76efde",
8185
+ "operationId": "getTornCrimes",
8186
8186
  "parameters": [
8187
8187
  {
8188
8188
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8221,7 +8221,7 @@
8221
8221
  ],
8222
8222
  "summary": "Get education information",
8223
8223
  "description": "Requires public access key.<br>",
8224
- "operationId": "992f8b71435ca78ba96f1e5298c25152",
8224
+ "operationId": "getTornEducation",
8225
8225
  "parameters": [
8226
8226
  {
8227
8227
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8260,7 +8260,7 @@
8260
8260
  ],
8261
8261
  "summary": "Get current standings for all elimination teams",
8262
8262
  "description": "Requires public key.",
8263
- "operationId": "a6ce3192de2a723c7eedef7951eeb258",
8263
+ "operationId": "getTornElimination",
8264
8264
  "parameters": [
8265
8265
  {
8266
8266
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8299,7 +8299,7 @@
8299
8299
  ],
8300
8300
  "summary": "Get players in a specific elimination team",
8301
8301
  "description": "Requires public key.",
8302
- "operationId": "ccc5b888a920b5c707d97c29b38d6e43",
8302
+ "operationId": "getTornEliminationTeam",
8303
8303
  "parameters": [
8304
8304
  {
8305
8305
  "name": "id",
@@ -8353,7 +8353,7 @@
8353
8353
  ],
8354
8354
  "summary": "Get faction hall of fame positions for a specific category",
8355
8355
  "description": "Requires public access key. <br> ",
8356
- "operationId": "2a67e4b84813ee97a398be48e544abf5",
8356
+ "operationId": "getTornFactionHoF",
8357
8357
  "parameters": [
8358
8358
  {
8359
8359
  "$ref": "#/components/parameters/ApiLimit100"
@@ -8407,7 +8407,7 @@
8407
8407
  ],
8408
8408
  "summary": "Get full faction tree",
8409
8409
  "description": "Requires public access key. <br> ",
8410
- "operationId": "f45431b364546bb20b0ca909e9ac686e",
8410
+ "operationId": "getTornFactionTree",
8411
8411
  "parameters": [
8412
8412
  {
8413
8413
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8446,7 +8446,7 @@
8446
8446
  ],
8447
8447
  "summary": "Get all honors",
8448
8448
  "description": "Requires public access key. <br>",
8449
- "operationId": "4b7322594732b4e263f2e612f648e6a4",
8449
+ "operationId": "getTornHonors",
8450
8450
  "parameters": [
8451
8451
  {
8452
8452
  "$ref": "#/components/parameters/ApiLimitDefault20"
@@ -8494,7 +8494,7 @@
8494
8494
  ],
8495
8495
  "summary": "Get specific honors",
8496
8496
  "description": "Requires public access key. <br>",
8497
- "operationId": "bdbbefa4dc1cd7f146f500816ccbec1a",
8497
+ "operationId": "getTornHonorsSpecific",
8498
8498
  "parameters": [
8499
8499
  {
8500
8500
  "name": "ids",
@@ -8547,7 +8547,7 @@
8547
8547
  ],
8548
8548
  "summary": "Get player hall of fame positions for a specific category",
8549
8549
  "description": "Requires public key.",
8550
- "operationId": "911d56b49218cef2102be3de73f82f01",
8550
+ "operationId": "getTornHoF",
8551
8551
  "parameters": [
8552
8552
  {
8553
8553
  "$ref": "#/components/parameters/ApiLimit100"
@@ -8601,7 +8601,7 @@
8601
8601
  ],
8602
8602
  "summary": "Get information about ammo",
8603
8603
  "description": "Requires public key.",
8604
- "operationId": "2e799e84fcfa9b722f856e859df909f8",
8604
+ "operationId": "getTornItemAmmo",
8605
8605
  "parameters": [
8606
8606
  {
8607
8607
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8640,7 +8640,7 @@
8640
8640
  ],
8641
8641
  "summary": "Get information about a specific item",
8642
8642
  "description": "Requires public key.",
8643
- "operationId": "bb6524988f52a1e75729c05a825b91c8",
8643
+ "operationId": "getTornItemDetails",
8644
8644
  "parameters": [
8645
8645
  {
8646
8646
  "name": "id",
@@ -8688,7 +8688,7 @@
8688
8688
  ],
8689
8689
  "summary": "Get information about weapon upgrades",
8690
8690
  "description": "Requires public key.",
8691
- "operationId": "80ad6ebd50b6c075427c04d2f54d7af5",
8691
+ "operationId": "getTornItemMods",
8692
8692
  "parameters": [
8693
8693
  {
8694
8694
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8727,7 +8727,7 @@
8727
8727
  ],
8728
8728
  "summary": "Get information about items",
8729
8729
  "description": "Requires public key.<br>Default category is 'All'.<br>Details are not populated when requesting the category 'All'.",
8730
- "operationId": "0f4c4c07e1dfacbda689b2a0d62ccda4",
8730
+ "operationId": "getTornItems",
8731
8731
  "parameters": [
8732
8732
  {
8733
8733
  "name": "cat",
@@ -8778,7 +8778,7 @@
8778
8778
  ],
8779
8779
  "summary": "Get information about items",
8780
8780
  "description": "Requires public key.<br>Details are always populated when available.",
8781
- "operationId": "a4fedadcac3aada40131288e4e3d6c2d",
8781
+ "operationId": "getTornItemsSpecific",
8782
8782
  "parameters": [
8783
8783
  {
8784
8784
  "name": "ids",
@@ -8834,7 +8834,7 @@
8834
8834
  ],
8835
8835
  "summary": "Get available log categories",
8836
8836
  "description": "Requires public key. <br>",
8837
- "operationId": "2f68d7e04d218e26005be3eeca6de583",
8837
+ "operationId": "getTornLogCategories",
8838
8838
  "parameters": [
8839
8839
  {
8840
8840
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8873,7 +8873,7 @@
8873
8873
  ],
8874
8874
  "summary": "Get all available log ids",
8875
8875
  "description": "Requires public key. <br>",
8876
- "operationId": "d4cb87bc2502a517c49525b910a6dd82",
8876
+ "operationId": "getTornLogTypes",
8877
8877
  "parameters": [
8878
8878
  {
8879
8879
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8912,7 +8912,7 @@
8912
8912
  ],
8913
8913
  "summary": "Get available log ids for a specific log category",
8914
8914
  "description": "Requires public key. <br>",
8915
- "operationId": "7be904fbcb98a7bb724f0c5b02a37a25",
8915
+ "operationId": "getTornLogTypesSpecific",
8916
8916
  "parameters": [
8917
8917
  {
8918
8918
  "name": "logCategoryId",
@@ -8960,7 +8960,7 @@
8960
8960
  ],
8961
8961
  "summary": "Get all medals",
8962
8962
  "description": "Requires public access key. <br>",
8963
- "operationId": "c6e00a242c309a53a98852b225de5e0b",
8963
+ "operationId": "getTornMedals",
8964
8964
  "parameters": [
8965
8965
  {
8966
8966
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -8999,7 +8999,7 @@
8999
8999
  ],
9000
9000
  "summary": "Get specific medals",
9001
9001
  "description": "Requires public access key. <br>",
9002
- "operationId": "a2f817c8fb95707aa71a7b28bed08a56",
9002
+ "operationId": "getTornMedalsSpecific",
9003
9003
  "parameters": [
9004
9004
  {
9005
9005
  "name": "ids",
@@ -9052,7 +9052,7 @@
9052
9052
  ],
9053
9053
  "summary": "Get all merits",
9054
9054
  "description": "Requires public access key. <br>",
9055
- "operationId": "06198712e3cfdee6b3d5ea11fb6754ef",
9055
+ "operationId": "getTornMerits",
9056
9056
  "parameters": [
9057
9057
  {
9058
9058
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -9091,7 +9091,7 @@
9091
9091
  ],
9092
9092
  "summary": "Get organized crimes information",
9093
9093
  "description": "Requires public access key. <br> Return the details about released faction organized crimes.",
9094
- "operationId": "b64b8cf22cd9e9c8916bc01439f6b069",
9094
+ "operationId": "getTornOrganizedCrimes",
9095
9095
  "parameters": [
9096
9096
  {
9097
9097
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -9130,7 +9130,7 @@
9130
9130
  ],
9131
9131
  "summary": "Get properties details",
9132
9132
  "description": "Requires public access key. <br>",
9133
- "operationId": "c44f572f4672071280a28e6f8217c3b6",
9133
+ "operationId": "getTornProperties",
9134
9134
  "parameters": [
9135
9135
  {
9136
9136
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -9169,7 +9169,7 @@
9169
9169
  ],
9170
9170
  "summary": "Get Subcrimes information",
9171
9171
  "description": "Requires public access key. <br> Return the details about possible actions for a specific crime.",
9172
- "operationId": "ad45b0f57a1109977f605581fc294bda",
9172
+ "operationId": "getTornSubcrimes",
9173
9173
  "parameters": [
9174
9174
  {
9175
9175
  "name": "crimeId",
@@ -9217,7 +9217,7 @@
9217
9217
  ],
9218
9218
  "summary": "Get territory details",
9219
9219
  "description": "Requires public access key. <br>",
9220
- "operationId": "37f1828422f3080da21f9eb4aa576686",
9220
+ "operationId": "getTornTerritory",
9221
9221
  "parameters": [
9222
9222
  {
9223
9223
  "name": "ids",
@@ -9276,7 +9276,7 @@
9276
9276
  ],
9277
9277
  "summary": "Get all available torn selections",
9278
9278
  "description": "Requires public key. <br>",
9279
- "operationId": "2baae03f953cd57fd5303dd1d04efae0",
9279
+ "operationId": "getTornLookup",
9280
9280
  "parameters": [
9281
9281
  {
9282
9282
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -9315,7 +9315,7 @@
9315
9315
  ],
9316
9316
  "summary": "Get current server time",
9317
9317
  "description": "Requires public key. <br>",
9318
- "operationId": "6f8cffcdae9fe97110b8d46c3991f109",
9318
+ "operationId": "getTornTimestamp",
9319
9319
  "parameters": [
9320
9320
  {
9321
9321
  "$ref": "#/components/parameters/ApiTimestamp"
@@ -9354,7 +9354,7 @@
9354
9354
  ],
9355
9355
  "summary": "Get any Torn selection",
9356
9356
  "description": "Requires public access key. <br> Choose one or more selections (comma separated).",
9357
- "operationId": "1846c4cf1e6878553e36571dc9cac29f",
9357
+ "operationId": "getTornGeneric",
9358
9358
  "parameters": [
9359
9359
  {
9360
9360
  "name": "selections",