Difference between revisions of "Ryzom API"

From EncyclopAtys

Jump to: navigation, search
(Base URL)
m (Third party libraries: plainlinks)
Line 25: Line 25:
  
 
== Third party libraries ==
 
== Third party libraries ==
([[:wikipedia:PHP|PHP]]) Sheet translations and info about resources can be found from the [https://github.com/nimetu/ryzom-extra https://github.com/nimetu/ryzom_extra] repository. The [https://github.com/nimetu/ryzom_extra/tree/json-resources json-resources] branch has data in [[:wikipedia:JSON|JSON]] format.
+
([[:wikipedia:PHP|PHP]]) Sheet translations and info about resources can be found from the <span class="plainlinks">[https://github.com/nimetu/ryzom-extra https://github.com/nimetu/ryzom_extra]</span> repository. The <span class="plainlinks">[https://github.com/nimetu/ryzom_extra/tree/json-resources json-resources]</span> branch has data in [[:wikipedia:JSON|JSON]] format.
  
 
<br />
 
<br />

Revision as of 18:24, 22 July 2020


Important.png
Under Construction Panel.png !!!! WIP !!!! Under Construction Panel.png
There are currently still 74 articles in preparation in the category "WIP"
Article in preparation. Please let the author finish it before you modify it.
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.










Last version 2023-05-27•

Portal|Forge