Jump to content

matheusmnzs

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by matheusmnzs

  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...