From EncyclopAtys
(→Base URL) |
|||
Line 12: | Line 12: | ||
API changes log can be found on '''<span class="plainlinks">[https://app.ryzom.com/app_forum/index.php?page=topic/view/18541 forum]</span>''' | API changes log can be found on '''<span class="plainlinks">[https://app.ryzom.com/app_forum/index.php?page=topic/view/18541 forum]</span>''' | ||
+ | =Welcome to the Ryzom API= | ||
== Base URL == | == Base URL == | ||
− | All requests are using '''<span class="plainlinks">[https://api.ryzom.com]</span>''' as base url. | + | All requests are using '''<span class="plainlinks">[https://api.ryzom.com https://api.ryzom.com]</span>''' as base url. |
== API keys == | == API keys == |
Revision as of 17:23, 22 July 2020
The last editing was from Dorothée on 22.07.2020.
This page is the Wiki Forge version of api.ryzom.com site
According to Wikipedia, an An API or "Application Programming interface" is a computing interface which defines interactions between multiple software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc. [...]Through information hiding, APIs enable modular programming, which allows users to use the interface independently of the implementation.
In our case: Ryzom API is an URL based system to get some Ryzom in-game information like game time, character, guild profile... API changes log can be found on forum
Welcome to the Ryzom API
Base URL
All requests are using https://api.ryzom.com as base url.
API keys
- API keys are 41 alphanumeric characters. Character keys start with 'c' and guild keys with 'g'.
- API keys must be created using "RyzomAPI app": https://app.ryzom.com/app_ryzomapi
- You must be guild leader or high officer to manage and view guild api key.
PHP API
PHP API library can be found in the ryzomapi_lite repository.
Third party libraries
(PHP) Sheet translations and info about resources can be found from the https://github.com/nimetu/ryzom_extra repository. The json-resources branch has data in JSON format.
Portal|Forge