--- title: blog - Storefront API description: Fetch a specific `Blog` by one of its unique attributes. api_version: 2025-10 api_name: storefront type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/queries/blog' md: 'https://shopify.dev/docs/api/storefront/latest/queries/blog.md' --- # blog query Fetch a specific `Blog` by one of its unique attributes. ## Arguments * handle [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The handle of the `Blog`. * id [ID](https://shopify.dev/docs/api/storefront/latest/scalars/ID) The ID of the `Blog`. *** ## Possible returns * Blog [Blog](https://shopify.dev/docs/api/storefront/latest/objects/Blog) An online store blog. *** ## Examples * ### blog reference ## Query Reference ```graphql { blog { # blog fields } } ```