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