You can get the CMS Static Blocks collection by an identifier in Magento 2 by calling the BlockRepositoryInterface interface.
Magento\Cms\Api\BlockRepositoryInterface is used for getting CMS Static Blocks in Magento 2.
BlockRepositoryInterface is used when you need to fetch a collection of CMS Static blocks or get specific CMS static block data.
Continue reading “Get CMS Block content by identifier in Magento 2.”