create custom post type and populate custom fields using php
Have a look here: How to add/edit advanced custom fields on custom post type’s WordPress REST API? You need a little bit of extra code to hook up the WordPress REST API to the ACF functions to get and write ACF fields. Then with that, you can access the fields directly like other ‘regular’ post … Read more