qeztorncodegen 2.0.0

* The development of Torn's API v2 is still ongoing. * If selections remain unaltered, they will default to the API v1 version. * Unlike API v1, API v2 accepts both selections and IDs as path and query parameters. * 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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# Rust API client for openapi


 * The development of Torn's API v2 is still ongoing.
 * If selections remain unaltered, they will default to the API v1 version.
 * Unlike API v1, API v2 accepts both selections and IDs as path and query parameters.
 * 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.


## Overview

This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.  By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.

- API version: 2.0
- Package version: 2.0
- Generator version: 7.10.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

## Installation

Put the package under your project folder in a directory named `openapi` and add the following to `Cargo.toml` under `[dependencies]`:

```
openapi = { path = "./openapi" }
```

## Documentation for API Endpoints

All URIs are relative to *https://api.torn.com/v2*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AttackingApi* | [**faction_attacks_get**]docs/AttackingApi.md#faction_attacks_get | **GET** /faction/attacks | Get your faction's detailed attacks
*AttackingApi* | [**faction_attacksfull_get**]docs/AttackingApi.md#faction_attacksfull_get | **GET** /faction/attacksfull | Get your faction's attacks
*BountiesApi* | [**torn_bounties_get**]docs/BountiesApi.md#torn_bounties_get | **GET** /torn/bounties | Get bounties
*BountiesApi* | [**user_bounties_get**]docs/BountiesApi.md#user_bounties_get | **GET** /user/bounties | Get bounties placed on you
*BountiesApi* | [**user_id_bounties_get**]docs/BountiesApi.md#user_id_bounties_get | **GET** /user/{id}/bounties | Get bounties placed on a specific user
*Crimes20Api* | [**torn_crime_id_subcrimes_get**]docs/Crimes20Api.md#torn_crime_id_subcrimes_get | **GET** /torn/{crimeId}/subcrimes | Get Subcrimes information
*Crimes20Api* | [**torn_crimes_get**]docs/Crimes20Api.md#torn_crimes_get | **GET** /torn/crimes | Get crimes information
*Crimes20Api* | [**user_crime_id_crimes_get**]docs/Crimes20Api.md#user_crime_id_crimes_get | **GET** /user/{crimeId}/crimes | Get your crime statistics
*FactionApi* | [**faction_applications_get**]docs/FactionApi.md#faction_applications_get | **GET** /faction/applications | Get your faction's applications
*FactionApi* | [**faction_attacks_get**]docs/FactionApi.md#faction_attacks_get | **GET** /faction/attacks | Get your faction's detailed attacks
*FactionApi* | [**faction_attacksfull_get**]docs/FactionApi.md#faction_attacksfull_get | **GET** /faction/attacksfull | Get your faction's attacks
*FactionApi* | [**faction_basic_get**]docs/FactionApi.md#faction_basic_get | **GET** /faction/basic | Get your faction's basic details
*FactionApi* | [**faction_chain_get**]docs/FactionApi.md#faction_chain_get | **GET** /faction/chain | Get your faction's current chain
*FactionApi* | [**faction_chain_id_chainreport_get**]docs/FactionApi.md#faction_chain_id_chainreport_get | **GET** /faction/{chainId}/chainreport | Get a chain report
*FactionApi* | [**faction_chainreport_get**]docs/FactionApi.md#faction_chainreport_get | **GET** /faction/chainreport | Get your faction's latest chain report
*FactionApi* | [**faction_chains_get**]docs/FactionApi.md#faction_chains_get | **GET** /faction/chains | Get a list of your faction's completed chains
*FactionApi* | [**faction_crimes_get**]docs/FactionApi.md#faction_crimes_get | **GET** /faction/crimes | Get your faction's organized crimes
*FactionApi* | [**faction_get**]docs/FactionApi.md#faction_get | **GET** /faction | Get any Faction selection
*FactionApi* | [**faction_hof_get**]docs/FactionApi.md#faction_hof_get | **GET** /faction/hof | Get your faction's hall of fame rankings.
*FactionApi* | [**faction_id_basic_get**]docs/FactionApi.md#faction_id_basic_get | **GET** /faction/{id}/basic | Get a faction's basic details
*FactionApi* | [**faction_id_chain_get**]docs/FactionApi.md#faction_id_chain_get | **GET** /faction/{id}/chain | Get a faction's current chain
*FactionApi* | [**faction_id_chains_get**]docs/FactionApi.md#faction_id_chains_get | **GET** /faction/{id}/chains | Get a list of a faction's completed chains
*FactionApi* | [**faction_id_hof_get**]docs/FactionApi.md#faction_id_hof_get | **GET** /faction/{id}/hof | Get a faction's hall of fame rankings.
*FactionApi* | [**faction_id_members_get**]docs/FactionApi.md#faction_id_members_get | **GET** /faction/{id}/members | Get a list of a faction's members
*FactionApi* | [**faction_id_wars_get**]docs/FactionApi.md#faction_id_wars_get | **GET** /faction/{id}/wars | Get a faction's wars & pacts details
*FactionApi* | [**faction_lookup_get**]docs/FactionApi.md#faction_lookup_get | **GET** /faction/lookup | Get all available faction selections
*FactionApi* | [**faction_members_get**]docs/FactionApi.md#faction_members_get | **GET** /faction/members | Get a list of your faction's members
*FactionApi* | [**faction_news_get**]docs/FactionApi.md#faction_news_get | **GET** /faction/news | Get your faction's news details
*FactionApi* | [**faction_timestamp_get**]docs/FactionApi.md#faction_timestamp_get | **GET** /faction/timestamp | Get current server time
*FactionApi* | [**faction_wars_get**]docs/FactionApi.md#faction_wars_get | **GET** /faction/wars | Get your faction's wars & pacts details
*ForumApi* | [**forum_categories_get**]docs/ForumApi.md#forum_categories_get | **GET** /forum/categories | Get publicly available forum categories
*ForumApi* | [**forum_category_ids_threads_get**]docs/ForumApi.md#forum_category_ids_threads_get | **GET** /forum/{categoryIds}/threads | Get threads for specific public forum category or categories
*ForumApi* | [**forum_get**]docs/ForumApi.md#forum_get | **GET** /forum | Get any Forum selection
*ForumApi* | [**forum_lookup_get**]docs/ForumApi.md#forum_lookup_get | **GET** /forum/lookup | Get all available forum selections
*ForumApi* | [**forum_thread_id_posts_get**]docs/ForumApi.md#forum_thread_id_posts_get | **GET** /forum/{threadId}/posts | Get specific forum thread posts
*ForumApi* | [**forum_thread_id_thread_get**]docs/ForumApi.md#forum_thread_id_thread_get | **GET** /forum/{threadId}/thread | Get specific thread details
*ForumApi* | [**forum_threads_get**]docs/ForumApi.md#forum_threads_get | **GET** /forum/threads | Get threads across all forum categories
*ForumApi* | [**forum_timestamp_get**]docs/ForumApi.md#forum_timestamp_get | **GET** /forum/timestamp | Get current server time
*ForumApi* | [**user_forumfeed_get**]docs/ForumApi.md#user_forumfeed_get | **GET** /user/forumfeed | Get updates on your threads and posts
*ForumApi* | [**user_forumfriends_get**]docs/ForumApi.md#user_forumfriends_get | **GET** /user/forumfriends | Get updates on your friends' activity
*ForumApi* | [**user_forumposts_get**]docs/ForumApi.md#user_forumposts_get | **GET** /user/forumposts | Get your posts
*ForumApi* | [**user_forumsubscribedthreads_get**]docs/ForumApi.md#user_forumsubscribedthreads_get | **GET** /user/forumsubscribedthreads | Get updates on threads you subscribed to
*ForumApi* | [**user_forumthreads_get**]docs/ForumApi.md#user_forumthreads_get | **GET** /user/forumthreads | Get your threads
*ForumApi* | [**user_id_forumposts_get**]docs/ForumApi.md#user_id_forumposts_get | **GET** /user/{id}/forumposts | Get posts for a specific player
*ForumApi* | [**user_id_forumthreads_get**]docs/ForumApi.md#user_id_forumthreads_get | **GET** /user/{id}/forumthreads | Get threads for a specific player
*HallOfFameApi* | [**faction_hof_get**]docs/HallOfFameApi.md#faction_hof_get | **GET** /faction/hof | Get your faction's hall of fame rankings.
*HallOfFameApi* | [**faction_id_hof_get**]docs/HallOfFameApi.md#faction_id_hof_get | **GET** /faction/{id}/hof | Get a faction's hall of fame rankings.
*HallOfFameApi* | [**torn_factionhof_get**]docs/HallOfFameApi.md#torn_factionhof_get | **GET** /torn/factionhof | Get faction hall of fame positions for a specific category
*HallOfFameApi* | [**torn_hof_get**]docs/HallOfFameApi.md#torn_hof_get | **GET** /torn/hof | Get player hall of fame positions for a specific category
*HallOfFameApi* | [**user_hof_get**]docs/HallOfFameApi.md#user_hof_get | **GET** /user/hof | Get your hall of fame rankings
*HallOfFameApi* | [**user_id_hof_get**]docs/HallOfFameApi.md#user_id_hof_get | **GET** /user/{id}/hof | Get hall of fame rankings for a specific player
*ItemMarketApi* | [**market_id_itemmarket_get**]docs/ItemMarketApi.md#market_id_itemmarket_get | **GET** /market/{id}/itemmarket | Get item market listings
*ItemMarketApi* | [**user_itemmarket_get**]docs/ItemMarketApi.md#user_itemmarket_get | **GET** /user/itemmarket | Get your item market listings for a specific item
*LogsApi* | [**torn_log_category_id_logtypes_get**]docs/LogsApi.md#torn_log_category_id_logtypes_get | **GET** /torn/{logCategoryId}/logtypes | Get available log ids for a specific log category
*LogsApi* | [**torn_logcategories_get**]docs/LogsApi.md#torn_logcategories_get | **GET** /torn/logcategories | Get available log categories
*LogsApi* | [**torn_logtypes_get**]docs/LogsApi.md#torn_logtypes_get | **GET** /torn/logtypes | Get all available log ids
*LookupApi* | [**faction_lookup_get**]docs/LookupApi.md#faction_lookup_get | **GET** /faction/lookup | Get all available faction selections
*LookupApi* | [**forum_lookup_get**]docs/LookupApi.md#forum_lookup_get | **GET** /forum/lookup | Get all available forum selections
*LookupApi* | [**market_lookup_get**]docs/LookupApi.md#market_lookup_get | **GET** /market/lookup | Get all available market selections
*LookupApi* | [**racing_lookup_get**]docs/LookupApi.md#racing_lookup_get | **GET** /racing/lookup | Get all available racing selections
*LookupApi* | [**torn_lookup_get**]docs/LookupApi.md#torn_lookup_get | **GET** /torn/lookup | Get all available torn selections
*LookupApi* | [**user_lookup_get**]docs/LookupApi.md#user_lookup_get | **GET** /user/lookup | Get all available user selections
*MarketApi* | [**market_get**]docs/MarketApi.md#market_get | **GET** /market | Get any Market selection
*MarketApi* | [**market_id_itemmarket_get**]docs/MarketApi.md#market_id_itemmarket_get | **GET** /market/{id}/itemmarket | Get item market listings
*MarketApi* | [**market_lookup_get**]docs/MarketApi.md#market_lookup_get | **GET** /market/lookup | Get all available market selections
*MarketApi* | [**market_timestamp_get**]docs/MarketApi.md#market_timestamp_get | **GET** /market/timestamp | Get current server time
*RacingApi* | [**racing_cars_get**]docs/RacingApi.md#racing_cars_get | **GET** /racing/cars | Get cars and their racing stats
*RacingApi* | [**racing_carupgrades_get**]docs/RacingApi.md#racing_carupgrades_get | **GET** /racing/carupgrades | Get all possible car upgrades
*RacingApi* | [**racing_get**]docs/RacingApi.md#racing_get | **GET** /racing | Get any Racing selection
*RacingApi* | [**racing_lookup_get**]docs/RacingApi.md#racing_lookup_get | **GET** /racing/lookup | Get all available racing selections
*RacingApi* | [**racing_race_id_race_get**]docs/RacingApi.md#racing_race_id_race_get | **GET** /racing/{raceId}/race | Get specific race details
*RacingApi* | [**racing_races_get**]docs/RacingApi.md#racing_races_get | **GET** /racing/races | Get races
*RacingApi* | [**racing_timestamp_get**]docs/RacingApi.md#racing_timestamp_get | **GET** /racing/timestamp | Get current server time
*RacingApi* | [**racing_track_id_records_get**]docs/RacingApi.md#racing_track_id_records_get | **GET** /racing/{trackId}/records | Get track records
*RacingApi* | [**racing_tracks_get**]docs/RacingApi.md#racing_tracks_get | **GET** /racing/tracks | Get race tracks and descriptions
*RacingApi* | [**user_enlistedcars_get**]docs/RacingApi.md#user_enlistedcars_get | **GET** /user/enlistedcars | Get user enlisted cars
*RacingApi* | [**user_races_get**]docs/RacingApi.md#user_races_get | **GET** /user/races | Get user races
*StableApi* | [**faction_applications_get**]docs/StableApi.md#faction_applications_get | **GET** /faction/applications | Get your faction's applications
*StableApi* | [**faction_attacks_get**]docs/StableApi.md#faction_attacks_get | **GET** /faction/attacks | Get your faction's detailed attacks
*StableApi* | [**faction_attacksfull_get**]docs/StableApi.md#faction_attacksfull_get | **GET** /faction/attacksfull | Get your faction's attacks
*StableApi* | [**faction_basic_get**]docs/StableApi.md#faction_basic_get | **GET** /faction/basic | Get your faction's basic details
*StableApi* | [**faction_get**]docs/StableApi.md#faction_get | **GET** /faction | Get any Faction selection
*StableApi* | [**faction_hof_get**]docs/StableApi.md#faction_hof_get | **GET** /faction/hof | Get your faction's hall of fame rankings.
*StableApi* | [**faction_id_basic_get**]docs/StableApi.md#faction_id_basic_get | **GET** /faction/{id}/basic | Get a faction's basic details
*StableApi* | [**faction_id_hof_get**]docs/StableApi.md#faction_id_hof_get | **GET** /faction/{id}/hof | Get a faction's hall of fame rankings.
*StableApi* | [**faction_id_members_get**]docs/StableApi.md#faction_id_members_get | **GET** /faction/{id}/members | Get a list of a faction's members
*StableApi* | [**faction_id_wars_get**]docs/StableApi.md#faction_id_wars_get | **GET** /faction/{id}/wars | Get a faction's wars & pacts details
*StableApi* | [**faction_lookup_get**]docs/StableApi.md#faction_lookup_get | **GET** /faction/lookup | Get all available faction selections
*StableApi* | [**faction_members_get**]docs/StableApi.md#faction_members_get | **GET** /faction/members | Get a list of your faction's members
*StableApi* | [**faction_news_get**]docs/StableApi.md#faction_news_get | **GET** /faction/news | Get your faction's news details
*StableApi* | [**faction_timestamp_get**]docs/StableApi.md#faction_timestamp_get | **GET** /faction/timestamp | Get current server time
*StableApi* | [**faction_wars_get**]docs/StableApi.md#faction_wars_get | **GET** /faction/wars | Get your faction's wars & pacts details
*StableApi* | [**forum_categories_get**]docs/StableApi.md#forum_categories_get | **GET** /forum/categories | Get publicly available forum categories
*StableApi* | [**forum_category_ids_threads_get**]docs/StableApi.md#forum_category_ids_threads_get | **GET** /forum/{categoryIds}/threads | Get threads for specific public forum category or categories
*StableApi* | [**forum_get**]docs/StableApi.md#forum_get | **GET** /forum | Get any Forum selection
*StableApi* | [**forum_lookup_get**]docs/StableApi.md#forum_lookup_get | **GET** /forum/lookup | Get all available forum selections
*StableApi* | [**forum_thread_id_posts_get**]docs/StableApi.md#forum_thread_id_posts_get | **GET** /forum/{threadId}/posts | Get specific forum thread posts
*StableApi* | [**forum_thread_id_thread_get**]docs/StableApi.md#forum_thread_id_thread_get | **GET** /forum/{threadId}/thread | Get specific thread details
*StableApi* | [**forum_threads_get**]docs/StableApi.md#forum_threads_get | **GET** /forum/threads | Get threads across all forum categories
*StableApi* | [**forum_timestamp_get**]docs/StableApi.md#forum_timestamp_get | **GET** /forum/timestamp | Get current server time
*StableApi* | [**market_get**]docs/StableApi.md#market_get | **GET** /market | Get any Market selection
*StableApi* | [**market_lookup_get**]docs/StableApi.md#market_lookup_get | **GET** /market/lookup | Get all available market selections
*StableApi* | [**market_timestamp_get**]docs/StableApi.md#market_timestamp_get | **GET** /market/timestamp | Get current server time
*StableApi* | [**racing_cars_get**]docs/StableApi.md#racing_cars_get | **GET** /racing/cars | Get cars and their racing stats
*StableApi* | [**racing_carupgrades_get**]docs/StableApi.md#racing_carupgrades_get | **GET** /racing/carupgrades | Get all possible car upgrades
*StableApi* | [**racing_get**]docs/StableApi.md#racing_get | **GET** /racing | Get any Racing selection
*StableApi* | [**racing_lookup_get**]docs/StableApi.md#racing_lookup_get | **GET** /racing/lookup | Get all available racing selections
*StableApi* | [**racing_race_id_race_get**]docs/StableApi.md#racing_race_id_race_get | **GET** /racing/{raceId}/race | Get specific race details
*StableApi* | [**racing_races_get**]docs/StableApi.md#racing_races_get | **GET** /racing/races | Get races
*StableApi* | [**racing_timestamp_get**]docs/StableApi.md#racing_timestamp_get | **GET** /racing/timestamp | Get current server time
*StableApi* | [**racing_track_id_records_get**]docs/StableApi.md#racing_track_id_records_get | **GET** /racing/{trackId}/records | Get track records
*StableApi* | [**racing_tracks_get**]docs/StableApi.md#racing_tracks_get | **GET** /racing/tracks | Get race tracks and descriptions
*StableApi* | [**torn_bounties_get**]docs/StableApi.md#torn_bounties_get | **GET** /torn/bounties | Get bounties
*StableApi* | [**torn_calendar_get**]docs/StableApi.md#torn_calendar_get | **GET** /torn/calendar | Get calendar information
*StableApi* | [**torn_crime_id_subcrimes_get**]docs/StableApi.md#torn_crime_id_subcrimes_get | **GET** /torn/{crimeId}/subcrimes | Get Subcrimes information
*StableApi* | [**torn_crimes_get**]docs/StableApi.md#torn_crimes_get | **GET** /torn/crimes | Get crimes information
*StableApi* | [**torn_factionhof_get**]docs/StableApi.md#torn_factionhof_get | **GET** /torn/factionhof | Get faction hall of fame positions for a specific category
*StableApi* | [**torn_get**]docs/StableApi.md#torn_get | **GET** /torn | Get any Torn selection
*StableApi* | [**torn_hof_get**]docs/StableApi.md#torn_hof_get | **GET** /torn/hof | Get player hall of fame positions for a specific category
*StableApi* | [**torn_log_category_id_logtypes_get**]docs/StableApi.md#torn_log_category_id_logtypes_get | **GET** /torn/{logCategoryId}/logtypes | Get available log ids for a specific log category
*StableApi* | [**torn_logcategories_get**]docs/StableApi.md#torn_logcategories_get | **GET** /torn/logcategories | Get available log categories
*StableApi* | [**torn_logtypes_get**]docs/StableApi.md#torn_logtypes_get | **GET** /torn/logtypes | Get all available log ids
*StableApi* | [**torn_lookup_get**]docs/StableApi.md#torn_lookup_get | **GET** /torn/lookup | Get all available torn selections
*StableApi* | [**torn_timestamp_get**]docs/StableApi.md#torn_timestamp_get | **GET** /torn/timestamp | Get current server time
*StableApi* | [**user_bounties_get**]docs/StableApi.md#user_bounties_get | **GET** /user/bounties | Get bounties placed on you
*StableApi* | [**user_calendar_get**]docs/StableApi.md#user_calendar_get | **GET** /user/calendar | Get your competition's event start time
*StableApi* | [**user_crime_id_crimes_get**]docs/StableApi.md#user_crime_id_crimes_get | **GET** /user/{crimeId}/crimes | Get your crime statistics
*StableApi* | [**user_enlistedcars_get**]docs/StableApi.md#user_enlistedcars_get | **GET** /user/enlistedcars | Get user enlisted cars
*StableApi* | [**user_forumfeed_get**]docs/StableApi.md#user_forumfeed_get | **GET** /user/forumfeed | Get updates on your threads and posts
*StableApi* | [**user_forumfriends_get**]docs/StableApi.md#user_forumfriends_get | **GET** /user/forumfriends | Get updates on your friends' activity
*StableApi* | [**user_forumposts_get**]docs/StableApi.md#user_forumposts_get | **GET** /user/forumposts | Get your posts
*StableApi* | [**user_forumsubscribedthreads_get**]docs/StableApi.md#user_forumsubscribedthreads_get | **GET** /user/forumsubscribedthreads | Get updates on threads you subscribed to
*StableApi* | [**user_forumthreads_get**]docs/StableApi.md#user_forumthreads_get | **GET** /user/forumthreads | Get your threads
*StableApi* | [**user_get**]docs/StableApi.md#user_get | **GET** /user | Get any User selection
*StableApi* | [**user_hof_get**]docs/StableApi.md#user_hof_get | **GET** /user/hof | Get your hall of fame rankings
*StableApi* | [**user_id_bounties_get**]docs/StableApi.md#user_id_bounties_get | **GET** /user/{id}/bounties | Get bounties placed on a specific user
*StableApi* | [**user_id_forumposts_get**]docs/StableApi.md#user_id_forumposts_get | **GET** /user/{id}/forumposts | Get posts for a specific player
*StableApi* | [**user_id_forumthreads_get**]docs/StableApi.md#user_id_forumthreads_get | **GET** /user/{id}/forumthreads | Get threads for a specific player
*StableApi* | [**user_id_hof_get**]docs/StableApi.md#user_id_hof_get | **GET** /user/{id}/hof | Get hall of fame rankings for a specific player
*StableApi* | [**user_jobranks_get**]docs/StableApi.md#user_jobranks_get | **GET** /user/jobranks | Get your starter job positions
*StableApi* | [**user_lookup_get**]docs/StableApi.md#user_lookup_get | **GET** /user/lookup | Get all available user selections
*StableApi* | [**user_races_get**]docs/StableApi.md#user_races_get | **GET** /user/races | Get user races
*StableApi* | [**user_timestamp_get**]docs/StableApi.md#user_timestamp_get | **GET** /user/timestamp | Get current server time
*TornApi* | [**torn_bounties_get**]docs/TornApi.md#torn_bounties_get | **GET** /torn/bounties | Get bounties
*TornApi* | [**torn_calendar_get**]docs/TornApi.md#torn_calendar_get | **GET** /torn/calendar | Get calendar information
*TornApi* | [**torn_crime_id_subcrimes_get**]docs/TornApi.md#torn_crime_id_subcrimes_get | **GET** /torn/{crimeId}/subcrimes | Get Subcrimes information
*TornApi* | [**torn_crimes_get**]docs/TornApi.md#torn_crimes_get | **GET** /torn/crimes | Get crimes information
*TornApi* | [**torn_factionhof_get**]docs/TornApi.md#torn_factionhof_get | **GET** /torn/factionhof | Get faction hall of fame positions for a specific category
*TornApi* | [**torn_get**]docs/TornApi.md#torn_get | **GET** /torn | Get any Torn selection
*TornApi* | [**torn_hof_get**]docs/TornApi.md#torn_hof_get | **GET** /torn/hof | Get player hall of fame positions for a specific category
*TornApi* | [**torn_log_category_id_logtypes_get**]docs/TornApi.md#torn_log_category_id_logtypes_get | **GET** /torn/{logCategoryId}/logtypes | Get available log ids for a specific log category
*TornApi* | [**torn_logcategories_get**]docs/TornApi.md#torn_logcategories_get | **GET** /torn/logcategories | Get available log categories
*TornApi* | [**torn_logtypes_get**]docs/TornApi.md#torn_logtypes_get | **GET** /torn/logtypes | Get all available log ids
*TornApi* | [**torn_lookup_get**]docs/TornApi.md#torn_lookup_get | **GET** /torn/lookup | Get all available torn selections
*TornApi* | [**torn_timestamp_get**]docs/TornApi.md#torn_timestamp_get | **GET** /torn/timestamp | Get current server time
*UnstableApi* | [**faction_chain_get**]docs/UnstableApi.md#faction_chain_get | **GET** /faction/chain | Get your faction's current chain
*UnstableApi* | [**faction_chain_id_chainreport_get**]docs/UnstableApi.md#faction_chain_id_chainreport_get | **GET** /faction/{chainId}/chainreport | Get a chain report
*UnstableApi* | [**faction_chainreport_get**]docs/UnstableApi.md#faction_chainreport_get | **GET** /faction/chainreport | Get your faction's latest chain report
*UnstableApi* | [**faction_chains_get**]docs/UnstableApi.md#faction_chains_get | **GET** /faction/chains | Get a list of your faction's completed chains
*UnstableApi* | [**faction_crimes_get**]docs/UnstableApi.md#faction_crimes_get | **GET** /faction/crimes | Get your faction's organized crimes
*UnstableApi* | [**faction_id_chain_get**]docs/UnstableApi.md#faction_id_chain_get | **GET** /faction/{id}/chain | Get a faction's current chain
*UnstableApi* | [**faction_id_chains_get**]docs/UnstableApi.md#faction_id_chains_get | **GET** /faction/{id}/chains | Get a list of a faction's completed chains
*UnstableApi* | [**market_id_itemmarket_get**]docs/UnstableApi.md#market_id_itemmarket_get | **GET** /market/{id}/itemmarket | Get item market listings
*UnstableApi* | [**user_id_personalstats_get**]docs/UnstableApi.md#user_id_personalstats_get | **GET** /user/{id}/personalstats | Get a player's personal stats
*UnstableApi* | [**user_itemmarket_get**]docs/UnstableApi.md#user_itemmarket_get | **GET** /user/itemmarket | Get your item market listings for a specific item
*UnstableApi* | [**user_personalstats_get**]docs/UnstableApi.md#user_personalstats_get | **GET** /user/personalstats | Get your personal stats
*UserApi* | [**user_bounties_get**]docs/UserApi.md#user_bounties_get | **GET** /user/bounties | Get bounties placed on you
*UserApi* | [**user_calendar_get**]docs/UserApi.md#user_calendar_get | **GET** /user/calendar | Get your competition's event start time
*UserApi* | [**user_crime_id_crimes_get**]docs/UserApi.md#user_crime_id_crimes_get | **GET** /user/{crimeId}/crimes | Get your crime statistics
*UserApi* | [**user_enlistedcars_get**]docs/UserApi.md#user_enlistedcars_get | **GET** /user/enlistedcars | Get user enlisted cars
*UserApi* | [**user_forumfeed_get**]docs/UserApi.md#user_forumfeed_get | **GET** /user/forumfeed | Get updates on your threads and posts
*UserApi* | [**user_forumfriends_get**]docs/UserApi.md#user_forumfriends_get | **GET** /user/forumfriends | Get updates on your friends' activity
*UserApi* | [**user_forumposts_get**]docs/UserApi.md#user_forumposts_get | **GET** /user/forumposts | Get your posts
*UserApi* | [**user_forumsubscribedthreads_get**]docs/UserApi.md#user_forumsubscribedthreads_get | **GET** /user/forumsubscribedthreads | Get updates on threads you subscribed to
*UserApi* | [**user_forumthreads_get**]docs/UserApi.md#user_forumthreads_get | **GET** /user/forumthreads | Get your threads
*UserApi* | [**user_get**]docs/UserApi.md#user_get | **GET** /user | Get any User selection
*UserApi* | [**user_hof_get**]docs/UserApi.md#user_hof_get | **GET** /user/hof | Get your hall of fame rankings
*UserApi* | [**user_id_bounties_get**]docs/UserApi.md#user_id_bounties_get | **GET** /user/{id}/bounties | Get bounties placed on a specific user
*UserApi* | [**user_id_forumposts_get**]docs/UserApi.md#user_id_forumposts_get | **GET** /user/{id}/forumposts | Get posts for a specific player
*UserApi* | [**user_id_forumthreads_get**]docs/UserApi.md#user_id_forumthreads_get | **GET** /user/{id}/forumthreads | Get threads for a specific player
*UserApi* | [**user_id_hof_get**]docs/UserApi.md#user_id_hof_get | **GET** /user/{id}/hof | Get hall of fame rankings for a specific player
*UserApi* | [**user_id_personalstats_get**]docs/UserApi.md#user_id_personalstats_get | **GET** /user/{id}/personalstats | Get a player's personal stats
*UserApi* | [**user_itemmarket_get**]docs/UserApi.md#user_itemmarket_get | **GET** /user/itemmarket | Get your item market listings for a specific item
*UserApi* | [**user_jobranks_get**]docs/UserApi.md#user_jobranks_get | **GET** /user/jobranks | Get your starter job positions
*UserApi* | [**user_lookup_get**]docs/UserApi.md#user_lookup_get | **GET** /user/lookup | Get all available user selections
*UserApi* | [**user_personalstats_get**]docs/UserApi.md#user_personalstats_get | **GET** /user/personalstats | Get your personal stats
*UserApi* | [**user_races_get**]docs/UserApi.md#user_races_get | **GET** /user/races | Get user races
*UserApi* | [**user_timestamp_get**]docs/UserApi.md#user_timestamp_get | **GET** /user/timestamp | Get current server time


