About 337,000 results
Open links in new tab
  1. API Documentation & Design Tools for Teams | Swagger

    Simplify API development for users, teams, and enterprises with our open source and professional toolset. Find out how Swagger can help you and get started today.

  2. Swagger (software) - Wikipedia

    Helped by the use of the Apache 2.0 open-source license, a number of products and online services began including Swagger in their offerings, which accelerated quickly after adoption …

  3. Documenting RESTful APIs with Swagger - GeeksforGeeks

    Jul 23, 2025 · Swagger, now known as OpenAPI, is a framework for documenting RESTful APIs. It provides a standardized way to describe the functionalities of an API, making it easier for …

  4. Swagger API Explained - Overview of Benefits and Features

    Swagger is one of the most well-known open-source frameworks for describing, documenting, and developing RESTful APIs. It provides a standardized method for API specification, making it …

  5. Swagger - Streetlights Kafka API

    Command a particular streetlight to turn the lights on or off. Whether to turn on or off the light. Date and time when the message was sent. Additional properties are allowed. This example …

  6. How to Use Swagger UI Locally: A Step-by-Step Guide

    Dec 10, 2024 · Whether you need to check the API’s behavior or verify its design, Swagger UI makes it easy. While there are online versions of Swagger UI, there are times when you might …

  7. ASP.NET Core web API documentation with Swagger / OpenAPI

    Aug 26, 2024 · Swagger (OpenAPI) is a language-agnostic specification for describing REST APIs. It allows both computers and humans to understand the capabilities of a REST API …

  8. What is Swagger and Why Does it Matter? - ReadMe

    May 22, 2024 · Swagger (now the “Open API Initiative” — more on that later!) is a framework for describing your API using a common language that everyone can understand. It’s used for …

  9. Swagger - GitHub

    swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. Swagger …

  10. Authentication not working in Swagger with .NET 10

    Dec 1, 2025 · Previously when using .NET 9, I could authenticate in Swagger using an Authorize button and auth-protected endpoints would have a "lock" icon on them: But now …