当前位置: 首页 > 软件库 > 云计算 > >

openapi-directory

授权协议 CC0-1.0 License
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 郑卜鹰
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

banner

Directory of API definitions in OpenAPI(fka Swagger) 2.0 and 3.x formats.
API access to collection: Go! - We also have an RSS Feed

Add API

Our goal is to create the most comprehensive, standards-compliant and up-to-date directory of machine-readable API definitions, with the following principles:

  • Open source, community driven project.
  • Only publicly available APIs (free or paid).
  • Anyone can add or change an API, not only API owners.
  • All data can be accessed through a REST API.

If you want to reference this project and you need an icon or even a banner, check our branding guide. If you love our logo, we have a RedBubble store where you can buy official stickers, t-shirts, mugs etc.

The project was started by Ivan Goncharov of APIs.guru, it is now maintained by Mike Ralphson of Mermade Software. Check out our other OpenAPI-related projects.

APIs.guru provide services and consultancy around the GraphQL and OpenAPI specifications and APIs in general.You can contact us at founders@apis.guru / mike.ralphson@gmail.com

What does APIs.guru do?

  • Filter out private and non-reliable APIs
  • Convert non-OpenAPI formats into OpenAPI 3.x
  • Fix mistakes, ~80% of definitions have some
  • Add additional data, like: logo, categories, …
  • Update definitions on at least a weekly basis

API definition acceptance criteria

  • Public - anyone can access it as long as they follow some clearly defined steps (subscribe, pay fees, etc.).
  • Persistent - API is made with long-lived goal, and not for a particular event (conference, hackathon, etc.).
  • Useful - API should provide useful functionality not only for its owner.

Update procedure

All definitions are automatically updated from their original source.You can see this in the x-origin property within each openapi.yaml or swagger.yaml file.We run our update script at least weekly and automatically revalidate before committing.If you see some APIs are not updated for more than 2 weeks please open an issue.

Own-Label API Directory

Do you want an 'own-label' or internal version of the OpenAPI Directory to create your own marketplace or keep track and document both your internal APIs and the external API definitions your organisation depends on? If so contact us now!

Existing integrations

  • Apideck - Faster data integration through Unified APIs
  • API Tracker - Aggregates 14,000+ APIs, SDKs, API specifications, integrations and DX profiles. It aims to help developers access the information they need to integrate APIs faster.
  • https://any-api.com - Documentation and Test Consoles for Public APIs
  • https://datafire.io - allows you to process and transfer data between APIs, databases, and more
  • https://pipedream.com/ - The integration platform built for developers
  • https://sdks.io - Explore Automatically Generated SDKs
  • https://cenit.io - Data integration platform
  • commandcar - Curl on steroids
  • Material Swagger UI Hub - testing and exploring hub for Material Swagger UI demo
  • HTTP Toolkit Beautiful & open-source tools to debug, test and develop with HTTP(S)
  • Paw - The most powerful HTTP client for Mac - You can import definitions and directly play with the APIs, see how
  • Bitscoop - A better way to create and maintain integrations
  • WinSwag - A UWP app for loading Swagger definitions and exploring REST APIs
  • ReadMe.io - Beautiful, personalized, interactive developer hubs.
  • OpenAPI-Directory-JS - The OpenAPI directory precompiled & indexed for JS usage & searching.

Also used as test suite in the following projects:

  • ReDoc - OpenAPI-generated API Reference Documentation
  • swagger-parser - OpenAPI parser and validator for Node and browsers
  • SwaggerProvider - F# Type Provider for Swagger
  • ardoq-swagger-addon - Ardoq OpenAPI addon
  • swagvali - Module to build validators for OpenAPI Request parameters and Response objects
  • swagger-search - An application that collects and indexes swagger docs from your microservices architecture

Integration with 3rd-party services

We discourage you from using Github RAW links or Git directly, the repository structure may change in the future.Instead, we strongly recommend you to use our REST API.

Licenses

All API definitions contributed to project by authors are covered by the CC01.0 license.
All API definitions acquired from public sources under the Fair use principle.

Definition sources

Some definitions are taken from Open Source projects:

Contributors

This project exists thanks to all the people who contribute.

Asynchronous APIs

See also AsyncAPI-Directory

Backers

Thank you to all our backers! �� Become a backer.

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.

Partners

Support this project by becoming a partner. Your logo will be displayed prominently in this project and we will work with you to publicise and showcase your projects. Become a partner.

  • import os import time import json import hashlib import hmac import requests import execjs import uuid import urllib3 import sys # 控制台地址 CONSOLE_ADDRESS = 'https://ip:4433' # Open API ID API_ID = 'xxx

  • 现象: 一段代码: ClassLoader loader = XXXUtil.class.getClassLoader(); String jsFileName = loader.getResource("") + "/resources/" + fileName; logger.info("文件路径为"+jsFileName);    在本地开发测试,完全ok(w

  • 本文整理匯總了Java中com.intellij.openapi.util.io.FileUtil.createDirectory方法的典型用法代碼示例。如果您正苦於以下問題:Java FileUtil.createDirectory方法的具體用法?Java FileUtil.createDirectory怎麽用?Java FileUtil.createDirectory使用的例子?那麽恭喜您,

  • 背景:我是将本地文件夹转化成git仓库,之后报错。 Error: ENOENT: no such file or directory, open ‘E:\目录’ 解决方式:我发现了有一个 git 标记过的文件提醒了我,我在想是不是因为 package-lock.json 文件导致的,在我删掉之后,重新 npm install ,果不其然,他又自动生成了 package-lock.json 文件,问

 相关资料
  • OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms. It makes no assumptions about the structure of your agent, and is compatible with any numerical computation libr

  • 可以通过 OpenAPI Generator,在给定 OpenAPI 规范(v2, v3)的情况下自动生成 API 客户端库、server stubs、文档以及配置。 目前支持以下语言/框架: Languages/Frameworks API clients ActionScript, Ada, Apex, Bash, C# (.net 2.0, 3.5 or later), C++ (cppre

  • Build, Validate, Route, Authenticate, and Mock using OpenAPI definitions. OpenAPI Backend is a Framework-agnostic middleware tool for building beautiful APIs with OpenAPI Specification. Features Build

  • OpenAPI-CodeGen Node.js-based codegen for OpenAPI documents. This project was initially a 24-hour hackathon. The local model adaptor code is entirely original and has been reverse-engineered from the

  • OpenAPI Specification 的目标是为 REST API 定义一个标准的、与语言无关的接口,允许人和计算机在不访问源代码、文档或通过网络的情况下发现和理解服务的功能。 通过 OpenAPI 的正确定义,消费者可以用最简答的方式理解远程服务并与其交互,消除了调用服务时的猜测。 OpenAPI不需要重写现有的API。它不需要将任何软件绑定到服务,所描述的服务甚至可能不是您的。然而,它要