Endpoint for Puppet facts?

Is there an endpoint to get the all the puppet facts?
The database has a table facts_names and facts_values with very useful information.
/api/v2/hosts/id/facts seems not to deliver all these information provided in the tables.

I just found out that the limitation per page was affecting my output. Problem solved.