Git Product home page Git Product logo

api-json's Introduction

api.json

This is a proposed specification for an api.json file, which can be placed in the root of any domain, providing a single inventory of all API resources available within that domain, as well as pointers to other associated api.json files.

  • name
  • description
  • image
  • tags
  • url
  • specificationVersion
  • type
  • apis (collection)
    • name
    • description
    • image
    • humanURL
    • machineURL
    • tags
    • properties (collection)
      • type
      • url
    • contact (collection)
      • email
      • x-twitter
    • meta (collection)
      • key
      • value
  • include (collection)
    • name
    • url
  • maintainer (collection)
    • name
    • email
    • twitter
  • modified

This is a fast evolving spec, make your contributions via the issue management page.

Here is the api.json for the API Commons:

{
  "name": "API Commons",
  "description": "An API for adding and pulling APIs that are in the commons.",
  "image": "https://s3.amazonaws.com/kinlane-productions/api-commons/api-commons-icon.png",
  "tags": [
      "application programming interface",
      "API",
      "News",
      "Analysis"
  ],
  "url": "https://api-commons.3scale.net/docs",
  "specificationVersion":"0.14",
  "type": "default",
  "apis": [
    {
      "name": "API Commons",
      "description": "An API for adding and pulling APIs that are in the commons.",
      "image": "https://s3.amazonaws.com/kinlane-productions/api-commons/api-commons-icon.png",
      "humanURL": "https://api-commons.3scale.net/docs",
      "machineURL": "http://api.apicommons.org/swagger-spec.json",
      "tags": "API, Application Programming Interface, Copyright",
      "properties": [
        {
          "type": "signup",
          "url": "https://api-commons.3scale.net/signup"
        },
        {
          "type": "swagger",
          "url": "http://api.apicommons.org/swagger-spec.json"
        }
      ],
      "contact": [
        {
          "email": "[email protected]"
          "x-twitter": "apicommons"
        }
      ],
      "meta": [
        {
          "key": "interface-license",
          "value": "CC BY 3.0"
        },
        {
          "type": "pricing",
          "url": "Free"
        }
      ]
    }
  ],
  "include": [],
  "maintainer": [
    {
	"name": "Kin",
	"twitter": "apievangelist",
	"email": "[email protected]"
    }
  ],
  "modified": "02/18/2015"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.