JSON:API
JSON:API is a specification for how a client should request that resources be fetched or modified, and how a server should respond to those requests. JSON:API is designed to minimize both the number of requests and the amount of data transmitted between clients and servers. This first draft was extracted from the JSON transport implicitly defined by Ember Data’s REST adapter. In general, Ember Data’s goal is to eliminate the need for ad-hoc code per application to communicate with servers that communicate in a well-defined way. The REST Adapter in Ember Data implicitly defined a protocol that custom servers could implement to get a drop-in client for all of their resources. The goals of the media type are to balance:
- A generic media type that can work across a broad set of use cases, including the generally used relationship types
- Similarity to existing server-side framework practices (and human readability for debugging)
- Ease of implementation on the server side
- Ease of implementation on the client side
This specification reached a stable version 1.0 on May 29, 2015.
- GitHub: https://github.com/topics/json-api
- Created by: Yehuda Katz, Dan Gebhardt, Gabe Sullice, Jeldrik Hanschke, Tyler Kellen, Steve Klabnik,Ethan Resnick
- Released: May 3, 2013
- Related Topics: json, emberjs, rest-api, json-ld, hal, hateoas, siren, hydra, collection-json,
- Last updated: 2025-12-18 00:12:48 UTC
- JSON Representation
https://github.com/akshdeepsingh7/football-api
Automated Football League Standings Tracker – automatically fetches the latest standings for major football leagues, updates a README with a formatted table, saves the data in JSON for easy use, and includes timestamps in UTC and IST. It supports leagues like Premier League, La Liga, Bundesliga, Serie A, Ligue 1, and UEFA Champions League.
football football-api footballdata json json-api markdown python python-api soccer soccer-api soccer-data soccer-league soccer-matches soccertable
Last synced: 10 Oct 2025
https://github.com/joshuakilaha/mock-api-and-coredata
Testing api Data with CRUD operations
Last synced: 09 Aug 2025
https://github.com/philmccarthy/rails-api
A JSON API that serves up REST and business intelligence endpoints.
json-api postgresql rails ruby
Last synced: 16 Aug 2025
https://github.com/ibassaoud/project-shop
Boutique de magasin en ligne avec une interface administrateur qui permet de créer et manipuler les produits en stocks et une interface commande et achat pour le client de la boutique
form-validation html-css-javascript json json-api
Last synced: 30 Oct 2025
https://github.com/xander1936/super-hero-app
This is the Super Hero App from the Ultimate Javascript course of Rafeh Qazi. With this project we learned in details the concepts of APis (promises, asynchronous-programming and json).
api api-rest asynchronous-programming css dom dom-manipulation event-listeners functions higher-order-functions html javascript json json-api jsx promises promises-in-javascript reusing-functions search-bar
Last synced: 19 Aug 2025
https://github.com/wesam-abutuaimeh/qurany3
Qurany || JS
html-css-javascript js json-api third-party-api third-party-libraries
Last synced: 24 Oct 2025
https://github.com/shgysk8zer0/freecodecamp-twitch
FreeCodeCamp: Use the Twitchtv JSON API
freecodecamp javascript json-api modules twitch-api
Last synced: 20 Aug 2025
https://github.com/buzut/node-body-validator
Powerful promise based validator module to efficiently validate node body params
json json-api nodejs validation-library
Last synced: 21 Aug 2025
https://github.com/buddhad/chrome-extension
This is my first chrome Extension 🛠🛠
chrome chrome-extension html5 javascript json-api manifest
Last synced: 21 Aug 2025
https://github.com/gustavo-martins-pereira/course-one_bit_code-ruby
api api-rest course json json-api one-bit-code ruby ruby-api youtube
Last synced: 22 Aug 2025
https://github.com/yyasha/leapmotion_v7
Go program for make Leap Motion json server version 7
go golang json json-api json-server leap-motion leap-motion-controller leapmotion v7
Last synced: 23 Aug 2025
https://github.com/j0rgeserran0/jsonpatch-asp.net-core_5-web-api
JSON Patch in an ASP.NET Core 5 Web API
asp-net-core-5 json json-api json-patch net5 patch web-api
Last synced: 23 Aug 2025
https://github.com/kurmann/monatsziele
Minimalistische Applikation zur Nachverfolgung von persönlichen Zielen
angular6 dotnet-core eventstore html5 json-api microservices rest-api typescript
Last synced: 24 Aug 2025
https://github.com/magentanova/helloandwelcometomoviefone
API demo reading from the Open Movie DataBase
Last synced: 26 Aug 2025
https://github.com/mohdadil1/acad-mca
ACAD MCA provides all the essential study materials and placement resources for MCA students . Get organized, up-to-date resources all in one place to enhance your academic and placement journey.
json-api jwt-token localstorage modal-dialog mongodb nodejs passportjs pdf-viewer reactjs session-cookie tailwindcss
Last synced: 28 Aug 2025
https://github.com/carevicm/json.api
api-rest body-parser css3 ejs expressjs html5 javascript json-api nodejs
Last synced: 28 Aug 2025
https://github.com/lchristmann/mysql-laravel-grafana-demo
A demo of a Laravel API processing data from 2 MySQL databases and serving it as JSON to a Grafana Dashboard.
databases docker docker-compose grafana grafana-dashboard grafana-infinity-datasource json-api laravel laravel-12 mysql pest pestphp
Last synced: 29 Aug 2025
https://github.com/dbz/kittencannon
A Simple Ruby on Rails App With Graphql
graphql graphql-ruby json json-api ruby ruby-on-rails
Last synced: 23 Jul 2025
https://github.com/vigneshss-07/json
This deals with parsing and converting of JSON(nested json objects and complex structure of json objects) to pandas dataframe.
json-api json-schema json-server jsonparser jsontocsv jsontotable
Last synced: 05 Mar 2025
https://github.com/open-southeners/flex-url
Zero-dependency utility for parsing and modifying URL params
browser json-api nodejs typescript url-filters url-parameters url-parsing url-transformer
Last synced: 14 Mar 2025
https://github.com/gartic-developers/gartic-wordlist
🌍 A collaborative project to create a comprehensive multilingual word list for Gartic. Contribute in your native language!
gartic gartic-word-list gartic-wordlist garticio garticio-word-list garticio-wordlist json json-api wordlist
Last synced: 14 Apr 2025
https://github.com/tans105/cjc
Convert,filter,aggregate CSV to equivalent Json using Rest Based Web Service
csv csv-parser jax-rs jersey json json-api maven
Last synced: 14 Mar 2025
https://github.com/bill-greatness/generate-samples
Generate placeholder JSON samples for your projects.
Last synced: 25 Feb 2025
https://github.com/guille555/html--simple-fetch-api-example
an simple example, consisting in a page that shows a todo list in a table, the todos can be inspected to display more information. Other think that the visitors can make is save a todo and see the todo showed in the page.
css css3 fetch-api html html5 js json-api
Last synced: 29 Jun 2025
https://github.com/3divyansh/page-register-login
This is a responsive website design for login and registration form created during my individual training
bootstrap css-animations database html json json-api react react-hooks react-router reactjs
Last synced: 23 Jun 2025
https://github.com/siddiqsoft/cosmosclient
Cosmos REST-API Client for Modern C++
asynchronous azure azure-cosmos azure-cosmos-db cosmos-db cpp cpp20 json-api nuget-package rest-api windows
Last synced: 14 Apr 2025
https://github.com/siddiqsoft/restcl
Focused REST client for modern C++
async cpp20 json-api nlohmann-json nuget rest-client windows winhttp
Last synced: 14 Apr 2025
https://github.com/lucasamiranda/projetotccmotorola2.0
Projeto de Mestrado para aluno com avaliação dos PO's(Product Owner) usando Python para raspagem web para celulares Motorola com todas as versões de Android que tenham vulnerabilidades
api beautifulsoup4 csv-files dotenv-loader flask json-api mysql-database python3 raspagem-de-dados requests-module webscraping
Last synced: 12 Nov 2025
https://github.com/mohamedhegab/metric_visualizer
React frontend application with ruby on rails on backend helping visualizing different metrics and can add readings to these metrics
formik json-api nivo rails6 reactjs rspec-rails ruby tailwind
Last synced: 14 Jun 2025
https://github.com/randika00/hotel_management
Hotel management project provides room booking, staff management and other necessary hotel management features.
api-rest blade-template boostrap json-api websocket
Last synced: 13 Mar 2025
https://github.com/d4v1-sudo/flask-json-api
🌐🐍 - A simple Flask application for creating an API that handles JSON data.
flask-application json-api python python3
Last synced: 03 Mar 2025
https://github.com/pras75299/namegenerator
Name generator using vanila javascript and used Rest Api from uinames.com
ajax-form ajax-request js json-api vanila-js
Last synced: 06 Mar 2025
https://github.com/ameet-rakte/kitchen-story
As a Full Stack Developer, I have develop a project on Kitchen Story which is an e-commerce portal that lets people shop basic food items on this website. Our main objective behind this project is to provide significant facilities to the society.
angular-cli bootstrap3 css3 html javascript json-api typescript
Last synced: 07 Apr 2025
https://github.com/kumartusha/ecommerce_website
Ecommerce Website
css3 html5 javascript json-api vitejs
Last synced: 12 Oct 2025
https://github.com/amansuryavanshi-1/namaste_react
Namaste React live course By Akshay Saini.
emailjs html javascript json-api npm parcel postcss react react-icons react-router-dom tailwind-css vercel
Last synced: 14 Mar 2025
https://github.com/eosnewmedia/json-api-client-bundle
Symfony integration for enm/json-api-client
api api-client client json-api symfony symfony-bundle
Last synced: 22 Feb 2025
https://github.com/thiagohrcosta/movie-api
bootstrap4 css3 html5 json-api ruby ruby-on-rails
Last synced: 29 Jun 2025
https://github.com/app-generator/json-api-specs
JSON-API - OPENAPI Unified Interface | AppSeed
Last synced: 07 Apr 2025
https://github.com/dl-nft-books/book-svc
Service for storing books information with basic CRUD operations on the API
Last synced: 26 Feb 2025
https://github.com/erikrios/bookly-endpoint
Simple Book CRUD (Create, Read, Update, and Delete) RESTful API Using Express.js and Node.js
backend express expressjs javascript joi json json-api middleware mongodb mongoose nodejs rest-api restful-api web-server
Last synced: 03 Sep 2025
https://github.com/programmershri/phonebook-reactjs
Creating a PhoneBook App Using ReactJS , JSON Server for Database
json-api jsonserver react reactjs
Last synced: 08 Nov 2025
https://github.com/benevanio/mapbox
Geolocalizacao com NODEJS E GEOJSON
api api-client apis database geolocation geolocation-api json json-api localization maps mongodb mongoose node node-module nodemon npm-package rest-api system user word
Last synced: 23 Mar 2025
https://github.com/mian-ali/rtk-crudapp
Crud Application Using RTK-Query
json-api react redux-toolkit rtk-0-1-0 rtk-query rtkquery
Last synced: 08 Nov 2025
https://github.com/mishi54/blogsite
This project is a Next.js-based blog system that dynamically fetches and displays blog posts based on their slugs. It retrieves post content from a JSON file and renders it on a dedicated page with a clean, responsive design.
json-api nextjs15 reactjs routes-api useeffect
Last synced: 04 Jul 2025
https://github.com/kckarnige/bloxratp
Get whatever avatar render you need via Roblox's own API.
burger cheese json-api louie not-an-actual-rat proxy roblox roblox-api roblox-avatar roblox-thumbnails vercel
Last synced: 15 May 2025
https://github.com/rahimuj570/vanilla-js-countries-info-api
This is my first practice project of JavaScript API. The project name is Countries-Info.
country-api javascript javascript-api javascript-project json json-api practice-project
Last synced: 15 May 2025
https://github.com/osama-mohamed/pet_finder_js
Search for a pet using Parcel.
api api-client bootstrap bootstrap-4 bootstrap4 css css3 es6 es6-javascript html html5 javascript js json json-api parcel parcel-bundler parceljs
Last synced: 30 Jun 2025
https://github.com/thangapandi-k/dom-pagination-task
Designed a Data table along with Pagination using DOM
dom-manipulation javascript json-api pagination
Last synced: 15 Mar 2025
https://github.com/arfabanyu/form-api-laravel
Form API – A RESTful API of form app. Built with laravel.
api backend json-api laravel laravel-api restful-api
Last synced: 07 Mar 2025
https://github.com/geeekgod/react-admin-firstapp
Basic React Admin Panel developed with JSON server, React js & React Admin to manage posts and users.
admin-dashboard es6 json-api jsonserver react react-admin react-admin-dashboard reactjs
Last synced: 28 Mar 2025
https://github.com/mpolinowski/python-rest
Retrieve information from JSON web APIs and process them.
Last synced: 23 Mar 2025
https://github.com/mpolinowski/python-search
Run OpenSearch search queries and process the JSON response.
elasticsearch json-api opensearch python rest-api
Last synced: 23 Mar 2025
https://github.com/mpolinowski/nodered-http-get-post-api-testing
Mocking a JSON HTTP API for GET and POST Requests in Node-RED
get-request json-api node-red post-request
Last synced: 23 Mar 2025
https://github.com/pauloallan/gerador-de-cep
Aplicativo que gera CEPs com a API/JSON nivel basico.
api cep javascript json json-api json-server logica-de-programacao logical-programming
Last synced: 03 Mar 2025
https://github.com/mohammed19200/simple-ecommerce
css css-grid css3 html html5 json-api json-server react react-components react-hooks react-router-dom reactjs
Last synced: 07 Apr 2025
https://github.com/limjiechao/loop-coding-exercise
Loop Coding Exercise
admin-on-rest es6-javascript json-api material-ui react rest-client
Last synced: 02 Sep 2025
https://github.com/flibouche/api_geo
This tutorial is a comprehensive guide to understanding and working with APIs (Application Programming Interfaces) and the JSON (JavaScript Object Notation) format.
Last synced: 23 Mar 2025
https://github.com/sambhav2612/simple-api
Simple API written in JSON and used in JavaScript.
Last synced: 15 Mar 2025
https://github.com/javazakariae/json-fundamentals
This repository contains my code examples for the java json fundamentals course
jackson-databind json json-api
Last synced: 02 Sep 2025
https://github.com/anjola-adeuyi/task_tracker_vue
Task Tracker Vue is a simple project built with Vue.js to track tasks with reminders.
api-client api-rest crud crud-api crud-application crud-operation javascript json-api json-server routing vue vue-cli vue-router vue3 vuejs
Last synced: 16 May 2025
https://github.com/zefrenchwan/patterns
Storage api with extended searches
api golang graphs json-api postgresql referential
Last synced: 13 Mar 2025
https://github.com/azhovan/standard-json-response
Standard Json Response
api api-server json json-api response
Last synced: 19 Oct 2025
https://github.com/emilracz21/quiz-javascript
Quiz Game is an interactive online quiz application that allows users to test their knowledge on various topics. The app fetches questions from the Open Trivia Database API, offering options to choose categories and difficulty levels.
api frontned json-api quiz-game random random-generator randomquiz ui-design
Last synced: 20 Nov 2025
https://github.com/paulopariz/todolist
🗒️ ToDo List desenvolvida com VueJs e Json-Server como uma API 'fake'. Podendo adicionar uma tarefa, editar, marcar como concluída e deletar.
javascript json-api json-server tailwind vuejs vuex
Last synced: 02 Sep 2025
https://github.com/its-shojib/donation-campaign-with-react-router-dom
Donation Campaign is a high level integrated frontend React Application where anyone can donate price to poor for their food, health an many things. Anyone can also so where he/she donate and how many amount donated by him/her.
javascript json-api localstorage react tailwindcss
Last synced: 14 Mar 2025
https://github.com/midwire/jsonapi_rspec
Provides RSpec matcher for json:api related specs and compares jsonapi rack response to instantiated objects.
json json-api jsonapi jsonapi-expectations jsonapi-rb jsonapi-rspec jsonapi-testing rspec
Last synced: 31 Mar 2025
https://github.com/mahmud035/weather-api-app-openweathermap
Weather App (openWeatherMap)
api-rest bootstrap5 css-flexbox css-grid js json-api
Last synced: 15 Mar 2025
https://github.com/codebatine/bestcoasteducation
A Proof-of-Concept application as part of a JavaScript course. Dynamic site with register/login and other dynamic javascript features.
dynamic-forms javascript javascript-applications json-api json-server typescript
Last synced: 14 Mar 2025
https://github.com/localnerve/wpspa-plugin
A Wordpress plugin that helps turn your site into a back-end for an SPA
json-api php wordpress-plugin wp-postmeta-key
Last synced: 23 Mar 2025
https://github.com/summerintech/json-holder-to-do-api
A project built with JSON Holder API and vanilla JS. Placeholder text was extracted from the JSON API to display on the website as separate card components.
css fetch-api html javascript json-api
Last synced: 10 Jun 2025
https://github.com/lesantosx/coffee-shop-api-json
It is a simple json api about coffees and drinks to be used in front-end projects.
Last synced: 08 Apr 2025
https://github.com/rafaeldavish/linux-server-configuration
Baseline installation of a Ubuntu Linux distribution on a virtual machine and prepared to host web applications, including updates installations, securing it from attack vectors and installing/configuring web and database servers.
apache2 aws-lightsail flask-application google-api json json-api linux-server postgresql python-2-7 sqlalchemy
Last synced: 03 Sep 2025
https://github.com/rayzler/movies-api-express
Una API en Node.js con Express que maneja películas siguiendo el patrón MVC y permite seleccionar la base de datos mediante inyección de dependencias.
api dependency-injection express json-api mvc mysql mysql2 nodejs zod-validation
Last synced: 03 Sep 2025
https://github.com/lewkm/phase2ip
A simple react application that allows traders share their chart analysis
css json-api json-server reactjs
Last synced: 27 Mar 2025
https://github.com/emperorofmars/libsquirrelpub
What if ActivityPub and Atproto smoked crack and had an ugly child which they forced to be statically hostable?
dns experiment experimentation json json-api social-media social-network social-network-api squirrelpub
Last synced: 14 Jul 2025
https://github.com/mikeheft/dry_serialization
Simple gem to dry up some of the responses for success & error responses for different gems. Also has a new feature to deserialize the json api spec payload into a format acceptable for Rails' mass assignment
blueprinter json-api jsonapi-serializer serialization serializer serializers
Last synced: 02 Jul 2025
https://github.com/guilhaof/gsystem-api-node
Backend do sistema Gsystem com Nodejs,Express,Prisma , WebToken - Obs ainda e construcao a⚠️❗
bcript bcryptjs cors express json-api jsonwebtoken mysql nodejs postgresql prisma prisma-client prisma-studio typescript
Last synced: 27 Feb 2025
https://github.com/guilhaof/redux-viagens-
Agencia de Viagens com react e redux
css3 history immer javascript json-api json-server react-icons reactjs redux redux-saga vitejs
Last synced: 27 Feb 2025
https://github.com/luizbinario/market_place_api_7
Código de exemplo do livro API on Rails https://github.com/luizbinario/api_on_rails
api-test json-api rails rails-api
Last synced: 19 Apr 2025
https://github.com/aleydon/angular-crud
Product Create CRUD with Angular and json-server
angular angular-cli css3 json json-api json-server material-ui type-application typescript webapp website
Last synced: 28 Jun 2025
https://github.com/thekicker/apis-list
A collection of my favorite APIs to use for random projects as I learn - some free, some free with registration, and some paid. Feel free to add to this list!
api api-rest help-wanted json-api list
Last synced: 06 Apr 2025
https://github.com/dennisappiah/bookify_v2-frontend
Frontend of an imaginary books API rental service built with react-typescript, context-api for state management and bootstrap for styling
context-api formik-yup json-api jwt-authentication react-typescript
Last synced: 12 Mar 2025
https://github.com/fatimampg/notebook-api
Ruby on Rails app (API-only) for managing contacts
active-model-serializers devise-token-auth json-api ruby-on-rails
Last synced: 17 Jul 2025