I can’t get those posts from the wordpress to ionic

The API endpoint for the post type ‘accomodation’ is /wp-json/wp/v2/posts?type=accomodation

Custom Post Types however are not shown in the API by default. You can enable this per Post Type by adding show_in_rest' => true, to the register_post_type arguments.

Documentation can be found here