API docs

This page summarizes the projects mentioned and recommended in the original post on /r/api

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • graphiql

    GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

  • If you're building a GraphQL API, you use the Schema Definition Language to write your spec. Then you can run a GraphiQL server pointing to your spec file to visualise and test the API design.

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • All this being said, if this the first time you're building an API, I recommend you to use a library or framework that can generate the API documentation directly from your code. Most web development frameworks can do that, or have plugins that do that. For example, Python's FastAPI library can generate API documentation directly from your code.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

  • https://swagger.io/ is designed for that.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Connect a FastAPI Server to PostgreSQL and Deploy on GCP Cloud Run

    7 projects | dev.to | 26 May 2023
  • Why not OpenAPITools?

    3 projects | /r/golang | 9 Feb 2023
  • TypeSpec: A New Language for API-Centric Development

    11 projects | news.ycombinator.com | 29 Apr 2024
  • The Stainless SDK Generator

    10 projects | news.ycombinator.com | 24 Apr 2024
  • FastAPI Got Me an OpenAPI Spec Really... Fast

    4 projects | dev.to | 22 Apr 2024