-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcats
More file actions
58 lines (58 loc) · 1.88 KB
/
cats
File metadata and controls
58 lines (58 loc) · 1.88 KB
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
[
{
"id": "8",
"name": "AR",
"full_name": "Assault Rifels",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/ar-gun.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/ar"
},
{
"id": "13",
"name": "LMG",
"full_name": "Light Machine Guns",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/lmg.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/lmg"
},
{
"id": "12",
"name": "MR",
"full_name": "Marksman Rifles",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/marksman-rifles.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/mr"
},
{
"id": "10",
"name": "OTHER",
"full_name": "Others",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/others.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/other"
},
{
"id": "2",
"name": "PISTOL",
"full_name": "Pistols",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/pistol.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/pistol"
},
{
"id": "6",
"name": "SHOTGUN",
"full_name": "Shotguns",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/shotgun-gun.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/shotgun"
},
{
"id": "7",
"name": "SNIPER",
"full_name": "Sniper Rifels",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/sniper-gun.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/sniper"
},
{
"id": "3",
"name": "SMG",
"full_name": "Sub Machine Guns",
"image": "https://raw.githubusercontent.com/pubgapi/v2/main/images/gun-category/smg-gun.png",
"source": "https://raw.githubusercontent.com/pubgapi/v2/main/cat/smg"
}
]