Skip to content
Arnab Nandy edited this page Jun 7, 2026 · 2 revisions

πŸ“Œ Repository Description

API Response Comparator is a lightweight tool designed to compare and analyse API responses across different environments or versions. It helps developers quickly identify discrepancies in JSON structures, values, and formats, making debugging and regression testing more efficient.

πŸ”‘ Key Features

Response comparison: Detect differences between API outputs in staging vs. production, or across versions.

JSON structure validation: Ensure consistency in keys, nested objects, and data types.

Highlight mismatches: Pinpoint exact fields where values diverge.

Lightweight setup: Built with TypeScript, JavaScript, and CSS for easy integration.

Open-source flexibility: Licensed under MIT, allowing customisation for your workflow.

πŸ› οΈ Tech Stack

TypeScript (78%) – Core logic and comparison engine

JavaScript (12%) – Utility functions and helpers

CSS (10%) – Simple UI styling for readability

πŸš€ Use Cases

Regression testing: Validate API changes before deployment.

Environment consistency: Compare staging vs. production responses.

Data validation: Ensure API outputs meet expected formats.

πŸ“„ License

This project is released under the MIT License, making it free to use, modify, and distribute.