You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Data are sourced from files maintained at [this repository](https://github.com/B
6
6
7
7
## Usage
8
8
9
-
This API currently supports **5 core languages** to keep the repository size manageable. To access information in a specific language, replace `{language}` in the URL with one of the supported language codes listed below.
9
+
This API currently supports **2 languages**. To access information in a specific language, replace `{language}` in the URL with one of the supported language codes listed below.
10
10
11
11
```http
12
12
GET https://raw.githubusercontent.com/ByMykel/CSGO-API/main/public/api/{language}
@@ -16,11 +16,8 @@ GET https://raw.githubusercontent.com/ByMykel/CSGO-API/main/public/api/{language
16
16
17
17
| Language Name | Language Code |
18
18
| --------------------- | ------------- |
19
-
| Portuguese (Brazil) | pt-BR |
20
19
| English | en |
21
-
| Russian | ru |
22
20
| Chinese (Simplified) | zh-CN |
23
-
| Spanish (Spain) | es-ES |
24
21
25
22
## Adding More Languages
26
23
@@ -237,7 +234,7 @@ Example response:
237
234
```js
238
235
[
239
236
{
240
-
id:"sticker-slab-75",
237
+
id:"sticker_slab-75",
241
238
name:"Sticker Slab | Titan | Katowice 2014",
242
239
description:"The sticker is safely sealed in this slab. You can return the sticker to your inventory at any time by cracking open and discarding this slab.<br><br>This charm can be attached to any weapon you own. Each attached charm can be detached by using a Charm Detachment. Detached charms will be returned to your inventory.",
This API currently supports <strong>5 core languages</strong> to keep the repository size manageable. To access information in a specific language, replace <span>{language}</span> in the URL with one of the supported language codes:
453
-
<spanclass="language-code">pt-BR</span>
452
+
This API currently supports <strong>2 languages</strong>. To access information in a specific language, replace <span>{language}</span> in the URL with one of the supported language codes:
description: "The sticker is safely sealed in this slab. You can return the sticker to your inventory at any time by cracking open and discarding this slab.<br><br>This charm can be attached to any weapon you own. Each attached charm can be detached by using a Charm Detachment. Detached charms will be returned to your inventory.",
0 commit comments