-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from LartTyler/release/1.18.0
Merge release/1.18.0 into master
- Loading branch information
Showing
6 changed files
with
51 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Monster Hunter World API | ||
Hey there! Welcome to the docs repository for the Monster Hunter World API. To view the docs, please visit the [GitHub Pages](https://docs.mhw-db.com/) site. If you're interested in contributing to the project, feel free to take a look at [the source code](https://github.com/LartTyler/MHWDB-API). If you have any comments, suggestions, or just wanna say hey, join the project's | ||
[Gitter](https://gitter.im/mhw-db/general) chat! | ||
Hey there! Welcome to the docs repository for the Monster Hunter World API. To view the docs, please visit the | ||
[GitHub Pages](https://docs.mhw-db.com/) site. If you're interested in contributing to the project, feel free to take a | ||
look at [the source code](https://github.com/LartTyler/MHWDB-API). If you have any comments, suggestions, or just wanna | ||
say hey, join the project's [Discord server](https://discord.gg/6GEHHQh)! | ||
|
||
Also, a huge thanks to everyone that's submitted issues and feedback, it's been a great help! It's really awesome seeing people making use of the project, and I'm excited to see what kinds of applications people end up building with it. | ||
Also, a huge thanks to everyone that's submitted issues and feedback, it's been a great help! It's really awesome seeing | ||
people making use of the project, and I'm excited to see what kinds of applications people end up building with it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ language_tabs: # must be one of https://git.io/vQNgJ | |
toc_footers: | ||
- <a href="https://github.com/LartTyler/MHWDB-API">View the Project On GitHub</a> | ||
- <a href="https://github.com/LartTyler/MHWDB-Docs/issues">Report a Bug / Request a Feature</a> | ||
- <a href="https://discord.gg/6GEHHQh">Join Us On Discord</a> | ||
- <a href="https://contrib.mhw-db.com">Browse the API</a> | ||
- <a href='https://github.com/lord/slate'>Documentation Powered by Slate</a> | ||
|
||
includes: | ||
|
@@ -33,4 +35,35 @@ search: true | |
--- | ||
|
||
# Introduction | ||
Welcome to the API docs for [https://mhw-db.com](https://mhw-db.com). | ||
Welcome to the API docs for [https://mhw-db.com](https://mhw-db.com). | ||
|
||
We are currently looking for help with data entry and validation. We also always welcome feedback and suggestions. | ||
Interesting in contributing to the project? [Join us on Discord!](https://discord.gg/6GEHHQh) | ||
|
||
## Accessing the API | ||
All data in the API can be accessed using the base URL `https://mhw-db.com`. You may optionally include a language tag | ||
as the prefix to any route in the API, in order to retrieve results that have been translated to a specific language. | ||
For a list of supported language tags, see the section on [Localization](#localization) below. | ||
|
||
Example code and URLs in the rest of this documentation will not include any language tag prefixes for the sake of | ||
readability. | ||
|
||
## Localization | ||
Currently, the API supports the following languages. | ||
|
||
|Language|Tag| | ||
|---|---| | ||
|English|—| | ||
|French|`fr`| | ||
|German|`de`| | ||
|Chinese (simplified)|`zh`| | ||
|Chinese (traditional)|`zh-Hant`| | ||
|
||
The default language is English, and does not require a language tag prefix on any route. To switch to any other | ||
language, simply prefix the route with the tag, e.g. `https://mhw-db.com/zh-Hant/weapons/1`. | ||
|
||
**Please be aware** that not all supported languages will contain localized data, and may return `null` values for | ||
string fields. Localization requires manual data entry, and we're working through getting localized names into the API | ||
as quickly as possible. If you would like to help with localization, please reach out to me at | ||
[[email protected]](mailto:[email protected]), or contact us via the [Discord server](https://discord.gg/6GEHHQh) | ||
linked in the sidebar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters