--- title: blogByHandle - Storefront API description: Find a blog by its handle. api_version: 2025-10 api_name: storefront type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/queries/blogbyhandle md: https://shopify.dev/docs/api/storefront/latest/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/latest/scalars/String) required The handle of the blog. *** ## Possible returns * Blog [Blog](https://shopify.dev/docs/api/storefront/latest/objects/Blog) An online store blog. *** ## Examples * ### blogByHandle reference ## Query Reference ```graphql { blogByHandle(handle) { # blogByHandle fields } } ```