This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"aid": "test-add-6", | |
"name": "Testing Adding 666 API", | |
"type": "Contract", | |
"description": "This is a contract APIs.json, providing a boilerplate contract that an API consumer, or potential API consumer can use to express what is expected when one company provides an API to another company.", | |
"image": "https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg", | |
"tags": [ | |
"Application Programming Interface", | |
"API", | |
"Contract" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aid: test-add-1 | |
name: Testing Adding API | |
type: Contract | |
description: |- | |
This is a contract APIs.json, providing a boilerplate contract that an API consumer, or potential API consumer can use to express what is expected when one company provides an API to another company. | |
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg | |
tags: | |
- Application Programming Interface | |
- API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$id: 'https://spec.openapis.org/arazzo/1.0/schema/2024-08-01' | |
$schema: 'https://json-schema.org/draft/2020-12/schema' | |
description: |- | |
The description of OpenAPI Initiative Arazzo v1.0.0 documents | |
without schema validation, as defined by https://spec.openapis.org/arazzo/v1.0.0 | |
type: object | |
properties: | |
arazzo: | |
description: The version number of the Arazzo Specification | |
type: string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aid: mastercard-fdx | |
name: Mastercard Developer Hub for FDX APIs | |
type: Index | |
description: |- | |
The Financial Data Exchange (FDX) is a nonprofit industry standards body that created the FDX API, a technical standard for user-permissioned financial data sharing. The FDX API standard, like other data sharing methods used in open banking, gives consumers more control over who can access their financial data. The open banking industry is founded on the principles of interoperability, which are being advanced by forthcoming rulemaking from the The Consumer Financial Protection Bureau (CFPB). | |
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg | |
tags: | |
- Banking | |
- Open Banking | |
- FDX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: Sign-Up | |
url: 'https://developer.apis.io/signup/' | |
- type: Login | |
url: 'https://developer.apis.io/login/' | |
- type: Keys | |
url: 'https://developer.apis.io/keys/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: Plans | |
url: 'https://developer.apis.io/plans/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- id: starter | |
name: Starter | |
description: The default API access plan, where every new account begins, allowing the consumer to kick the tires, and see what the API is all about. | |
entries: | |
- label: API calls | |
description: to the search API | |
metric: calls | |
limit: 25 | |
timeFrame: day | |
geo: US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: JSON:API OpenAPI | |
description: A base OpenAPI for the JSON:API to be used as seed for new APIs. | |
version: 1.0.0 | |
tags: | |
- name: Resources | |
description: An array of JSON:API resources. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"title": "JSON:API JSON Schema", | |
"description": "This is a JSON Schema for responses in the JSON:API format. For more, see http://jsonapi.org.", | |
"type": "object", | |
"required": [ | |
"data" | |
], | |
"properties": { | |
"data": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aid: api-commons | |
name: API Commons API Snack for AI - Send Twilio Message | |
type: Snack | |
description: |- | |
This is an API Commons Snack for artificial intelligence, providing a single API-powered capability that can be used via artificial intelligence applications. | |
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg | |
tags: | |
- Twilio | |
- Messages | |
created: '2024-09-27' |
NewerOlder