# json-api **Repository Path**: mirrors_adamchainz/json-api ## Basic Information - **Project Name**: json-api - **Description**: A shared media type for JSON APIs. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JSON API ======== A standard defining a media type for APIs that serve JSON. This repository is the source code for [http://jsonapi.org](http://jsonapi.org). Resources --------- * IRC channel: #jsonapi on freenode.net * Twitter: @jsonapi 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.