@@ -8,6 +8,7 @@ It's a simple [GraphQL](https://graphql.org/) API running on [Cloudflare workers
8
8
9
9
This API powers all of tarkov.dev and other notable projects as well:
10
10
11
+ - [ stash] ( https://github.com/the-hideout/stash )
11
12
- [ ratscanner] ( https://github.com/RatScanner/RatScanner )
12
13
- [ errbot] ( https://github.com/GrantBirki/errbot )
13
14
- [ thehideout] ( https://play.google.com/store/apps/details?id=com.austinhodak.thehideout&hl=en_US&gl=US )
@@ -27,12 +28,13 @@ A community made GraphQL API for Escape from Tarkov
27
28
28
29
- View the prices of items
29
30
- Get detailed ammo, armor, and weapon information
30
- - Fetch flea market data
31
+ - Fetch real-time flea market data
31
32
- View item weight, slots, etc
32
33
- Calculate barter and hideout profit
33
34
- Determine ergo, armor class, durability, etc for an item
34
35
- Fetch detailed quest information and unlocks
35
36
- View info about crafts and their requirements
37
+ - Find information about in-game bosses
36
38
- Detailed info on medicines, stims, and in-game healing
37
39
- So much more (it would take up this entire page to list everything 😸)
38
40
@@ -59,7 +61,9 @@ query {
59
61
}
60
62
```
61
63
62
- > More examples can be found in our [ graphql example docs] ( ./docs/graphql-examples.md ) 📚
64
+ More examples can be found in our [ graphql example docs] ( ./docs/graphql-examples.md ) 📚
65
+
66
+ > Even more examples can be found on our [ api] ( https://tarkov.dev/api/ ) page on tarkov.dev (includes many programming languages too)
63
67
64
68
## Development 🔨
65
69
0 commit comments