Go-Client for Traefik's REST API

Hello everyone, I'm trying to get the IngressRoutes description in my web application using Traefik's api calls. I'm looking for a package I can import in my backend so that I can get Traefik relate CRDs. Do you know if there is a go-client that manages this in Traefik?
I'm able to get some details using Api-extension but I would rather using Traefik's API, as the information there is much more complete.
Thank you very much in advance!