steam_api 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +14 -0
- data/.rspec +2 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +31 -0
- data/Rakefile +2 -0
- data/lib/steam_api/client.rb +47 -0
- data/lib/steam_api/i_player_service.rb +65 -0
- data/lib/steam_api/i_steam_user.rb +53 -0
- data/lib/steam_api/i_steam_user_stats.rb +52 -0
- data/lib/steam_api/urls.rb +116 -0
- data/lib/steam_api/version.rb +4 -0
- data/lib/steam_api.rb +14 -0
- data/spec/fixtures/vcr_cassettes/client_get.yml +38 -0
- data/spec/fixtures/vcr_cassettes/get_badges.yml +77 -0
- data/spec/fixtures/vcr_cassettes/get_badges_private.yml +38 -0
- data/spec/fixtures/vcr_cassettes/get_community_badge_progress.yml +64 -0
- data/spec/fixtures/vcr_cassettes/get_community_badge_progress_private.yml +64 -0
- data/spec/fixtures/vcr_cassettes/get_community_badge_progress_specific_badge.yml +64 -0
- data/spec/fixtures/vcr_cassettes/get_friend_list_not_found.yml +46 -0
- data/spec/fixtures/vcr_cassettes/get_friend_list_private.yml +39 -0
- data/spec/fixtures/vcr_cassettes/get_friend_list_public.yml +92 -0
- data/spec/fixtures/vcr_cassettes/get_global_achievement_percentages_for_app.yml +230 -0
- data/spec/fixtures/vcr_cassettes/get_global_achievement_percentages_for_app_not_found.yml +39 -0
- data/spec/fixtures/vcr_cassettes/get_number_of_current_players.yml +37 -0
- data/spec/fixtures/vcr_cassettes/get_number_of_current_players_not_found.yml +36 -0
- data/spec/fixtures/vcr_cassettes/get_owned_games.yml +261 -0
- data/spec/fixtures/vcr_cassettes/get_owned_games_all_args.yml +1302 -0
- data/spec/fixtures/vcr_cassettes/get_owned_games_include_appinfo.yml +1286 -0
- data/spec/fixtures/vcr_cassettes/get_owned_games_include_played_free_games.yml +264 -0
- data/spec/fixtures/vcr_cassettes/get_owned_games_private.yml +38 -0
- data/spec/fixtures/vcr_cassettes/get_player_achievements.yml +205 -0
- data/spec/fixtures/vcr_cassettes/get_player_achievements_game_no_stats.yml +37 -0
- data/spec/fixtures/vcr_cassettes/get_player_achievements_private.yml +37 -0
- data/spec/fixtures/vcr_cassettes/get_player_achievements_user_not_found.yml +37 -0
- data/spec/fixtures/vcr_cassettes/get_player_bans_not_found.yml +36 -0
- data/spec/fixtures/vcr_cassettes/get_player_bans_public.yml +38 -0
- data/spec/fixtures/vcr_cassettes/get_player_bans_public_private.yml +40 -0
- data/spec/fixtures/vcr_cassettes/get_player_summaries_multiple.yml +50 -0
- data/spec/fixtures/vcr_cassettes/get_player_summaries_not_found.yml +36 -0
- data/spec/fixtures/vcr_cassettes/get_player_summaries_single.yml +44 -0
- data/spec/fixtures/vcr_cassettes/get_recently_played_games.yml +47 -0
- data/spec/fixtures/vcr_cassettes/get_recently_played_games_count.yml +44 -0
- data/spec/fixtures/vcr_cassettes/get_recently_played_games_private.yml +38 -0
- data/spec/fixtures/vcr_cassettes/get_schema_for_game.yml +1205 -0
- data/spec/fixtures/vcr_cassettes/get_schema_for_game_not_found.yml +39 -0
- data/spec/fixtures/vcr_cassettes/get_steam_level.yml +38 -0
- data/spec/fixtures/vcr_cassettes/get_steam_level_private.yml +38 -0
- data/spec/fixtures/vcr_cassettes/get_user_group_list_not_found.yml +46 -0
- data/spec/fixtures/vcr_cassettes/get_user_group_list_private.yml +37 -0
- data/spec/fixtures/vcr_cassettes/get_user_group_list_public.yml +39 -0
- data/spec/fixtures/vcr_cassettes/get_user_stats_for_game.yml +407 -0
- data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_game_not_found.yml +39 -0
- data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_private.yml +46 -0
- data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_user_not_found.yml +39 -0
- data/spec/fixtures/vcr_cassettes/resolve_vanity_url_not_found.yml +36 -0
- data/spec/fixtures/vcr_cassettes/resolve_vanity_url_private.yml +37 -0
- data/spec/fixtures/vcr_cassettes/resolve_vanity_url_public.yml +37 -0
- data/spec/spec_helper.rb +98 -0
- data/spec/steam_api/client_spec.rb +30 -0
- data/spec/steam_api/i_player_service_spec.rb +127 -0
- data/spec/steam_api/i_steam_user_spec.rb +163 -0
- data/spec/steam_api/i_steam_user_stats_spec.rb +143 -0
- data/spec/steam_api/urls_spec.rb +36 -0
- data/spec/steam_api/version_spec.rb +7 -0
- data/spec/steam_api_spec.rb +0 -0
- data/steam_api.gemspec +28 -0
- metadata +263 -0
@@ -0,0 +1,64 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.steampowered.com/IPlayerService/GetCommunityBadgeProgress/v1?badgeid=0&key=<API_KEY>&steamid=76561197995163285
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.steampowered.com
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
X-Eresult:
|
24
|
+
- '1'
|
25
|
+
Date:
|
26
|
+
- Thu, 30 Oct 2014 17:30:31 GMT
|
27
|
+
Expires:
|
28
|
+
- Thu, 30 Oct 2014 17:30:31 GMT
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=UTF-8
|
31
|
+
Content-Length:
|
32
|
+
- '1420'
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: "{\n\t\"response\": {\n\t\t\"quests\": [\n\t\t\t{\n\t\t\t\t\"questid\":
|
36
|
+
101,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
37
|
+
102,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
38
|
+
103,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
39
|
+
104,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
40
|
+
105,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
41
|
+
106,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
42
|
+
108,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
43
|
+
109,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
44
|
+
110,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
45
|
+
111,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
46
|
+
112,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
47
|
+
113,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
48
|
+
114,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
49
|
+
115,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
50
|
+
116,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
51
|
+
117,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
52
|
+
118,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
53
|
+
119,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
54
|
+
120,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
55
|
+
121,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
56
|
+
122,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
57
|
+
123,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
58
|
+
124,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
59
|
+
125,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
60
|
+
126,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
61
|
+
127,\n\t\t\t\t\"completed\": true\n\t\t\t}\n\t\t]\n\t\t\n\t}\n}"
|
62
|
+
http_version:
|
63
|
+
recorded_at: Thu, 30 Oct 2014 17:30:33 GMT
|
64
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,64 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.steampowered.com/IPlayerService/GetCommunityBadgeProgress/v1?badgeid=0&key=<API_KEY>&steamid=76561198002572492
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.steampowered.com
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
X-Eresult:
|
24
|
+
- '1'
|
25
|
+
Date:
|
26
|
+
- Thu, 30 Oct 2014 17:30:31 GMT
|
27
|
+
Expires:
|
28
|
+
- Thu, 30 Oct 2014 17:30:31 GMT
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=UTF-8
|
31
|
+
Content-Length:
|
32
|
+
- '1426'
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: "{\n\t\"response\": {\n\t\t\"quests\": [\n\t\t\t{\n\t\t\t\t\"questid\":
|
36
|
+
101,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
37
|
+
102,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
38
|
+
103,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
39
|
+
104,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
40
|
+
105,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
41
|
+
106,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
42
|
+
108,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
43
|
+
109,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
44
|
+
110,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
45
|
+
111,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
46
|
+
112,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
47
|
+
113,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
48
|
+
114,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
49
|
+
115,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
50
|
+
116,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
51
|
+
117,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
52
|
+
118,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
53
|
+
119,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
54
|
+
120,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
55
|
+
121,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
56
|
+
122,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
57
|
+
123,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
58
|
+
124,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
59
|
+
125,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
60
|
+
126,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
61
|
+
127,\n\t\t\t\t\"completed\": true\n\t\t\t}\n\t\t]\n\t\t\n\t}\n}"
|
62
|
+
http_version:
|
63
|
+
recorded_at: Thu, 30 Oct 2014 17:30:33 GMT
|
64
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,64 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.steampowered.com/IPlayerService/GetCommunityBadgeProgress/v1?badgeid=2&key=<API_KEY>&steamid=76561197995163285
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.steampowered.com
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
X-Eresult:
|
24
|
+
- '1'
|
25
|
+
Date:
|
26
|
+
- Thu, 30 Oct 2014 17:30:32 GMT
|
27
|
+
Expires:
|
28
|
+
- Thu, 30 Oct 2014 17:30:32 GMT
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=UTF-8
|
31
|
+
Content-Length:
|
32
|
+
- '1420'
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: "{\n\t\"response\": {\n\t\t\"quests\": [\n\t\t\t{\n\t\t\t\t\"questid\":
|
36
|
+
101,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
37
|
+
102,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
38
|
+
103,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
39
|
+
104,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
40
|
+
105,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
41
|
+
106,\n\t\t\t\t\"completed\": false\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
42
|
+
108,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
43
|
+
109,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
44
|
+
110,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
45
|
+
111,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
46
|
+
112,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
47
|
+
113,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
48
|
+
114,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
49
|
+
115,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
50
|
+
116,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
51
|
+
117,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
52
|
+
118,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
53
|
+
119,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
54
|
+
120,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
55
|
+
121,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
56
|
+
122,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
57
|
+
123,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
58
|
+
124,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
59
|
+
125,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
60
|
+
126,\n\t\t\t\t\"completed\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"questid\":
|
61
|
+
127,\n\t\t\t\t\"completed\": true\n\t\t\t}\n\t\t]\n\t\t\n\t}\n}"
|
62
|
+
http_version:
|
63
|
+
recorded_at: Thu, 30 Oct 2014 17:30:33 GMT
|
64
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,46 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.steampowered.com/ISteamUser/GetFriendList/v0001/?key=<API_KEY>&relationship=friend&steamid=67734658237465083465238745693
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- API.steampowered.com
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 500
|
21
|
+
message: Internal Server Error
|
22
|
+
headers:
|
23
|
+
Content-Length:
|
24
|
+
- '116'
|
25
|
+
Content-Type:
|
26
|
+
- text/html; charset=UTF-8
|
27
|
+
Date:
|
28
|
+
- Thu, 30 Oct 2014 17:15:30 GMT
|
29
|
+
Expires:
|
30
|
+
- Mon, 26 Jul 1997 05:00:00 GMT
|
31
|
+
Cache-Control:
|
32
|
+
- no-cache,must-revalidate
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
<html>
|
37
|
+
<head>
|
38
|
+
<title>500 Internal Server Error</title>
|
39
|
+
</head>
|
40
|
+
<body>
|
41
|
+
<h1>Internal Server Error</h1>
|
42
|
+
</body>
|
43
|
+
</html>
|
44
|
+
http_version:
|
45
|
+
recorded_at: Thu, 30 Oct 2014 17:15:32 GMT
|
46
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,39 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.steampowered.com/ISteamUser/GetFriendList/v0001/?key=<API_KEY>&relationship=friend&steamid=76561198002572492
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- API.steampowered.com
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 401
|
21
|
+
message: Unauthorized
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Thu, 30 Oct 2014 17:15:30 GMT
|
25
|
+
Expires:
|
26
|
+
- Thu, 30 Oct 2014 17:15:30 GMT
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=UTF-8
|
29
|
+
Content-Length:
|
30
|
+
- '4'
|
31
|
+
body:
|
32
|
+
encoding: UTF-8
|
33
|
+
string: |-
|
34
|
+
{
|
35
|
+
|
36
|
+
}
|
37
|
+
http_version:
|
38
|
+
recorded_at: Thu, 30 Oct 2014 17:15:32 GMT
|
39
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.steampowered.com/ISteamUser/GetFriendList/v0001/?key=<API_KEY>&relationship=friend&steamid=76561197995163285
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- API.steampowered.com
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Thu, 30 Oct 2014 17:15:30 GMT
|
25
|
+
Expires:
|
26
|
+
- Thu, 30 Oct 2014 17:15:30 GMT
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=UTF-8
|
29
|
+
Content-Length:
|
30
|
+
- '4041'
|
31
|
+
body:
|
32
|
+
encoding: UTF-8
|
33
|
+
string: "{\n\t\"friendslist\": {\n\t\t\"friends\": [\n\t\t\t{\n\t\t\t\t\"steamid\":
|
34
|
+
\"76561197964492524\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
35
|
+
1346208530\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561197965105520\",\n\t\t\t\t\"relationship\":
|
36
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1414217226\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
37
|
+
\"76561197967631861\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
38
|
+
1310105798\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561197969621018\",\n\t\t\t\t\"relationship\":
|
39
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1385428609\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
40
|
+
\"76561197973955570\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
41
|
+
1409359757\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561197981740984\",\n\t\t\t\t\"relationship\":
|
42
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1309677396\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
43
|
+
\"76561197982655590\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
44
|
+
1404335144\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561197985147503\",\n\t\t\t\t\"relationship\":
|
45
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1404602542\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
46
|
+
\"76561197985618017\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
47
|
+
1356850023\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561197992028918\",\n\t\t\t\t\"relationship\":
|
48
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1410735652\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
49
|
+
\"76561197996145212\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
50
|
+
1260160292\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198000810665\",\n\t\t\t\t\"relationship\":
|
51
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1411394664\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
52
|
+
\"76561198007564576\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
53
|
+
1321781440\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198012910635\",\n\t\t\t\t\"relationship\":
|
54
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1342490574\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
55
|
+
\"76561198025003187\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
56
|
+
1344111872\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198044542019\",\n\t\t\t\t\"relationship\":
|
57
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1309645056\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
58
|
+
\"76561198044545793\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
59
|
+
1309635267\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198044853901\",\n\t\t\t\t\"relationship\":
|
60
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1310104943\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
61
|
+
\"76561198044982501\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
62
|
+
1393212148\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198055140157\",\n\t\t\t\t\"relationship\":
|
63
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1365083310\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
64
|
+
\"76561198057949316\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
65
|
+
1397012483\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198063983512\",\n\t\t\t\t\"relationship\":
|
66
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1338350006\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
67
|
+
\"76561198065529991\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
68
|
+
1341811022\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198067069792\",\n\t\t\t\t\"relationship\":
|
69
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1342131163\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
70
|
+
\"76561198068074519\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
71
|
+
1343373394\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198068482054\",\n\t\t\t\t\"relationship\":
|
72
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1343880554\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
73
|
+
\"76561198068543516\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
74
|
+
1343879108\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198077586181\",\n\t\t\t\t\"relationship\":
|
75
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1403937064\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
76
|
+
\"76561198092431580\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
77
|
+
1399270886\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198093541445\",\n\t\t\t\t\"relationship\":
|
78
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1371623796\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
79
|
+
\"76561198094138840\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
80
|
+
1403969911\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198099069335\",\n\t\t\t\t\"relationship\":
|
81
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1393277131\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
82
|
+
\"76561198105524290\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
83
|
+
1378068269\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198125097476\",\n\t\t\t\t\"relationship\":
|
84
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1408821813\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
85
|
+
\"76561198125799408\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
86
|
+
1391838728\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\": \"76561198126933891\",\n\t\t\t\t\"relationship\":
|
87
|
+
\"friend\",\n\t\t\t\t\"friend_since\": 1396765117\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"steamid\":
|
88
|
+
\"76561198160382109\",\n\t\t\t\t\"relationship\": \"friend\",\n\t\t\t\t\"friend_since\":
|
89
|
+
1414297868\n\t\t\t}\n\t\t]\n\t\t\n\t}\n}"
|
90
|
+
http_version:
|
91
|
+
recorded_at: Thu, 30 Oct 2014 17:15:31 GMT
|
92
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,230 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002/?gameid=730
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.steampowered.com
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Date:
|
24
|
+
- Thu, 30 Oct 2014 17:15:40 GMT
|
25
|
+
Expires:
|
26
|
+
- Thu, 06 Nov 2014 17:15:40 GMT
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=UTF-8
|
29
|
+
Content-Length:
|
30
|
+
- '15338'
|
31
|
+
body:
|
32
|
+
encoding: UTF-8
|
33
|
+
string: "{\n\t\"achievementpercentages\": {\n\t\t\"achievements\": [\n\t\t\t{\n\t\t\t\t\"name\":
|
34
|
+
\"KILL_ENEMY_RELOADING\",\n\t\t\t\t\"percent\": 66.632316589355469\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
35
|
+
\"GIVE_DAMAGE_LOW\",\n\t\t\t\t\"percent\": 66.542457580566406\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
36
|
+
\"KILL_ENEMY_LOW\",\n\t\t\t\t\"percent\": 65.345756530761719\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
37
|
+
\"UNSTOPPABLE_FORCE\",\n\t\t\t\t\"percent\": 64.327522277832031\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
38
|
+
\"WIN_ROUNDS_LOW\",\n\t\t\t\t\"percent\": 64.113494873046875\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
39
|
+
\"KILL_LOW_DAMAGE\",\n\t\t\t\t\"percent\": 63.409812927246094\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
40
|
+
\"EARN_MONEY_LOW\",\n\t\t\t\t\"percent\": 61.9517822265625\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
41
|
+
\"IMMOVABLE_OBJECT\",\n\t\t\t\t\"percent\": 60.589302062988281\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
42
|
+
\"KILL_ENEMY_LAST_BULLET\",\n\t\t\t\t\"percent\": 60.433292388916016\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
43
|
+
\"LOSSLESS_EXTERMINATION\",\n\t\t\t\t\"percent\": 60.010433197021484\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
44
|
+
\"DAMAGE_NO_KILL\",\n\t\t\t\t\"percent\": 59.604579925537109\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
45
|
+
\"KILL_SNIPER_WITH_SNIPER\",\n\t\t\t\t\"percent\": 55.394977569580078\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
46
|
+
\"FAST_ROUND_WIN\",\n\t\t\t\t\"percent\": 53.759838104248047\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
47
|
+
\"LAST_PLAYER_ALIVE\",\n\t\t\t\t\"percent\": 52.747760772705078\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
48
|
+
\"WIN_BOMB_DEFUSE\",\n\t\t\t\t\"percent\": 51.163776397705078\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
49
|
+
\"DOMINATIONS_LOW\",\n\t\t\t\t\"percent\": 51.017158508300781\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
50
|
+
\"HEADSHOTS_IN_ROUND\",\n\t\t\t\t\"percent\": 50.548069000244141\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
51
|
+
\"HIP_SHOT\",\n\t\t\t\t\"percent\": 50.006591796875\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
52
|
+
\"KILL_WHEN_AT_LOW_HEALTH\",\n\t\t\t\t\"percent\": 49.276493072509766\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
53
|
+
\"AVENGE_FRIEND\",\n\t\t\t\t\"percent\": 49.126533508300781\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
54
|
+
\"KILLING_SPREE\",\n\t\t\t\t\"percent\": 48.557750701904297\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
55
|
+
\"WIN_BOMB_PLANT\",\n\t\t\t\t\"percent\": 48.232944488525391\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
56
|
+
\"KILL_ENEMY_TEAM\",\n\t\t\t\t\"percent\": 47.493885040283203\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
57
|
+
\"DOMINATION_OVERKILLS_LOW\",\n\t\t\t\t\"percent\": 46.869388580322266\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
58
|
+
\"REVENGES_LOW\",\n\t\t\t\t\"percent\": 46.709152221679688\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
59
|
+
\"KILLS_WITH_MULTIPLE_GUNS\",\n\t\t\t\t\"percent\": 46.375801086425781\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
60
|
+
\"KILL_ENEMIES_WHILE_BLIND\",\n\t\t\t\t\"percent\": 45.12786865234375\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
61
|
+
\"GIVE_DAMAGE_MED\",\n\t\t\t\t\"percent\": 44.756916046142578\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
62
|
+
\"KILLING_SPREE_ENDER\",\n\t\t\t\t\"percent\": 43.686225891113281\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
63
|
+
\"KILL_BOMB_PICKUP\",\n\t\t\t\t\"percent\": 43.569847106933594\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
64
|
+
\"KILL_ENEMY_IN_AIR\",\n\t\t\t\t\"percent\": 42.513572692871094\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
65
|
+
\"KILL_ENEMY_MED\",\n\t\t\t\t\"percent\": 41.060302734375\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
66
|
+
\"KILL_TWO_WITH_ONE_SHOT\",\n\t\t\t\t\"percent\": 38.192291259765625\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
67
|
+
\"WIN_ROUNDS_MED\",\n\t\t\t\t\"percent\": 37.867935180664062\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
68
|
+
\"HEADSHOTS\",\n\t\t\t\t\"percent\": 37.026397705078125\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
69
|
+
\"WIN_PISTOLROUNDS_LOW\",\n\t\t\t\t\"percent\": 36.748500823974609\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
70
|
+
\"BASE_SCAMPER\",\n\t\t\t\t\"percent\": 35.939868927001953\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
71
|
+
\"KILL_WHILE_IN_AIR\",\n\t\t\t\t\"percent\": 35.928562164306641\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
72
|
+
\"WIN_KNIFE_FIGHTS_LOW\",\n\t\t\t\t\"percent\": 35.810237884521484\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
73
|
+
\"STILL_ALIVE\",\n\t\t\t\t\"percent\": 35.510341644287109\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
74
|
+
\"FLAWLESS_VICTORY\",\n\t\t\t\t\"percent\": 35.393600463867188\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
75
|
+
\"BORN_READY\",\n\t\t\t\t\"percent\": 34.783218383789063\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
76
|
+
\"DOMINATIONS_HIGH\",\n\t\t\t\t\"percent\": 34.11456298828125\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
77
|
+
\"WIN_GUN_GAME_ROUNDS_LOW\",\n\t\t\t\t\"percent\": 34.068260192871094\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
78
|
+
\"KILL_BOMB_DEFUSER\",\n\t\t\t\t\"percent\": 33.734359741210938\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
79
|
+
\"GUN_GAME_FIRST_KILL\",\n\t\t\t\t\"percent\": 32.036609649658203\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
80
|
+
\"BOMB_PLANT_IN_25_SECONDS\",\n\t\t\t\t\"percent\": 31.997621536254883\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
81
|
+
\"WIN_MAP_DE_DUST2\",\n\t\t\t\t\"percent\": 31.826791763305664\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
82
|
+
\"EXTENDED_DOMINATION\",\n\t\t\t\t\"percent\": 30.249237060546875\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
83
|
+
\"CONCURRENT_DOMINATIONS\",\n\t\t\t\t\"percent\": 30.132776260375977\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
84
|
+
\"KILL_WITH_OWN_GUN\",\n\t\t\t\t\"percent\": 30.052528381347656\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
85
|
+
\"GUN_GAME_KILL_KNIFER\",\n\t\t\t\t\"percent\": 28.792387008666992\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
86
|
+
\"EARN_MONEY_MED\",\n\t\t\t\t\"percent\": 27.522703170776367\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
87
|
+
\"WIN_BOMB_PLANT_AFTER_RECOVERY\",\n\t\t\t\t\"percent\": 27.454957962036133\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
88
|
+
\"KILL_SNIPERS\",\n\t\t\t\t\"percent\": 27.355766296386719\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
89
|
+
\"KILL_ENEMY_P250\",\n\t\t\t\t\"percent\": 26.921848297119141\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
90
|
+
\"KILL_HOSTAGE_RESCUER\",\n\t\t\t\t\"percent\": 26.359199523925781\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
91
|
+
\"BLOODLESS_VICTORY\",\n\t\t\t\t\"percent\": 25.852827072143555\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
92
|
+
\"PISTOL_ROUND_KNIFE_KILL\",\n\t\t\t\t\"percent\": 24.591562271118164\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
93
|
+
\"WIN_PISTOLROUNDS_MED\",\n\t\t\t\t\"percent\": 24.514556884765625\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
94
|
+
\"KILL_ENEMY_BLINDED\",\n\t\t\t\t\"percent\": 23.156217575073242\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
95
|
+
\"KILLS_ENEMY_WEAPON\",\n\t\t\t\t\"percent\": 22.738861083984375\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
96
|
+
\"KILL_SNIPER_WITH_KNIFE\",\n\t\t\t\t\"percent\": 22.173625946044922\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
97
|
+
\"KILL_ENEMY_HKP2000\",\n\t\t\t\t\"percent\": 21.639881134033203\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
98
|
+
\"DEFUSE_DEFENSE\",\n\t\t\t\t\"percent\": 21.551387786865234\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
99
|
+
\"KILL_ENEMY_FIVESEVEN\",\n\t\t\t\t\"percent\": 20.664312362670898\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
100
|
+
\"KILL_WITH_EVERY_WEAPON\",\n\t\t\t\t\"percent\": 20.22883415222168\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
101
|
+
\"SURVIVE_GRENADE\",\n\t\t\t\t\"percent\": 20.023405075073242\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
102
|
+
\"ONE_SHOT_ONE_KILL\",\n\t\t\t\t\"percent\": 19.766578674316406\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
103
|
+
\"KILL_ENEMY_ELITE\",\n\t\t\t\t\"percent\": 19.609628677368164\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
104
|
+
\"WIN_MAP_DE_LAKE\",\n\t\t\t\t\"percent\": 19.10948371887207\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
105
|
+
\"DONATE_WEAPONS\",\n\t\t\t\t\"percent\": 18.857963562011719\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
106
|
+
\"WIN_MAP_DE_NUKE\",\n\t\t\t\t\"percent\": 18.679235458374023\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
107
|
+
\"KILL_ENEMY_GLOCK\",\n\t\t\t\t\"percent\": 18.673852920532227\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
108
|
+
\"WIN_DUAL_DUEL\",\n\t\t\t\t\"percent\": 18.458820343017578\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
109
|
+
\"BOMB_PLANT_LOW\",\n\t\t\t\t\"percent\": 18.452590942382813\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
110
|
+
\"DEAD_GRENADE_KILL\",\n\t\t\t\t\"percent\": 18.267049789428711\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
111
|
+
\"WIN_MAP_DE_INFERNO\",\n\t\t\t\t\"percent\": 18.100790023803711\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
112
|
+
\"GUN_GAME_CONSERVATIONIST\",\n\t\t\t\t\"percent\": 17.911762237548828\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
113
|
+
\"WIN_MAP_DE_BANK\",\n\t\t\t\t\"percent\": 17.893667221069336\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
114
|
+
\"BOMB_DEFUSE_CLOSE_CALL\",\n\t\t\t\t\"percent\": 16.952281951904297\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
115
|
+
\"DOMINATION_OVERKILLS_MATCH\",\n\t\t\t\t\"percent\": 16.839153289794922\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
116
|
+
\"KILL_ENEMY_SG556\",\n\t\t\t\t\"percent\": 16.825485229492188\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
117
|
+
\"KILL_ENEMY_AWP\",\n\t\t\t\t\"percent\": 16.405851364135742\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
118
|
+
\"WIN_MAP_AR_SHOOTS\",\n\t\t\t\t\"percent\": 15.218327522277832\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
119
|
+
\"KILL_ENEMY_FAMAS\",\n\t\t\t\t\"percent\": 14.949272155761719\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
120
|
+
\"KILL_ENEMIES_WHILE_BLIND_HARD\",\n\t\t\t\t\"percent\": 14.894701957702637\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
121
|
+
\"KILL_ENEMY_MAG7\",\n\t\t\t\t\"percent\": 13.96522331237793\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
122
|
+
\"REVENGES_HIGH\",\n\t\t\t\t\"percent\": 13.867524147033691\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
123
|
+
\"KILL_ENEMY_DEAGLE\",\n\t\t\t\t\"percent\": 13.435770988464355\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
124
|
+
\"WIN_MAP_DE_STMARC\",\n\t\t\t\t\"percent\": 13.293875694274902\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
125
|
+
\"KILL_ENEMY_AK47\",\n\t\t\t\t\"percent\": 12.625235557556152\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
126
|
+
\"KILL_ENEMY_SAWEDOFF\",\n\t\t\t\t\"percent\": 12.532816886901855\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
127
|
+
\"GUN_GAME_KNIFE_KILL_KNIFER\",\n\t\t\t\t\"percent\": 12.354672431945801\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
128
|
+
\"WIN_MAP_AR_BAGGAGE\",\n\t\t\t\t\"percent\": 12.225473403930664\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
129
|
+
\"KILL_ENEMY_NEGEV\",\n\t\t\t\t\"percent\": 12.171579360961914\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
130
|
+
\"KILL_ENEMY_M4A1\",\n\t\t\t\t\"percent\": 12.089231491088867\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
131
|
+
\"KILL_ENEMY_NOVA\",\n\t\t\t\t\"percent\": 11.883659362792969\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
132
|
+
\"GUN_GAME_SMG_KILL_KNIFER\",\n\t\t\t\t\"percent\": 11.674294471740723\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
133
|
+
\"GIVE_DAMAGE_HIGH\",\n\t\t\t\t\"percent\": 11.656030654907227\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
134
|
+
\"WIN_ROUNDS_WITHOUT_BUYING\",\n\t\t\t\t\"percent\": 11.49818229675293\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
135
|
+
\"DOMINATION_OVERKILLS_HIGH\",\n\t\t\t\t\"percent\": 11.40317440032959\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
136
|
+
\"GUN_GAME_ROUNDS_LOW\",\n\t\t\t\t\"percent\": 11.358919143676758\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
137
|
+
\"KILL_ENEMY_KNIFE\",\n\t\t\t\t\"percent\": 11.306693077087402\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
138
|
+
\"WIN_MAP_DE_SUGARCANE\",\n\t\t\t\t\"percent\": 11.20142650604248\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
139
|
+
\"KILL_ENEMY_SCAR20\",\n\t\t\t\t\"percent\": 11.108804702758789\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
140
|
+
\"RESCUE_ALL_HOSTAGES\",\n\t\t\t\t\"percent\": 11.056628227233887\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
141
|
+
\"WIN_MAP_DE_SHORTTRAIN\",\n\t\t\t\t\"percent\": 10.975542068481445\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
142
|
+
\"TR_BOMB_PLANT_LOW\",\n\t\t\t\t\"percent\": 10.820350646972656\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
143
|
+
\"KILL_ENEMY_SSG08\",\n\t\t\t\t\"percent\": 10.090961456298828\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
144
|
+
\"KILL_ENEMY_AUG\",\n\t\t\t\t\"percent\": 10.07878303527832\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
145
|
+
\"SILENT_WIN\",\n\t\t\t\t\"percent\": 9.9382333755493164\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
146
|
+
\"KILL_ENEMY_TASER\",\n\t\t\t\t\"percent\": 9.28228759765625\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
147
|
+
\"KILL_ENEMY_G3SG1\",\n\t\t\t\t\"percent\": 9.2594289779663086\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
148
|
+
\"CAUSE_FRIENDLY_FIRE_WITH_FLASHBANG\",\n\t\t\t\t\"percent\": 8.7836151123046875\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
149
|
+
\"MEDALIST\",\n\t\t\t\t\"percent\": 8.7438974380493164\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
150
|
+
\"KILL_ENEMY_P90\",\n\t\t\t\t\"percent\": 8.57818603515625\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
151
|
+
\"KILL_ENEMY_HIGH\",\n\t\t\t\t\"percent\": 8.5212287902832031\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
152
|
+
\"KILL_ENEMY_M249\",\n\t\t\t\t\"percent\": 8.4952554702758789\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
153
|
+
\"PLAY_EVERY_GUNGAME_MAP\",\n\t\t\t\t\"percent\": 8.4575767517089844\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
154
|
+
\"FAST_HOSTAGE_RESCUE\",\n\t\t\t\t\"percent\": 8.2248630523681641\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
155
|
+
\"KILL_ENEMY_MP9\",\n\t\t\t\t\"percent\": 8.0448484420776367\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
156
|
+
\"KILL_ENEMY_GALILAR\",\n\t\t\t\t\"percent\": 7.9983091354370117\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
157
|
+
\"KILL_ENEMY_MAC10\",\n\t\t\t\t\"percent\": 7.7000722885131836\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
158
|
+
\"KILL_ENEMY_TEC9\",\n\t\t\t\t\"percent\": 7.249183177947998\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
159
|
+
\"WIN_MAP_DE_TRAIN\",\n\t\t\t\t\"percent\": 7.0343265533447266\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
160
|
+
\"GUN_GAME_FIRST_THING_FIRST\",\n\t\t\t\t\"percent\": 6.9899535179138184\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
161
|
+
\"BOMB_DEFUSE_LOW\",\n\t\t\t\t\"percent\": 6.7293190956115723\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
162
|
+
\"GUN_GAME_TARGET_SECURED\",\n\t\t\t\t\"percent\": 6.6768722534179687\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
163
|
+
\"GRENADE_MULTIKILL\",\n\t\t\t\t\"percent\": 6.6412248611450195\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
164
|
+
\"WIN_MAP_CS_OFFICE\",\n\t\t\t\t\"percent\": 6.6343441009521484\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
165
|
+
\"KILL_ENEMY_XM1014\",\n\t\t\t\t\"percent\": 6.5731377601623535\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
166
|
+
\"KILL_ENEMY_BIZON\",\n\t\t\t\t\"percent\": 6.5578446388244629\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
167
|
+
\"META_PISTOL\",\n\t\t\t\t\"percent\": 6.379702091217041\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
168
|
+
\"WIN_PISTOLROUNDS_HIGH\",\n\t\t\t\t\"percent\": 6.3751316070556641\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
169
|
+
\"BREAK_WINDOWS\",\n\t\t\t\t\"percent\": 6.3555560111999512\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
170
|
+
\"WIN_ROUNDS_HIGH\",\n\t\t\t\t\"percent\": 6.2701873779296875\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
171
|
+
\"KILL_ENEMY_HEGRENADE\",\n\t\t\t\t\"percent\": 6.2321786880493164\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
172
|
+
\"SURVIVE_MANY_ATTACKS\",\n\t\t\t\t\"percent\": 6.0389366149902344\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
173
|
+
\"TR_BOMB_DEFUSE_LOW\",\n\t\t\t\t\"percent\": 5.9352278709411621\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
174
|
+
\"KILL_ENEMY_UMP45\",\n\t\t\t\t\"percent\": 5.929100513458252\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
175
|
+
\"GOOSE_CHASE\",\n\t\t\t\t\"percent\": 5.9284152984619141\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
176
|
+
\"META_SHOTGUN\",\n\t\t\t\t\"percent\": 5.7981314659118652\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
177
|
+
\"KILLER_AND_ENEMY_IN_AIR\",\n\t\t\t\t\"percent\": 5.7669696807861328\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
178
|
+
\"KILL_ENEMY_MP7\",\n\t\t\t\t\"percent\": 5.6404271125793457\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
179
|
+
\"WIN_MAP_DE_DUST\",\n\t\t\t\t\"percent\": 5.172459602355957\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
180
|
+
\"WIN_GUN_GAME_ROUNDS_MED\",\n\t\t\t\t\"percent\": 4.9364190101623535\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
181
|
+
\"KILL_ENEMY_MOLOTOV\",\n\t\t\t\t\"percent\": 4.8890328407287598\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
182
|
+
\"META_RIFLE\",\n\t\t\t\t\"percent\": 4.5543107986450195\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
183
|
+
\"META_SMG\",\n\t\t\t\t\"percent\": 4.4186191558837891\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
184
|
+
\"WIN_MAP_CS_ITALY\",\n\t\t\t\t\"percent\": 4.2973575592041016\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
185
|
+
\"WIN_MAP_DE_AZTEC\",\n\t\t\t\t\"percent\": 3.8536627292633057\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
186
|
+
\"WIN_KNIFE_FIGHTS_HIGH\",\n\t\t\t\t\"percent\": 3.7483458518981934\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
187
|
+
\"KILLED_DEFUSER_WITH_GRENADE\",\n\t\t\t\t\"percent\": 3.5774555206298828\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
188
|
+
\"WIN_MAP_DE_SAFEHOUSE\",\n\t\t\t\t\"percent\": 3.4201998710632324\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
189
|
+
\"WIN_EVERY_GUNGAME_MAP\",\n\t\t\t\t\"percent\": 3.3470685482025146\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
190
|
+
\"META_WEAPONMASTER\",\n\t\t\t\t\"percent\": 3.2997674942016602\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
191
|
+
\"EARN_MONEY_HIGH\",\n\t\t\t\t\"percent\": 3.0507020950317383\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
192
|
+
\"GUN_GAME_RAMPAGE\",\n\t\t\t\t\"percent\": 2.8050897121429443\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
193
|
+
\"BOMB_MULTIKILL\",\n\t\t\t\t\"percent\": 2.6775059700012207\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
194
|
+
\"GUN_GAME_ROUNDS_MED\",\n\t\t\t\t\"percent\": 2.1902506351470947\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
195
|
+
\"RESCUE_HOSTAGES_LOW\",\n\t\t\t\t\"percent\": 1.9835014343261719\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
196
|
+
\"WIN_GUN_GAME_ROUNDS_HIGH\",\n\t\t\t\t\"percent\": 1.7567535638809204\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
197
|
+
\"RESCUE_HOSTAGES_MED\",\n\t\t\t\t\"percent\": 1.5663132667541504\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
198
|
+
\"WIN_GUN_GAME_ROUNDS_EXTREME\",\n\t\t\t\t\"percent\": 1.380510687828064\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
199
|
+
\"WIN_GUN_GAME_ROUNDS_ULTIMATE\",\n\t\t\t\t\"percent\": 1.334622859954834\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
200
|
+
\"GUN_GAME_ROUNDS_HIGH\",\n\t\t\t\t\"percent\": 1.2945239543914795\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
201
|
+
\"SURVIVED_HEADSHOT_DUE_TO_HELMET\",\n\t\t\t\t\"percent\": 0.037119876593351364\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
202
|
+
\"BOMB_DEFUSE_NEEDED_KIT\",\n\t\t\t\t\"percent\": 0.030391581356525421\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
203
|
+
\"BREAK_PROPS\",\n\t\t\t\t\"percent\": 0.024746585637331009\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
204
|
+
\"GUN_GAME_SELECT_SUICIDE_WITH_KNIFE\",\n\t\t\t\t\"percent\": 0.018949247896671295\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
205
|
+
\"WIN_MAP_CS_ASSAULT\",\n\t\t\t\t\"percent\": 0.0004908693372271955\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
206
|
+
\"KILL_ENEMY_USP\",\n\t\t\t\t\"percent\": 0.0004908693372271955\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
207
|
+
\"KILL_ENEMY_P228\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
208
|
+
\"KILL_ENEMY_SCAR17\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
209
|
+
\"WIN_MAP_DE_PORT\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
210
|
+
\"WIN_MAP_CS_MILITIA\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
211
|
+
\"KILL_ENEMY_MP5NAVY\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
212
|
+
\"KILL_ENEMY_SG552\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
213
|
+
\"WIN_MAP_DE_EMBASSY\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
214
|
+
\"KILL_ENEMY_GALIL\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
215
|
+
\"KILL_ENEMY_TMP\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
216
|
+
\"KILL_ENEMY_SCOUT\",\n\t\t\t\t\"percent\": 0.00048240603064186871\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
217
|
+
\"KILL_ENEMY_SG550\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
218
|
+
\"WIN_MAP_DE_TIDES\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
219
|
+
\"WIN_MAP_DE_PRODIGY\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
220
|
+
\"WIN_MAP_DE_PIRANESI\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
221
|
+
\"WIN_MAP_CS_COMPOUND\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
222
|
+
\"KILL_ENEMY_M3\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
223
|
+
\"WIN_MAP_DE_DEPOT\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
224
|
+
\"WIN_MAP_DE_CHATEAU\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
225
|
+
\"WIN_MAP_CS_HAVANA\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
226
|
+
\"WIN_MAP_DE_CBBLE\",\n\t\t\t\t\"percent\": 0.00047394278226420283\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
|
227
|
+
\"\",\n\t\t\t\t\"percent\": 0\n\t\t\t}\n\t\t]\n\t\t\n\t}\n}"
|
228
|
+
http_version:
|
229
|
+
recorded_at: Thu, 30 Oct 2014 17:15:42 GMT
|
230
|
+
recorded_with: VCR 2.9.3
|