@@ -39,10 +39,6 @@ CSGOFloat is a free and open source API service that allows you to obtain the fl
3939
4040# API
4141
42- ### ** !! If you want to heavily use the public API, please host this repo yourself !!**
43-
44- ### ` https://api.csgofloat.com `
45-
4642### ` GET / `
4743
4844Parameters s, a, d, m can be found in the inspect link of a csgo item.
@@ -56,9 +52,9 @@ Parameters s, a, d, m can be found in the inspect link of a csgo item.
5652
5753##### Examples
5854
59- ` https ://api.csgofloat.com /?m=563330426657599553&a=6710760926&d=9406593057029549017`
55+ ` http ://<ip>:<port> /?m=563330426657599553&a=6710760926&d=9406593057029549017`
6056
61- ` https ://api.csgofloat.com /?s=76561198084749846&a=6777992090&d=3378412659870065794`
57+ ` http ://<ip>:<port> /?s=76561198084749846&a=6777992090&d=3378412659870065794`
6258
6359
6460
@@ -70,9 +66,9 @@ Parameters s, a, d, m can be found in the inspect link of a csgo item.
7066
7167##### Examples
7268
73- ` https ://api.csgofloat.com /?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S76561198084749846A698323590D7935523998312483177`
69+ ` http ://<ip>:<port> /?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S76561198084749846A698323590D7935523998312483177`
7470
75- ` https ://api.csgofloat.com /?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M625254122282020305A6760346663D30614827701953021`
71+ ` http ://<ip>:<port> /?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M625254122282020305A6760346663D30614827701953021`
7672
7773
7874### Reply
@@ -149,8 +145,6 @@ Allows you to request the inspect link data for multiple items at once.
149145
150146NOTE: Ensure that you send proper ` Content-Type: application/json ` headers
151147
152- > The public ` api.csgofloat.com ` API service ** DOES NOT** allow for this endpoint.
153-
154148Request Body:
155149
156150``` json
0 commit comments