## Documentation For Models

 - [Attack]docs/Attack.md
 - [AttackAttacker]docs/AttackAttacker.md
 - [AttackModifiers]docs/AttackModifiers.md
 - [AttackPlayer]docs/AttackPlayer.md
 - [AttackPlayerFaction]docs/AttackPlayerFaction.md
 - [AttackPlayerSimplified]docs/AttackPlayerSimplified.md
 - [AttackSimplified]docs/AttackSimplified.md
 - [AttackSimplifiedAttacker]docs/AttackSimplifiedAttacker.md
 - [Bounty]docs/Bounty.md
 - [FactionApplication]docs/FactionApplication.md
 - [FactionApplicationStatusEnum]docs/FactionApplicationStatusEnum.md
 - [FactionApplicationUser]docs/FactionApplicationUser.md
 - [FactionApplicationUserStats]docs/FactionApplicationUserStats.md
 - [FactionApplicationsResponse]docs/FactionApplicationsResponse.md
 - [FactionAttackResult]docs/FactionAttackResult.md
 - [FactionAttacksFullResponse]docs/FactionAttacksFullResponse.md
 - [FactionAttacksResponse]docs/FactionAttacksResponse.md
 - [FactionBasic]docs/FactionBasic.md
 - [FactionBasicResponse]docs/FactionBasicResponse.md
 - [FactionChain]docs/FactionChain.md
 - [FactionChainReport]docs/FactionChainReport.md
 - [FactionChainReportAttacker]docs/FactionChainReportAttacker.md
 - [FactionChainReportAttackerAttacks]docs/FactionChainReportAttackerAttacks.md
 - [FactionChainReportAttackerRespect]docs/FactionChainReportAttackerRespect.md
 - [FactionChainReportBonus]docs/FactionChainReportBonus.md
 - [FactionChainReportDetails]docs/FactionChainReportDetails.md
 - [FactionChainReportResponse]docs/FactionChainReportResponse.md
 - [FactionChainsResponse]docs/FactionChainsResponse.md
 - [FactionCrime]docs/FactionCrime.md
 - [FactionCrimeReward]docs/FactionCrimeReward.md
 - [FactionCrimeRewardItem]docs/FactionCrimeRewardItem.md
 - [FactionCrimeRewards]docs/FactionCrimeRewards.md
 - [FactionCrimeSlot]docs/FactionCrimeSlot.md
 - [FactionCrimeSlotItemRequirement]docs/FactionCrimeSlotItemRequirement.md
 - [FactionCrimeSlotUser]docs/FactionCrimeSlotUser.md
 - [FactionCrimeStatusEnum]docs/FactionCrimeStatusEnum.md
 - [FactionCrimeUser]docs/FactionCrimeUser.md
 - [FactionCrimesResponse]docs/FactionCrimesResponse.md
 - [FactionGet200Response]docs/FactionGet200Response.md
 - [FactionHofResponse]docs/FactionHofResponse.md
 - [FactionHofStats]docs/FactionHofStats.md
 - [FactionHofValues]docs/FactionHofValues.md
 - [FactionLookupResponse]docs/FactionLookupResponse.md
 - [FactionMember]docs/FactionMember.md
 - [FactionMembersResponse]docs/FactionMembersResponse.md
 - [FactionNews]docs/FactionNews.md
 - [FactionNewsCategory]docs/FactionNewsCategory.md
 - [FactionNewsResponse]docs/FactionNewsResponse.md
 - [FactionOngoingChain]docs/FactionOngoingChain.md
 - [FactionOngoingChainResponse]docs/FactionOngoingChainResponse.md
 - [FactionPact]docs/FactionPact.md
 - [FactionRaidWar]docs/FactionRaidWar.md
 - [FactionRaidWarParticipant]docs/FactionRaidWarParticipant.md
 - [FactionRank]docs/FactionRank.md
 - [FactionRankEnum]docs/FactionRankEnum.md
 - [FactionRankedWar]docs/FactionRankedWar.md
 - [FactionRankedWarParticipant]docs/FactionRankedWarParticipant.md
 - [FactionSelectionName]docs/FactionSelectionName.md
 - [FactionTerritoryWar]docs/FactionTerritoryWar.md
 - [FactionTerritoryWarParticipant]docs/FactionTerritoryWarParticipant.md
 - [FactionWars]docs/FactionWars.md
 - [FactionWarsRanked]docs/FactionWarsRanked.md
 - [FactionWarsResponse]docs/FactionWarsResponse.md
 - [ForumCategoriesResponse]docs/ForumCategoriesResponse.md
 - [ForumCategoriesResponseCategoriesInner]docs/ForumCategoriesResponseCategoriesInner.md
 - [ForumFeed]docs/ForumFeed.md
 - [ForumFeedTypeEnum]docs/ForumFeedTypeEnum.md
 - [ForumGet200Response]docs/ForumGet200Response.md
 - [ForumLookupResponse]docs/ForumLookupResponse.md
 - [ForumPoll]docs/ForumPoll.md
 - [ForumPollVote]docs/ForumPollVote.md
 - [ForumPost]docs/ForumPost.md
 - [ForumPostsResponse]docs/ForumPostsResponse.md
 - [ForumSelectionName]docs/ForumSelectionName.md
 - [ForumSubscribedThread]docs/ForumSubscribedThread.md
 - [ForumSubscribedThreadPostsCount]docs/ForumSubscribedThreadPostsCount.md
 - [ForumThreadAuthor]docs/ForumThreadAuthor.md
 - [ForumThreadBase]docs/ForumThreadBase.md
 - [ForumThreadExtended]docs/ForumThreadExtended.md
 - [ForumThreadResponse]docs/ForumThreadResponse.md
 - [ForumThreadUserExtended]docs/ForumThreadUserExtended.md
 - [ForumThreadsResponse]docs/ForumThreadsResponse.md
 - [HofValue]docs/HofValue.md
 - [HofValueString]docs/HofValueString.md
 - [ItemMarket]docs/ItemMarket.md
 - [ItemMarketItem]docs/ItemMarketItem.md
 - [ItemMarketListingItemBonus]docs/ItemMarketListingItemBonus.md
 - [ItemMarketListingItemDetails]docs/ItemMarketListingItemDetails.md
 - [ItemMarketListingItemStats]docs/ItemMarketListingItemStats.md
 - [ItemMarketListingNonstackable]docs/ItemMarketListingNonstackable.md
 - [ItemMarketListingStackable]docs/ItemMarketListingStackable.md
 - [ItemMarketListingsInner]docs/ItemMarketListingsInner.md
 - [JobPositionArmyEnum]docs/JobPositionArmyEnum.md
 - [JobPositionCasinoEnum]docs/JobPositionCasinoEnum.md
 - [JobPositionEducationEnum]docs/JobPositionEducationEnum.md
 - [JobPositionGrocerEnum]docs/JobPositionGrocerEnum.md
 - [JobPositionLawEnum]docs/JobPositionLawEnum.md
 - [JobPositionMedicalEnum]docs/JobPositionMedicalEnum.md
 - [MarketGet200Response]docs/MarketGet200Response.md
 - [MarketItemMarketResponse]docs/MarketItemMarketResponse.md
 - [MarketLookupResponse]docs/MarketLookupResponse.md
 - [MarketSelectionName]docs/MarketSelectionName.md
 - [PersonalStatsAttackingExtended]docs/PersonalStatsAttackingExtended.md
 - [PersonalStatsAttackingExtendedAttacking]docs/PersonalStatsAttackingExtendedAttacking.md
 - [PersonalStatsAttackingPopular]docs/PersonalStatsAttackingPopular.md
 - [PersonalStatsAttackingPopularAttacking]docs/PersonalStatsAttackingPopularAttacking.md
 - [PersonalStatsAttackingPopularAttackingAttacks]docs/PersonalStatsAttackingPopularAttackingAttacks.md
 - [PersonalStatsAttackingPopularAttackingDefends]docs/PersonalStatsAttackingPopularAttackingDefends.md
 - [PersonalStatsAttackingPopularAttackingFaction]docs/PersonalStatsAttackingPopularAttackingFaction.md
 - [PersonalStatsAttackingPublic]docs/PersonalStatsAttackingPublic.md
 - [PersonalStatsAttackingPublicAttacking]docs/PersonalStatsAttackingPublicAttacking.md
 - [PersonalStatsAttackingPublicAttackingAmmunition]docs/PersonalStatsAttackingPublicAttackingAmmunition.md
 - [PersonalStatsAttackingPublicAttackingAttacks]docs/PersonalStatsAttackingPublicAttackingAttacks.md
 - [PersonalStatsAttackingPublicAttackingDamage]docs/PersonalStatsAttackingPublicAttackingDamage.md
 - [PersonalStatsAttackingPublicAttackingDefends]docs/PersonalStatsAttackingPublicAttackingDefends.md
 - [PersonalStatsAttackingPublicAttackingEscapes]docs/PersonalStatsAttackingPublicAttackingEscapes.md
 - [PersonalStatsAttackingPublicAttackingFaction]docs/PersonalStatsAttackingPublicAttackingFaction.md
 - [PersonalStatsAttackingPublicAttackingFactionTerritory]docs/PersonalStatsAttackingPublicAttackingFactionTerritory.md
 - [PersonalStatsAttackingPublicAttackingHits]docs/PersonalStatsAttackingPublicAttackingHits.md
 - [PersonalStatsAttackingPublicAttackingKillstreak]docs/PersonalStatsAttackingPublicAttackingKillstreak.md
 - [PersonalStatsAttackingPublicAttackingNetworth]docs/PersonalStatsAttackingPublicAttackingNetworth.md
 - [PersonalStatsBattleStats]docs/PersonalStatsBattleStats.md
 - [PersonalStatsBattleStatsBattleStats]docs/PersonalStatsBattleStatsBattleStats.md
 - [PersonalStatsBounties]docs/PersonalStatsBounties.md
 - [PersonalStatsBountiesBounties]docs/PersonalStatsBountiesBounties.md
 - [PersonalStatsBountiesBountiesPlaced]docs/PersonalStatsBountiesBountiesPlaced.md
 - [PersonalStatsCategoryEnum]docs/PersonalStatsCategoryEnum.md
 - [PersonalStatsCommunication]docs/PersonalStatsCommunication.md
 - [PersonalStatsCommunicationCommunication]docs/PersonalStatsCommunicationCommunication.md
 - [PersonalStatsCommunicationCommunicationMailsSent]docs/PersonalStatsCommunicationCommunicationMailsSent.md
 - [PersonalStatsCrimes]docs/PersonalStatsCrimes.md
 - [PersonalStatsCrimesCrimes]docs/PersonalStatsCrimesCrimes.md
 - [PersonalStatsCrimesPopular]docs/PersonalStatsCrimesPopular.md
 - [PersonalStatsCrimesV2]docs/PersonalStatsCrimesV2.md
 - [PersonalStatsCrimesV2Offenses]docs/PersonalStatsCrimesV2Offenses.md
 - [PersonalStatsCrimesV2Skills]docs/PersonalStatsCrimesV2Skills.md
 - [PersonalStatsCriminalOffenses]docs/PersonalStatsCriminalOffenses.md
 - [PersonalStatsCriminalOffensesCriminalOffenses]docs/PersonalStatsCriminalOffensesCriminalOffenses.md
 - [PersonalStatsCriminalOffensesPopular]docs/PersonalStatsCriminalOffensesPopular.md
 - [PersonalStatsCriminalOffensesPopularCriminalOffenses]docs/PersonalStatsCriminalOffensesPopularCriminalOffenses.md
 - [PersonalStatsCriminalOffensesV1]docs/PersonalStatsCriminalOffensesV1.md
 - [PersonalStatsCriminalOffensesV2]docs/PersonalStatsCriminalOffensesV2.md
 - [PersonalStatsDrugs]docs/PersonalStatsDrugs.md
 - [PersonalStatsDrugsDrugs]docs/PersonalStatsDrugsDrugs.md
 - [PersonalStatsDrugsDrugsRehabilitations]docs/PersonalStatsDrugsDrugsRehabilitations.md
 - [PersonalStatsFinishingHits]docs/PersonalStatsFinishingHits.md
 - [PersonalStatsFinishingHitsFinishingHits]docs/PersonalStatsFinishingHitsFinishingHits.md
 - [PersonalStatsHistoricStat]docs/PersonalStatsHistoricStat.md
 - [PersonalStatsHospital]docs/PersonalStatsHospital.md
 - [PersonalStatsHospitalHospital]docs/PersonalStatsHospitalHospital.md
 - [PersonalStatsHospitalHospitalReviving]docs/PersonalStatsHospitalHospitalReviving.md
 - [PersonalStatsHospitalPopular]docs/PersonalStatsHospitalPopular.md
 - [PersonalStatsHospitalPopularHospital]docs/PersonalStatsHospitalPopularHospital.md
 - [PersonalStatsHospitalPopularHospitalReviving]docs/PersonalStatsHospitalPopularHospitalReviving.md
 - [PersonalStatsInvestments]docs/PersonalStatsInvestments.md
 - [PersonalStatsInvestmentsInvestments]docs/PersonalStatsInvestmentsInvestments.md
 - [PersonalStatsInvestmentsInvestmentsBank]docs/PersonalStatsInvestmentsInvestmentsBank.md
 - [PersonalStatsInvestmentsInvestmentsStocks]docs/PersonalStatsInvestmentsInvestmentsStocks.md
 - [PersonalStatsItems]docs/PersonalStatsItems.md
 - [PersonalStatsItemsItems]docs/PersonalStatsItemsItems.md
 - [PersonalStatsItemsItemsFound]docs/PersonalStatsItemsItemsFound.md
 - [PersonalStatsItemsItemsUsed]docs/PersonalStatsItemsItemsUsed.md
 - [PersonalStatsItemsPopular]docs/PersonalStatsItemsPopular.md
 - [PersonalStatsItemsPopularItems]docs/PersonalStatsItemsPopularItems.md
 - [PersonalStatsItemsPopularItemsFound]docs/PersonalStatsItemsPopularItemsFound.md
 - [PersonalStatsJail]docs/PersonalStatsJail.md
 - [PersonalStatsJailJail]docs/PersonalStatsJailJail.md
 - [PersonalStatsJailJailBusts]docs/PersonalStatsJailJailBusts.md
 - [PersonalStatsJobsExtended]docs/PersonalStatsJobsExtended.md
 - [PersonalStatsJobsExtendedJobs]docs/PersonalStatsJobsExtendedJobs.md
 - [PersonalStatsJobsExtendedJobsStats]docs/PersonalStatsJobsExtendedJobsStats.md
 - [PersonalStatsJobsPublic]docs/PersonalStatsJobsPublic.md
 - [PersonalStatsJobsPublicJobs]docs/PersonalStatsJobsPublicJobs.md
 - [PersonalStatsMissions]docs/PersonalStatsMissions.md
 - [PersonalStatsMissionsMissions]docs/PersonalStatsMissionsMissions.md
 - [PersonalStatsMissionsMissionsContracts]docs/PersonalStatsMissionsMissionsContracts.md
 - [PersonalStatsNetworthExtended]docs/PersonalStatsNetworthExtended.md
 - [PersonalStatsNetworthExtendedNetworth]docs/PersonalStatsNetworthExtendedNetworth.md
 - [PersonalStatsNetworthPublic]docs/PersonalStatsNetworthPublic.md
 - [PersonalStatsNetworthPublicNetworth]docs/PersonalStatsNetworthPublicNetworth.md
 - [PersonalStatsOther]docs/PersonalStatsOther.md
 - [PersonalStatsOtherOther]docs/PersonalStatsOtherOther.md
 - [PersonalStatsOtherOtherActivity]docs/PersonalStatsOtherOtherActivity.md
 - [PersonalStatsOtherOtherActivityStreak]docs/PersonalStatsOtherOtherActivityStreak.md
 - [PersonalStatsOtherOtherRefills]docs/PersonalStatsOtherOtherRefills.md
 - [PersonalStatsOtherPopular]docs/PersonalStatsOtherPopular.md
 - [PersonalStatsOtherPopularOther]docs/PersonalStatsOtherPopularOther.md
 - [PersonalStatsOtherPopularOtherRefills]docs/PersonalStatsOtherPopularOtherRefills.md
 - [PersonalStatsRacing]docs/PersonalStatsRacing.md
 - [PersonalStatsRacingRacing]docs/PersonalStatsRacingRacing.md
 - [PersonalStatsRacingRacingRaces]docs/PersonalStatsRacingRacingRaces.md
 - [PersonalStatsStatName]docs/PersonalStatsStatName.md
 - [PersonalStatsTrading]docs/PersonalStatsTrading.md
 - [PersonalStatsTradingTrading]docs/PersonalStatsTradingTrading.md
 - [PersonalStatsTradingTradingBazaar]docs/PersonalStatsTradingTradingBazaar.md
 - [PersonalStatsTradingTradingItems]docs/PersonalStatsTradingTradingItems.md
 - [PersonalStatsTradingTradingItemsAuctions]docs/PersonalStatsTradingTradingItemsAuctions.md
 - [PersonalStatsTradingTradingItemsBought]docs/PersonalStatsTradingTradingItemsBought.md
 - [PersonalStatsTradingTradingPoints]docs/PersonalStatsTradingTradingPoints.md
 - [PersonalStatsTravel]docs/PersonalStatsTravel.md
 - [PersonalStatsTravelPopular]docs/PersonalStatsTravelPopular.md
 - [PersonalStatsTravelPopularTravel]docs/PersonalStatsTravelPopularTravel.md
 - [PersonalStatsTravelTravel]docs/PersonalStatsTravelTravel.md
 - [PersonalStatsTravelTravelHunting]docs/PersonalStatsTravelTravelHunting.md
 - [Race]docs/Race.md
 - [RaceCar]docs/RaceCar.md
 - [RaceCarUpgrade]docs/RaceCarUpgrade.md
 - [RaceCarUpgradeCategory]docs/RaceCarUpgradeCategory.md
 - [RaceCarUpgradeCost]docs/RaceCarUpgradeCost.md
 - [RaceCarUpgradeEffects]docs/RaceCarUpgradeEffects.md
 - [RaceCarUpgradeSubCategory]docs/RaceCarUpgradeSubCategory.md
 - [RaceClassEnum]docs/RaceClassEnum.md
 - [RaceParticipants]docs/RaceParticipants.md
 - [RaceRecord]docs/RaceRecord.md
 - [RaceRequirements]docs/RaceRequirements.md
 - [RaceSchedule]docs/RaceSchedule.md
 - [RaceStatusEnum]docs/RaceStatusEnum.md
 - [RaceTrack]docs/RaceTrack.md
 - [RacerDetails]docs/RacerDetails.md
 - [RacingCarUpgradesResponse]docs/RacingCarUpgradesResponse.md
 - [RacingCarsResponse]docs/RacingCarsResponse.md
 - [RacingGet200Response]docs/RacingGet200Response.md
 - [RacingLookupResponse]docs/RacingLookupResponse.md
 - [RacingRaceDetailsResponse]docs/RacingRaceDetailsResponse.md
 - [RacingRacesResponse]docs/RacingRacesResponse.md
 - [RacingSelectionName]docs/RacingSelectionName.md
 - [RacingTrackRecordsResponse]docs/RacingTrackRecordsResponse.md
 - [RacingTracksResponse]docs/RacingTracksResponse.md
 - [RequestLinks]docs/RequestLinks.md
 - [RequestMetadata]docs/RequestMetadata.md
 - [RequestMetadataWithLinks]docs/RequestMetadataWithLinks.md
 - [ReviveSetting]docs/ReviveSetting.md
 - [TimestampResponse]docs/TimestampResponse.md
 - [TornBountiesResponse]docs/TornBountiesResponse.md
 - [TornCalendarActivity]docs/TornCalendarActivity.md
 - [TornCalendarResponse]docs/TornCalendarResponse.md
 - [TornCalendarResponseCalendar]docs/TornCalendarResponseCalendar.md
 - [TornCrime]docs/TornCrime.md
 - [TornCrimesResponse]docs/TornCrimesResponse.md
 - [TornFactionHof]docs/TornFactionHof.md
 - [TornFactionHofCategory]docs/TornFactionHofCategory.md
 - [TornFactionHofResponse]docs/TornFactionHofResponse.md
 - [TornGet200Response]docs/TornGet200Response.md
 - [TornHof]docs/TornHof.md
 - [TornHofCategory]docs/TornHofCategory.md
 - [TornHofResponse]docs/TornHofResponse.md
 - [TornLog]docs/TornLog.md
 - [TornLogCategoriesResponse]docs/TornLogCategoriesResponse.md
 - [TornLogCategory]docs/TornLogCategory.md
 - [TornLogTypesResponse]docs/TornLogTypesResponse.md
 - [TornLookupResponse]docs/TornLookupResponse.md
 - [TornSelectionName]docs/TornSelectionName.md
 - [TornSubcrime]docs/TornSubcrime.md
 - [TornSubcrimesResponse]docs/TornSubcrimesResponse.md
 - [UserBountiesResponse]docs/UserBountiesResponse.md
 - [UserCalendar]docs/UserCalendar.md
 - [UserCalendarResponse]docs/UserCalendarResponse.md
 - [UserCrime]docs/UserCrime.md
 - [UserCrimeAttempts]docs/UserCrimeAttempts.md
 - [UserCrimeDetailsBootlegging]docs/UserCrimeDetailsBootlegging.md
 - [UserCrimeDetailsBootleggingDvdSales]docs/UserCrimeDetailsBootleggingDvdSales.md
 - [UserCrimeDetailsBootleggingOnlineStore]docs/UserCrimeDetailsBootleggingOnlineStore.md
 - [UserCrimeDetailsCardSkimming]docs/UserCrimeDetailsCardSkimming.md
 - [UserCrimeDetailsCardSkimmingCardDetails]docs/UserCrimeDetailsCardSkimmingCardDetails.md
 - [UserCrimeDetailsCardSkimmingCardDetailsAreasInner]docs/UserCrimeDetailsCardSkimmingCardDetailsAreasInner.md
 - [UserCrimeDetailsCardSkimmingSkimmers]docs/UserCrimeDetailsCardSkimmingSkimmers.md
 - [UserCrimeDetailsCracking]docs/UserCrimeDetailsCracking.md
 - [UserCrimeDetailsGraffiti]docs/UserCrimeDetailsGraffiti.md
 - [UserCrimeDetailsHustling]docs/UserCrimeDetailsHustling.md
 - [UserCrimeDetailsScamming]docs/UserCrimeDetailsScamming.md
 - [UserCrimeDetailsScammingConcerns]docs/UserCrimeDetailsScammingConcerns.md
 - [UserCrimeDetailsScammingEmails]docs/UserCrimeDetailsScammingEmails.md
 - [UserCrimeDetailsScammingPayouts]docs/UserCrimeDetailsScammingPayouts.md
 - [UserCrimeDetailsScammingZones]docs/UserCrimeDetailsScammingZones.md
 - [UserCrimeDetailsShoplifting]docs/UserCrimeDetailsShoplifting.md
 - [UserCrimeMiscellaneous]docs/UserCrimeMiscellaneous.md
 - [UserCrimeRewardAmmo]docs/UserCrimeRewardAmmo.md
 - [UserCrimeRewardItem]docs/UserCrimeRewardItem.md
 - [UserCrimeRewards]docs/UserCrimeRewards.md
 - [UserCrimeUniques]docs/UserCrimeUniques.md
 - [UserCrimeUniquesReward]docs/UserCrimeUniquesReward.md
 - [UserCrimeUniquesRewardAmmo]docs/UserCrimeUniquesRewardAmmo.md
 - [UserCrimeUniquesRewardAmmoEnum]docs/UserCrimeUniquesRewardAmmoEnum.md
 - [UserCrimeUniquesRewardMoney]docs/UserCrimeUniquesRewardMoney.md
 - [UserCrimesResponse]docs/UserCrimesResponse.md
 - [UserEnlistedCarsResponse]docs/UserEnlistedCarsResponse.md
 - [UserForumFeedResponse]docs/UserForumFeedResponse.md
 - [UserForumFriendsResponse]docs/UserForumFriendsResponse.md
 - [UserForumPostsResponse]docs/UserForumPostsResponse.md
 - [UserForumSubscribedThreadsResponse]docs/UserForumSubscribedThreadsResponse.md
 - [UserForumThreadsResponse]docs/UserForumThreadsResponse.md
 - [UserGet200Response]docs/UserGet200Response.md
 - [UserHofResponse]docs/UserHofResponse.md
 - [UserHofStats]docs/UserHofStats.md
 - [UserHofStatsBattleStats]docs/UserHofStatsBattleStats.md
 - [UserItemMarkeListingItemDetails]docs/UserItemMarkeListingItemDetails.md
 - [UserItemMarkeListingItemDetailsStats]docs/UserItemMarkeListingItemDetailsStats.md
 - [UserItemMarketListing]docs/UserItemMarketListing.md
 - [UserItemMarketResponse]docs/UserItemMarketResponse.md
 - [UserJobRanks]docs/UserJobRanks.md
 - [UserJobRanksResponse]docs/UserJobRanksResponse.md
 - [UserLastAction]docs/UserLastAction.md
 - [UserLife]docs/UserLife.md
 - [UserLookupResponse]docs/UserLookupResponse.md
 - [UserPersonalStatsCategory]docs/UserPersonalStatsCategory.md
 - [UserPersonalStatsCategoryPersonalstats]docs/UserPersonalStatsCategoryPersonalstats.md
 - [UserPersonalStatsFull]docs/UserPersonalStatsFull.md
 - [UserPersonalStatsFullPersonalstats]docs/UserPersonalStatsFullPersonalstats.md
 - [UserPersonalStatsFullPublic]docs/UserPersonalStatsFullPublic.md
 - [UserPersonalStatsFullPublicPersonalstats]docs/UserPersonalStatsFullPublicPersonalstats.md
 - [UserPersonalStatsHistoric]docs/UserPersonalStatsHistoric.md
 - [UserPersonalStatsPopular]docs/UserPersonalStatsPopular.md
 - [UserPersonalStatsPopularPersonalstats]docs/UserPersonalStatsPopularPersonalstats.md
 - [UserPersonalStatsResponse]docs/UserPersonalStatsResponse.md
 - [UserRaceCarDetails]docs/UserRaceCarDetails.md
 - [UserRacesResponse]docs/UserRacesResponse.md
 - [UserSelectionName]docs/UserSelectionName.md
 - [UserStatus]docs/UserStatus.md
 - [UserSubcrime]docs/UserSubcrime.md
 - [WeaponBonusEnum]docs/WeaponBonusEnum.md


To get access to the crate's generated documentation, use:

```
cargo doc --open
```

## Author