# json-api **Repository Path**: mirrors_areski/json-api ## Basic Information - **Project Name**: json-api - **Description**: A specification for building JSON APIs - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JSON API ======== Documentation for the [application/vnd.api+json media type](http://www.iana.org/assignments/media-types/application/vnd.api+json), a specification for APIs that use JSON. This repository is the source code for [http://jsonapi.org](http://jsonapi.org). Resources --------- * IRC channel: #jsonapi on freenode.net * Twitter: @jsonapi * Discourse: [http://discuss.jsonapi.org](http://discuss.jsonapi.org) Status ------ This standard is currently under development. To assist: 1. Get the dependencies: `$ bundle` 1. Host the site locally while editing: `$ bundle exec rake preview:browser` 1. Edit the Markdown files. 1. Commit your changes. 1. Send a Pull Request when finished. The website is automatically built by [GitHub Pages](http://pages.github.com) when changes are pushed to the `gh-pages` branch. Archive ------- older versions of the JSON-API documentations * RC3 - http://jsonapi-rc3.herokuapp.com/