--- title: blogByHandle - Storefront API description: Find a blog by its handle. api_version: 2025-01 api_name: storefront type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/queries/blogByHandle' md: 'https://shopify.dev/docs/api/storefront/2025-01/queries/blogByHandle.md' --- # blog​By​Handle query Deprecated. Use [blog](https://shopify.dev/docs/api/admin-graphql/latest/queries/blog) instead. Find a blog by its handle. ## Arguments * handle [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) required The handle of the blog. *** ## Possible returns * Blog [Blog](https://shopify.dev/docs/api/storefront/2025-01/objects/Blog) An online store blog. *** ## Examples * ### blogByHandle reference ## Query Reference ```graphql { blogByHandle(handle) { # blogByHandle fields } } ```