Difference between revisions of "Ryzom API"

From EncyclopAtys

Jump to: navigation, search
m (Third party libraries: plainlinks)
(Welcome to the Ryzom API)
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=
+
=Basics=
 
== Base URL ==
 
== Base URL ==
 
All requests are using '''<span class="plainlinks">[https://api.ryzom.com 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.

Revision as of 18:25, 22 July 2020


Important.png
Under Construction Panel.png !!!! WIP !!!! Under Construction Panel.png
There are currently still 76 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

Basics

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