WordPress pods io – Rest API for fetching fields information for custom post type

On the “REST API” tab, you should be to enable the new post type to show all the custom fields in the standard WordPress REST API.

Also, in each field’s options, you should be able to set if that field should be viewable and/or editable via the API, if you only want to show a few fields.

After that, you should be able to see the endpoints for your custom post type in http://example.com/your_wordpress_site/wp-json/wp/v2

Leave a Comment