ACF fields are not in the tags rest api

Hello, I’m working on a project where the client wants to have an additional menu at the top of categories and tag archive, along with the description
I built a custom handler to get the description, and for the additional menu I made a custom field in the categories and tags
it works perfectly well for cats, but the acf field doesn’t appear in the tags rest api
this is the repo https://github.com/alexadark/javierlorrente
this is the frontity site: https://javierlorrente.vercel.app/
and this is the wp rest api https://jl.gatsby-wp.com/wp-json
I imagine that we need to create some custom end point on the wp side…but I’m much more a javascripter than a PHP coder, so I have no idea how

Hi @alexaspalato

Apologies for the delay in getting round to this. I’ve been on holiday.

When I click the link to the frontity site I get “Internal Server Error”, so can’t see what you’re trying to do. Let me know what the status is with this query and whether you still need help on this.

I have the same problem, I do not see the acf in the api. With this code I make it load the start date and even so, it does not appear in the api.
useEffect(() => { actions.source.fetch("/hosting") actions.source.fetch("/start") }, [])