awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
IG-Group avatar

IG-Group/swagger-search

0
View on GitHub↗
29 stars·9 forks·CSS·Apache-2.0·8 views

Swagger Search

Swagger Search is an application that aggregates the Swagger/OpenAPI documentation of your microservice architecture in one place, where your can browse it or search endpoints based on their url, documentation, the parameters it accepts or their types.

Features

  • API Specification Tools - Indexes and discovers API definitions within microservice architectures.

Star history

Star history chart for ig-group/swagger-searchStar history chart for ig-group/swagger-search

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Swagger Search

These projects share indexed features with Swagger Search. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mulesoft/api-designermulesoft avatar

    mulesoft/api-designer

    1,069View on GitHub↗

    This project provides a web-based integrated development environment for defining, documenting, and simulating software interface specifications. It serves as a browser-based modeling tool that enables teams to create structured API contracts using the RAML modeling language. The environment distinguishes itself through its modular design, which allows the modeling interface to be embedded directly into existing web applications and developer portals. It supports a plugin architecture that enables the integration of custom persistence layers and metadata handlers, allowing teams to attach pro

    JavaScriptramlraml-designraml-tooling
    View on GitHub↗1,069
  • apiaryio/dreddapiaryio avatar

    apiaryio/dredd

    4,224View on GitHub↗

    Dredd is an HTTP API contract testing tool and specification validator. It functions as an automated test runner that verifies whether a live backend server's behavior adheres to a formal API specification document. The system performs language-agnostic API testing by transforming specification definitions into HTTP requests and matching the resulting responses against the defined JSON schemas. This process ensures that the server implementation remains compliant with the design contract regardless of the programming language used to build the backend. The tool manages the test lifecycle thr

    JavaScript
    View on GitHub↗4,224
  • bigstickcarpet/swagger-parserB

    BigstickCarpet/swagger-parser

    0View on GitHub↗

    Parses Swagger specs in JSON or YAML format - Validates against the Swagger 2.0 schema or OpenAPI 3.0 Schema - Resolves all $ref pointers, including external files and URLs - Can bundle all your Swagger files into a single file that only has internal $ref pointers - Can dereference all $ref…

    View on GitHub↗0
  • apiaryio/api-blueprintapiaryio avatar

    apiaryio/api-blueprint

    8,648View on GitHub↗

    api-blueprint is a markdown-based API design language and specification standard used to define the structure, behavior, and data schemas of HTTP web services. It provides a formal method for mapping HTTP methods to resources and defining payload validation rules through a machine-readable syntax. The project functions as a blueprint for creating interactive technical documentation and functional mock servers. These tools transform design specifications into human-readable guides and simulated backend environments to enable integration testing before implementation. The language covers API m

    View on GitHub↗8,648
Compare all 12 related projects→

Frequently asked questions

What does ig-group/swagger-search do?

Swagger Search is an application that aggregates the Swagger/OpenAPI documentation of your microservice architecture in one place, where your can browse it or search endpoints based on their url, documentation, the parameters it accepts or their types.

What are the main features of ig-group/swagger-search?

The main features of ig-group/swagger-search are: API Specification Tools.

Which projects share features with ig-group/swagger-search?

Projects with overlapping indexed features include: mulesoft/api-designer — This project provides a web-based integrated development environment for defining, documenting, and simulating… apiaryio/api-blueprint — api-blueprint is a markdown-based API design language and specification standard used to define the structure,… apiaryio/dredd — Dredd is an HTTP API contract testing tool and specification validator. It functions as an automated test runner that… bigstickcarpet/swagger-parser — Parses Swagger specs in JSON or YAML format - Validates against the Swagger 2.0 schema or OpenAPI 3.0 Schema -… subeeshcbabu/swagvali — A module to build validators for Swagger(OpenApi) Request parameters and Response objects. andrewwalsh/openapi-devtools — openapi-devtools is a browser extension and OpenAPI specification generator that captures network traffic to…