Jump to content

API Documentation v2


Dia

Recommended Posts

  • 4 years later...

Hello there,

I just found divine-pride and it was exactly what I was looking for a small project with ragnarok :D

I created an account and requested an API key but I can't conect to it. It keeps giving me Unauthorized: Access is denied due to invalid credentials.

Could you tell me what I'm doing wrong?

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...
  • 3 years later...

Hello,


Is there an endpoint where I can pass a string and get a list of items that contain that string in their name?

Example:

//Request: /api/database/Items/capacete?apiKey=:myApiKey&server=bRO
 
//Response:
{
  [
    "name": "Capacete de Aceleração [1]",
    "resName": "Runaway_Accelerator",
    "id": 400047,
  ],
  [
    "name": "Capacete de Intensificação [1]",
    "resName": "Legacy_of_Wise_One_J",
    "id": 400287,
  ],
  [ ... ]
}
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...