Get equipped items with plugin

Hey,
I want to know if there is a way to get equipped items of my character using plugin API?
I know I can get items but I don’t know if I can get equipped items.

Theres no API thats going to return only equipped items but you can use get_inventory and just check the item slots to see what items is there. Slot 13 is the first slot in your inventory so everything else before that is equip slots.