Jump to content

matheusmnzs

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

matheusmnzs's Achievements

Newbie

Newbie (1/14)

  • One Month Later
  • Week One Done
  • First Post Rare

Recent Badges

0

Reputation

  1. 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, ], [ ... ] }
×
×
  • Create New...