retrieve picklist by name

Hi, is it possible to retrieve a specific picklist (by name) using REST API.

GET/Picklists returns all the picklists but we have close to 400 of them in our environment

GET/Picklists/{PicklistID} is nice but I need to get the ID first

Thanks in advance