find from API

Hello friends, I need help for API commands in mikrotik

me needed remove ip address from address list
how to create this command?

   $API->write('/ip/firewall/address-list/remove',false);
    $API->write('numbers=[find list=bruteforcer && address=95.31.5.109]',true);

this don’t work
Thanks

Because there is no find in api, use queries:
https://wiki.mikrotik.com/wiki/Manual:API#Queries

Yes i was reading this but don’t know how this create. Give me for examples please with the “find” operator