Track Awesome Rest Updates Weekly
A collaborative list of great resources about RESTful API architecture, development, test, and performance
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 marmelab/awesome-rest · ⭐ 3.6K · 🏷️ Miscellaneous
Aug 19 - Aug 25, 2024
Public REST APIs To Use In Tests / Symfony2
- Mockae - Fake REST API powered by Lua.
May 20 - May 26, 2024
Node.js
- Baucis - Build scalable REST API based on your Mongoose entities.
Jul 24 - Jul 30, 2023
Standards
- JSend (⭐1.5k) - Simple specification that lays down some rules for how JSON responses from web servers should be formatted.
Feb 13 - Feb 19, 2023
Validating / Symfony2
- JSON Schema - Declarative language that allows you to annotate and validate JSON documents
API Gateway / Symfony2
- AWS API Gateway - Fully managed service that helps developers to create, publish, maintain, monitor, and secure APIs at any scale.
Jan 30 - Feb 05, 2023
Design
- How to design a REST API? - Full guide tackling security, pagination, filtering, versioning, partial answers, CORS, etc.
- Richardson Maturity Model - Explained by Martin Fowler, originally presented by Leonard Richardson at the QCon 2008.
- Enterprise Integration Using REST - Discusses the constraints and flexibility that you have with nonpublic APIs, and lessons learned from doing large scale RESTful integration across multiple teams.
- REST API Tutorial - RestApiTutorial.com is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person.
Standards
- JSON API - Standard for building APIs in JSON.
- RAML - Simple and succinct way to describe RESTful API.
- OData - Open protocol to allow the creation and consumption of queryable and interoperable RESTful APIs. Quite complex.
- JSON-LD - Standard for describing Linked Data and hypermedia relations in JSON (W3C).
- Hydra - Vocabulary for Hypermedia-Driven Web APIs (W3C).
- Schema.org - Collection of schemas describing common data models.
PHP Clients
- Guzzle - HTTP client and framework for consuming RESTful web services.
Ruby Clients
- Net::HTTP - Net::HTTP provides a rich library which can be used to build HTTP user-agents.
.NET Clients
- RestSharp (⭐9.6k) - Simple REST and HTTP API client for .NET
- Refit (⭐8.4k) - The automatic type-safe REST library for Xamarin and .NET
- Flurl - Fluent, portable, testable REST/HTTP client library
- RestEase (⭐1.1k) - Easy-to-use typesafe REST API client library, which is simple and customisable. Heavily inspired by Refit
- Tiny.RestClient (⭐210) - Simpliest Fluent REST client for .NET.
- RestLess (⭐112) - The automatic type-safe-reflectionless REST API client library for .Net Standard.
- Apizr (⭐131) - Refit-based web api client, but resilient (retry, connectivity, cache, auth, log, priority, etc...).
Node.js
- Sails.js - Node.js Web framework embedding a command to generate automatically a REST API.
- loopback - Powerful Node.js framework for creating APIs and easily connecting to backend data sources.
- Feathers - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins.
PHP / Symfony2
- REST APIs with Symfony2: the Right Way - Complete guide to build a state-of-the-art REST API with Symfony2 framework.
Python / Symfony2
- Django REST framework - Powerful and flexible toolkit that makes it easy to build Web APIs.
- flask-restful - Extension for Flask that adds support for quickly building REST APIs.
- restless - Framework agnostic REST framework based on lessons learned from TastyPie.
- Python Eve - Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.
Ruby / Symfony2
- Grape - Opinionated micro-framework for creating REST-like APIs in Ruby.
- Rails - RailsGuides: Using Rails for API-only applications.
Querying / Symfony2
- HttpMaster - GUI tool for testing REST APIs and services. Windows OS only.
Mocking / Symfony2
- httpbin - HTTP request and response service - a/k/a Swiss Army Knife for HTTP.
- Mocky.io - Free online service to create fake HTTP responses.
Public REST APIs To Use In Tests / Symfony2
- Deck of Cards API - Open API for simulating a deck of cards.
- Public APIS (⭐309k) - Explore The Largest API Directory In The Galaxy.
- Marvel Comics API - Query characters, stories, events about Marvel superheroes.
- JSON Placeholder - Free online REST service that you can use whenever you need some fake data.
- APIs.guru - Wikipedia for Web APIs, each API has OpenAPI/Swagger description.
- The Cat API - Public API for Cats Images, Facts and Jokes.
Documentation / Symfony2
- Swagger - Documentation/querying web interface for REST APIs.
- API doc - Inline Documentation for RESTful web APIs.
Jan 02 - Jan 08, 2023
Querying / Symfony2
- RestQA (⭐82) - A REST API testing Framework based on BDD / Gherkin to manage microservice local testing.
Dec 05 - Dec 11, 2022
Querying / Symfony2
- Step CI (⭐1.6k) - Open-source framework for API Quality Assurance, which tests REST, GraphQL and gRPC automated and from Open API spec.
Nov 14 - Nov 20, 2022
Miscellaneous / Symfony2
- Linx - Low-code API platform. Build, debug and host REST APIs
Oct 03 - Oct 09, 2022
Design
- HATEOAS - Clear explanation on what HATEOAS is, and why you should use it.
Standards
- HAL - Simple format that gives a consistent and easy way to hyperlink between resources in your API.
Aug 15 - Aug 21, 2022
PowerShell / Symfony2
- Pode (⭐826) - Pode is an cross-platform, open-source, community-supported web server and REST API framework for PowerShell developers
Aug 01 - Aug 07, 2022
Guidelines
- Adidas REST API Guidelines (⭐280) - Adidas REST API Guidelines define standards and guidelines for building REST APIs at adidas.
- Atlassian REST API design guidelines version 1 - This document provides guidelines to Atlassian developers who are designing REST APIs for Atlassian applications.
- Cisco REST API Guide (⭐109) - Guidelines for designing REST APIs at Cisco.
- Google Cloud API design guide - Guidelines Google follows when designing Cloud APIs and other Google APIs (REST APIs and gRPC APIs).
- Haufe API Style Guide (⭐228) - Guidelines created by Haufe-Lexware CTO team.
- Microsoft REST API Guidelines (⭐23k) - The Microsoft REST API Guidelines, as a design principle, encourages application developers to have resources accessible to them via a RESTful HTTP interface.
- Restful API Guidelines by Zalando (⭐2.6k) - Developing Restful APIs: A Comprehensive Set of Guidelines.
Generators
- openapi-generator (⭐21k) - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3).
Jul 25 - Jul 31, 2022
SaaS Tools / Symfony2
- Nango (⭐4.5k) - Native integrations framework to consume REST APIs (open-source).
Jun 06 - Jun 12, 2022
Querying / Symfony2
- Schemathesis (⭐2.2k) - Property-based testing tool for web applications built with Open API and GraphQL specifications.
May 30 - Jun 05, 2022
Mocking / Symfony2
- MockServer - Easy mocking of any system you integrate with via HTTP or HTTPS.
May 24 - May 30, 2021
Mocking / Symfony2
- Mockintosh - A mock server generator that's capable to generate RESTful APIs and communicate with the message queues to mimick asynchronous tasks.
Feb 01 - Feb 07, 2021
Documentation / Symfony2
- Optic (⭐1.3k) - Maintain an accurate API specification without writing OpenAPI/Swagger. Works with any Stack
Oct 26 - Nov 01, 2020
Mocking / Symfony2
- Mockoon - Easily create mock APIs locally. No remote deployment, no account required, open source.
Oct 12 - Oct 18, 2020
API Gateway / Symfony2
- WSO2 API Management (⭐833) - API management tool with lightweight gateway and API lifecycle management, written in Java.
Aug 10 - Aug 16, 2020
Querying / Symfony2
- Milkman (⭐1.1k) - Extensible cross-platform request/response workbench, not only for http calls.
Oct 14 - Oct 20, 2019
API Gateway / Symfony2
- KrakenD (⭐6.3k) - Ultra performant API Gateway with middleware. Written in Go.
Aug 19 - Aug 25, 2019
Querying / Symfony2
- ExtendsClass - Make HTTP requests with a simple web-based HTTP client.
Aug 12 - Aug 18, 2019
Querying / Symfony2
- TestMace - Cross-platform simple but powerful IDE for API automation testing.
Jun 17 - Jun 23, 2019
Scala / Symfony2
- Chaos (⭐249) - A lightweight framework for writing REST services in Scala.
Apr 22 - Apr 28, 2019
Python / Symfony2
- FastAPI (⭐75k) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. With automatic API documentation using Swagger UI and ReDoc, based on OpenAPI and JSON Schema.
Mar 25 - Mar 31, 2019
Node.js
- Nestjsx/crud (⭐4k) - Generate CRUD controllers and services for RESTful API with NestJS and TypeORM.
Mar 18 - Mar 24, 2019
Miscellaneous / Symfony2
- react-admin (⭐25k) - Add a ReactJS admin GUI to any RESTful API.
Feb 25 - Mar 03, 2019
Mocking / Symfony2
- RequestBin - Inspect and debug webhook requests sent by your clients or third-party APIs.
API Gateway / Symfony2
- Express Gateway (⭐3k) - Microservices API Gateway built on top of ExpressJS (Node.js).
Oct 01 - Oct 07, 2018
Querying / Symfony2
- HTTP Prompt (⭐8.9k) - HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting, built on HTTPie and prompt_toolkit.
- Insomnia (⭐34k) - Cross-platform HTTP and GraphQL Client
Sep 10 - Sep 16, 2018
SaaS Tools / Symfony2
- Beeceptor - An HTTP inspecting, mocking and proxing service. Gives named endpoints for creating mock API endpoints and simulate responses.
Aug 06 - Aug 12, 2018
Python / Symfony2
- Falcon (⭐9.5k) - Falcon is a bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks.
Jun 25 - Jul 01, 2018
Node.js
- rest-hapi (⭐1.2k) - Generate RESTful API based on mongoose models that supports relational data.
Feb 26 - Mar 04, 2018
Directly On Top Of A RMDB
- pREST (⭐4.2k) - A fully RESTful API from any existing PostgreSQL database written in Go.
Mocking / Symfony2
- DuckRails (⭐1.7k) - Mock quickly & dynamically API endpoints.
Documentation / Symfony2
- Slate (⭐36k) - Beautiful and responsive three-panel API documentation using Middleman.
SaaS Tools / Symfony2
- Moesif - API Analytics for Debugging, Monitoring, and Usage Tracking for RESTful and GraphQL.
Feb 05 - Feb 11, 2018
API Gateway / Symfony2
- Kong (⭐39k) - Scalable, distributed, and plugin oriented API gateway backed by Nginx.
- Tyk API Gateway (⭐9.5k) - Lightweight API gateway with analytics logging, written in Go.
- API Umbrella (⭐2k) - API management platform for exposing web services, with web interface and analytics, written in Lua.
SaaS Tools / Symfony2
- 3scale - Nginx based API gateway to integrate internal and external API services with 3scale's API Management Platform.
Nov 20 - Nov 26, 2017
Design
- API-Security-Checklist (⭐22k) - Best practices about REST API security
Oct 30 - Nov 05, 2017
Java / Symfony2
- Dropwizard (⭐8.5k) - A framework for developing ops-friendly, high-performance, RESTful web services.
Oct 23 - Oct 29, 2017
Python / Symfony2
- apistar (⭐5.6k) - A smart Web API framework, designed for Python 3.
Sep 11 - Sep 17, 2017
Miscellaneous / Symfony2
- swagger-codegen (⭐17k) - Auto generation of client libraries or server stubs given an OpenAPI specification (formerly known as the Swagger Specification).
Apr 17 - Apr 23, 2017
Node.js
- Expressa (⭐436) - Express middleware for creating APIs from JSON schemas with a simple admin editor and permissions model.
SaaS Tools / Symfony2
- Assertible - Continuously test and monitor your APIs after deployments and across environments.
Feb 06 - Feb 12, 2017
Mocking / Symfony2
- Request Baskets (⭐336) - Service to collect HTTP requests and inspect them via RESTful API or web UI.
Dec 05 - Dec 11, 2016
Miscellaneous / Symfony2
- Lumber (⭐2.1k) - Generate the admin interface of your application.
Oct 24 - Oct 30, 2016
Querying / Symfony2
- rest-assured (⭐6.8k) - Java DSL for easy testing of REST services.
Sep 12 - Sep 18, 2016
Java / Symfony2
- Vertx-Web (⭐1.1k) - Vert.x-Web is a set of building blocks for building web applications with Vert.x, a toolkit for building reactive applications on the JVM.
Sep 05 - Sep 11, 2016
Ruby Clients
- raml-ruby-client-generator (⭐1) - Auto generate API client from a RAML file.
Go Clients
- resty (⭐9.8k) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
Aug 29 - Sep 04, 2016
Python / Symfony2
- Flask-Potion (⭐488) - Flask-Potion is a powerful Flask extension for building RESTful JSON APIs. It also provides several Clients for easier access to the API.
Aug 15 - Aug 21, 2016
PHP
- Fusio (⭐1.8k) - Open source API management platform.
Aug 01 - Aug 07, 2016
Documentation / Symfony2
- ReDoc (⭐23k) - OpenAPI/Swagger-powered three-panel documentation.
Jul 25 - Jul 31, 2016
PHP / Symfony2
- NelmioApiDocBundle (⭐2.2k) - Generate documentation for your REST API from annotations.
Jun 27 - Jul 03, 2016
Ruby Clients
- httparty (⭐5.8k) - Makes HTTP fun again!
Feb 22 - Feb 28, 2016
Standards
- OpenAPI - Formerly known as the Swagger Specification, OpenAPI specifcation is the world’s most popular description format for defining Restful APIs.
Feb 08 - Feb 14, 2016
JavaScript Clients
- raml-client-generator (⭐121) - Generates static client libs for js.
Python / Symfony2
- Ramses - Makes RAML files executable by generating production-ready APIs from them at runtime.
Documentation / Symfony2
- raml2html (⭐1.1k) - Generates HTML documentation from a RAML file.
Jan 18 - Jan 24, 2016
SaaS Tools / Symfony2
- Ping-API - Automated API Monitoring & Testing.
Dec 21 - Dec 27, 2015
Haskell / Symfony2
- Rest for Haskell (⭐389) - This package allows you to create REST APIs in Haskell. These APIs can be run in different web frameworks. They can also be used to automatically generate documentation as well as client libraries.
Nov 30 - Dec 06, 2015
SaaS Tools / Symfony2
- Amazon API Gateway - Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.
- Apigee - Apigee is the leading provider of API technology and services for enterprises and developers.
Nov 16 - Nov 22, 2015
Node.js
- node-restify (⭐11k) - Framework specifically meant for REST API.
PHP / Symfony2
- API Platform (⭐8.4k) - Specialize Symfony edition for the creation of hypermedia REST APIs.
Querying / Symfony2
- httpie (⭐33k) - Command line HTTP client, far more dev-friendly than
curl
.
Nov 02 - Nov 08, 2015
Go / Symfony2
- go-restful (⭐5k) - A declarative highly readable framework for building restful API's.
Querying / Symfony2
- Http-console (⭐1.4k) - Command line interface for HTTP that let you speak HTTP like a local
Oct 05 - Oct 11, 2015
JavaScript Clients
- traverson (⭐453) - A Hypermedia API/HATEOAS Client for Node.js and the Browser
Jul 27 - Aug 02, 2015
Design
- Architectural Styles and the Design of Network-based Software Architectures - Roy Fielding's dissertation defining REST
PHP Clients
- Buzz (⭐1.9k) - Another lightweight HTTP client.
- unirest for PHP (⭐1.3k) - Simplified, lightweight HTTP client library.
JavaScript Clients
- restangular (⭐7.9k) - AngularJS service to handle REST API properly and easily.
- restful.js (⭐967) - JS client for interacting with server-side RESTful resources.
Node.js Clients
- restler (⭐2k) - REST client library for node.js.
- unirest for Node.js (⭐949) - Simplified, lightweight HTTP client library.
Directly On Top Of A RMDB
- postgrest (⭐23k) - Serve a fully RESTful API directly from an existing PostgreSQL database.
- MySQL HTTP plugin - Simple REST-like / CRUD server for any MySQL database.
Node.js
- mers (⭐343) - Express service exposing Mongoose finders as RESTful API.
- flatiron/resourceful (⭐354) - Isomorphic Resource engine for JavaScript.
PHP
- Microrest (⭐185) - Micro-web application providing a REST API on top of any relational database.
- Negotiation (⭐1.4k) - Content negotiation library.
- Drest (⭐87) - Library for exposing Doctrine entities as REST resource endpoints.
- Restler (⭐1.4k) - Lightweight framework to expose PHP methods as RESTful web API.
- HAL (⭐203) - Hypertext Application Language (HAL) builder library.
- Apigility (⭐445) - API builder built with Zend Framework 2.
- phprest (⭐309) - Specialized REST microframework for PHP.
- Hateoas (⭐1k) - PHP library to support implementing representations for HATEOAS REST web services.
PHP / Symfony2
- FOSRestBundle (⭐2.8k) - Bundle handling view, routing, error handling, etc. for your REST API.
- stanlemon/rest-bundle (⭐123) - Build a REST API based on Doctrine entities using conventions over configuration.
- lakion/Lionframe - Glu between several community libraries to ease API development.
- BazingaHateoasBundle (⭐294) - Integrate the Hateoas (⭐1k) library into a Symfony2 application.
- Symfony REST Edition (⭐634) - Start with a Symfony2 application with all REST-friendly bundles pre-configured.
- NgAdminGeneratorBundle (⭐75) - Boostrap ng-admin configuration based on
stanlemon/rest-bundle
.
- DunglasApiBundle (⭐2.4k) - Build a REST API which follow Hydra/JSON-LD specification.
Python / Symfony2
- flask-restless - Flask extension for generating ReSTful APIs for database models defined with SQLAlchemy (or Flask-SQLAlchemy).
Go / Symfony2
- go-json-rest (⭐3.5k) - Thin layer on top of
net/http
that helps building RESTful APIs easily.
- sleepy (⭐673) - RESTful micro-framework written in Go.
- restit (⭐55) - Go micro framework to help writing RESTful API integration test.
- go-relax (⭐152) - Framework of pluggable components to build RESTful API's.
- go-rest (⭐128) - Small and evil REST framework for Go.
- Goat (⭐155) - Minimalistic REST API server in Go.
- Resoursea (⭐34) - REST framework for quickly writing resource based services.
Java / Symfony2
- RestExpress (⭐938) - Netty-based, highly performant, lightweight, container-less, plugin-extensible, framework that is ideal for microservice architectures.
Querying / Symfony2
- resty (⭐2.6k) - Little command line REST client that you can use in pipelines (bash or zsh).
- jq (⭐30k) - Command line JSON processor, to use in combination with a command-line HTTP client like cURL.
Mocking / Symfony2
- FakeRest (⭐434) - Patch XMLHttpRequest to fake a REST API client-side.
- json-server (⭐72k) - Serve a REST API from fixture files using quick prototyping.
SaaS Tools / Symfony2
- Runscope - Automated API Monitoring & Testing.
Miscellaneous / Symfony2
- ng-admin (⭐4k) - Add an AngularJS admin GUI to any RESTful API.
Jul 06 - Jul 12, 2015
Go / Symfony2
- gocrud (⭐305): Go library to simplify creating, updating and deleting arbitrary depth structured data — to make building REST services fast and easy.
May 18 - May 24, 2015
Design
SaaS Tools / Symfony2
- Apiary - Collaborative design, instant API mock, generated documentation, integrated code samples, debugging and automated testing.
May 11 - May 17, 2015
Ruby Clients
- RESTClient (⭐5.2k) - Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.
- Spyke (⭐899) - Interact with REST services in an ActiveRecord-like manner.
- excon (⭐1.2k) - Usable, fast, simple Ruby HTTP 1.1. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients.
Go Clients
- gopencils (⭐452) - Small and simple package to easily consume REST APIs.
Python / Symfony2
- django-tastypie - Creating delicious APIs for Django apps.
- sandman (⭐2.3k) - Automated REST APIs for existing database-driven systems.