Skip to content

Commit ddd49ee

Browse files
authored
Update README.md
1 parent 4191eac commit ddd49ee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ It's a simple [GraphQL](https://graphql.org/) API running on [Cloudflare workers
88

99
This API powers all of tarkov.dev and other notable projects as well:
1010

11+
- [stash](https://github.com/the-hideout/stash)
1112
- [ratscanner](https://github.com/RatScanner/RatScanner)
1213
- [errbot](https://github.com/GrantBirki/errbot)
1314
- [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
2728

2829
- View the prices of items
2930
- Get detailed ammo, armor, and weapon information
30-
- Fetch flea market data
31+
- Fetch real-time flea market data
3132
- View item weight, slots, etc
3233
- Calculate barter and hideout profit
3334
- Determine ergo, armor class, durability, etc for an item
3435
- Fetch detailed quest information and unlocks
3536
- View info about crafts and their requirements
37+
- Find information about in-game bosses
3638
- Detailed info on medicines, stims, and in-game healing
3739
- So much more (it would take up this entire page to list everything 😸)
3840

@@ -59,7 +61,9 @@ query {
5961
}
6062
```
6163

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)
6367
6468
## Development 🔨
6569

0 commit comments

Comments
 (0)