Oskar Austegard

Claude API Response Viewer

A web-based tool to parse and display structured JSON responses from the Anthropic (Claude) API.

Live Demo Source Code

Overview

This tool renders the JSON output from a Claude API call into a human-readable format. It is particularly useful for analyzing responses that involve complex interactions, such as tool use for web searches and “thinking” steps. The viewer accepts a URL to a GitHub Gist containing the raw JSON, making it easy to share and inspect detailed API outputs.

Features

Usage

  1. Obtain the full JSON response from a Claude API call.
  2. Create a new public GitHub Gist and paste the JSON content into it. The Gist should contain only the raw JSON.
  3. Copy the URL of the Gist.
  4. Open the Claude API Response Viewer.
  5. Paste the Gist URL into the input field and click Load Response.
  6. The tool will fetch, parse, and display the structured response.

Technical Details

Credits

Created by Oskar Austegard (@oaustegard)


For issues, feature requests, or contributions, please open an issue on GitHub.