My own answer is: somewhat yes, but not so easily. We can use 2 functions:
https://developer.wordpress.org/reference/functions/parse_blocks/
https://developer.wordpress.org/reference/functions/render_block/
Not very well documented yet. But you can pass raw content to parse_blocks to have them back in array form.
The thing is that they don’t have some sort of ID. So this approach is not always usefult, depending on what you want to do with them.
Related Posts:
- WP Query by Gutenberg block and get its attribute
- Using pre_get_posts on a specific core/query block
- How to query for custom field within Gutenberg block from outside of that post? [closed]
- While creating Block Themes in WordPress, how can I query custom posts for an Archive view?
- Creating query to show which editor (classic or block) was last used to edit a post/page
- Block Editor – WordPress 6.1 – CPT Archive Issue – While the title changes in the loop, all records display the same data
- query loop “inherit query from template” prevents setting sort order
- Sort posts by category name and title
- ajax category filter
- Display posts the match taxonomy term linked from wp_list_categoies?
- WordPress 4.9.5 PHP intermittent warning trim() expects parameter 1 to be string, array given
- Merging multiple wp_query objects
- Nested query inside Logical operator OR not working in meta_query
- SQL Statement generated by WP_Query not producing expected results
- Only show first post to match certain criteria within WP_Query
- WP_Query on different site in a multisite setup
- Best practice for multiple queries on page
- How to order a post type with meta_value_num and if meta_value_num does not exist then order by date
- Exclude post on loop by multiple meta key value
- How to find out what “Blog pages show at most” is set to [duplicate]
- difference between $wp_the_query and $wp_query? & getting the values properly [duplicate]
- Ignore/Skip default value on orderby menu_order?
- WP_Query order by date in meta_value
- WP_Query pagination not working in admin area
- Custom Field sort not working (WP 3.8.1)
- Get post ID’s from one query and exclude from another
- Sanitizing search data for use with WP_Query
- WordPress Query is taking more then 20 second and stuck on creating index
- How to search by a post and a category name on wordpress at the same time?
- What’s the point of the query_vars filter?
- Meta query with order by another custom field
- Get the Plugin Which Triggered a MySql Query in WordPress?
- Difficulty with rewrite rules
- How can I get an array of all IDs from the current queried object?
- Get Category Archive Template Name Dynamically
- How to limit WP_Query to one result on the loop?
- WP User Query get all authors with last name starting with specific letter
- Query post from all category with same tag on 1 pages
- How to correctly pass values to wpdb->prepare()?
- Is there a way to include a post multiple times in the same query result?
- showing all search result in one template
- Filtering posts from different categories into different section by doing WP_Query only once
- Suggestions on making this query/code more performant
- Where to put meta Keys
- WP Query Args – Title or Taxonomy Value
- How to list posts with disabled/closed comments, with pagination?
- Category ‘pad_counts’ & ‘parent’ conflict
- WP User Query with Custom Fields and Search Results
- How to exclude Sticky from Recent Post?
- Display if author page is author page of current user
- WP_Query order by not working properly due to category I believe
- get_query_var always returns the default value
- WP_Query: apply an SQL function to meta fileld value
- The best way to store variable across different widgets
- Assign a minimum result count for WooCommerce query shortcodes?
- WPQuery calling specific posts problem
- Retrieve data from wordpress db via input and put those result in dropdown
- How to use ‘WP_Query’ or ‘query_posts’ to display content in a descending order
- How to display specific ids of posts using wp_query?
- Filtering by multiple conditions in the loop
- Limit loop to future events
- Echo User Name from User with most comments of today?
- Custom wp_query differs on index page and category page
- Tax_Query using WP_Query not working
- WordPress Queries Not Working?
- Magazine style frontpage with multiple categories/loops and no duplicate posts
- orderby ignored by wp_query
- $wp_query->found_posts not returning correct value
- How to make a post with certain taxonomy term display first before other post with only one query?
- Exception for excluding previously displayed posts in queries
- How do I compare the value of two taxonomies in a wp_query
- display ACF repater field in archive page
- Custom Taxonomy Archive Page to display either ALL listings or only from URL
- query hook parse_tax_query function takes no effect
- Any way to use FETCH_KEY_PAIR with $wpdb?
- Query by meta key and order by another meta key value
- Filter admin ajax data by url query
- Related posts queries
- Check for not NULL not working in meta query
- Display hierarchical structure of Custom post type in UL LI
- Using a variable within the blog posts array query – posts_per_page as variable
- Single query for multiple categories
- ACF query-pass field value
- Best way to query posts and order by relevancy to query
- Woocommerce WP_Query post__not_in problem
- how to show more than 1 post into three columns query
- tax_query not working for taxonomy slug
- custom query – offset to pagination
- Order Custom Field by Price
- How to Insert data with wp cron
- Get X posts for all post types on Taxonomy term archive
- When should you use WP_Query vs query_posts() vs get_posts()?
- Stop link being removed in menu/list when viewing that post
- Pagination in custom loop [duplicate]
- get contents and permalink from a specified page
- What query to append the 10 next posts?
- wp query problem
- How ‘secure’ are loops?
- Custom query for certain post type OR another post type with a certain category
- Custom Taxonomy in custom REST API search