Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Rest Api

Rest Api

745 projects

Showing 36 of 745 projects

gosip
gosipGo

A Go SDK for SharePoint providing authentication, HTTP client, and fluent API wrapper for both SharePoint Online and On-Premises.

#rest#go-sdk#api
Stars168
Forks39
Last commit2 months ago
shotgun
shotgunErlang

An Erlang HTTP client built on gun with out-of-the-box support for Server-sent Events (SSE).

#hacktoberfest#async-requests#otp
Stars168
Forks45
Last commit10 months ago
REST.VertX
REST.VertXJava

A lightweight JAX-RS-like annotation processor for building REST APIs with Vert.x verticles.

#jax-rs#rest#api-server
Stars166
Forks33
Last commit1 year ago
Jupyter Notebook REST API
Jupyter Notebook REST APIJupyter Notebook

Run Jupyter notebooks as REST API endpoints, enabling programmatic execution of notebook workflows.

#fastapi#uvicorn#data-science
Stars166
Forks11
Last commit3 years ago
railsconf2013-tech-demo
railsconf2013-tech-demoRuby

A Ruby DSL for describing service APIs with automatic parameter validation, type conversion, and serialization for Rails.

#api-modeling#rails#parameter-validation
Stars165
Forks8
Last commit6 years ago
InfluxDB.NET
InfluxDB.NETC#

A cross-platform .NET library for interacting with InfluxDB time-series databases via REST API.

#data-storage#rest-api#dotnet
Stars163
Forks59
Last commit4 years ago
erlastic_search
erlastic_searchErlang

An Erlang client for Elasticsearch's REST API, enabling seamless integration of Elasticsearch into Erlang/OTP applications.

#otp#rest-api#elasticsearch-client
Stars163
Forks79
Last commit6 years ago
Hack Club
Hack ClubJavaScript

A curated directory of free student-led high school hackathons, built and maintained by Hack Club.

#high-school#hackathons#nextjs
Stars162
Forks44
Last commit19 days ago
Sync Flavor
Sync FlavorPython

A synchronous FastAPI example project for building and testing CRUD APIs with Pytest and Docker.

#fastapi#containerization#pytest
Stars162
Forks19
Last commit2 years ago
terraform-provider-terracurl
terraform-provider-terracurlGo

A Terraform provider for declarative HTTP API interactions, enabling infrastructure teams to manage any REST service as Terraform resources.

#api#devops-automation#http
Stars162
Forks21
Last commit
Go in 7 days
Go in 7 daysGo

A structured 7-day learning path for Node.js developers to master Go fundamentals and build practical applications.

#hacktoberfest#roadmap#graphql
Stars162
Forks9
Last commit2 months ago
Deno Rest
Deno RestTypeScript

A Deno boilerplate for building secure, scalable RESTful APIs with MongoDB, JWT authentication, and role-based access control.

#api-starter#rest-api#boilerplate
Stars162
Forks30
Last commit1 year ago
micropyserver
micropyserverPython

A simple HTTP server library for building web interfaces and APIs on MicroPython-powered devices like ESP8266/ESP32.

#iot#http-server#embedded-systems
Stars159
Forks34
Last commit1 year ago
Universities
UniversitiesPython

A free, open-source API service providing structured data on over 9600 universities across 140+ countries.

#fastapi#university-directory#uvicorn
Stars159
Forks14
Last commit5 years ago
dayron
dayronElixir

An Elixir library that provides an Ecto.Repo-like interface for interacting with RESTful APIs instead of databases.

#elixir-lang#elixir#ecto-pattern
Stars158
Forks18
Last commit8 years ago
max-audio-classifier
max-audio-classifierPython

A deep learning model that classifies sounds in 10-second audio clips into 527 categories from the AudioSet ontology.

#audioset#ibm-max#deep-learning
Stars158
Forks53
Last commit9 months ago
ln-paywall
ln-paywallGo

Go middleware for monetizing APIs with per-request Bitcoin Lightning Network payments.

#api-monetization#api#go-middleware
Stars157
Forks8
Last commit7 years ago
go-relax
go-relaxGo

A Go framework for building fast, complete RESTful APIs with built-in HATEOAS, filters, and correct HTTP semantics.

#api-gateway#rest-api#api-development
Stars154
Forks9
Last commit4 months ago
Vert.x Jersey
Vert.x JerseyJava

Run JAX-RS Jersey resources within the Vert.x reactive application platform.

#jax-rs#dependency-injection#rest-api
Stars154
Forks47
Last commit4 years ago
jsonapi-vuex
jsonapi-vuexJavaScript

A Vuex module for accessing JSONAPI data with automatic normalization and relationship handling.

#axios#rest#vuex
Stars154
Forks22
Last commit1 year ago
terraformize
terraformizePython

A REST API service that runs Terraform apply, destroy, and plan commands on modules via HTTP requests or RabbitMQ.

#terraform-backends#devops#rest-api
Stars154
Forks36
Last commit2 years ago
Wissance.WebApiTookit
Wissance.WebApiTookitC#

A .NET toolkit for rapidly building CRUD REST APIs with one line of code and creating gRPC/SignalR services from reusable components.

#webapi-core#crud#api-toolkit
Stars150
Forks14
Last commit5 months ago
light-java-graphql examples
light-java-graphql examplesJava

A collection of example APIs demonstrating all features of the light-4j microservices framework and its ecosystem.

#rest-api#java#light-4j
Stars149
Forks65
Last commit13 days ago
golang-fiber-realworld-example-app
golang-fiber-realworld-example-appGo

A real-world backend API example built with Go, Fiber, Gorm, and Swagger, following the RealWorld specification.

#rest-api#example-project#swagger
Stars148
Forks35
Last commit
CCU-Jack
CCU-JackGo

A REST and MQTT gateway for HomeMatic CCU home automation systems, enabling secure access and integration of third-party devices.

#home-automation#homematic#mqtt
Stars146
Forks16
Last commit6 months ago
ngForce
ngForceJavaScript

A set of Angular.js modules for building Angular applications on the Salesforce Force.com platform.

#salesforce#javascript-framework#promise-based
Stars142
Forks58
Last commit9 years ago
gtfs-via-postgres
gtfs-via-postgresJavaScript

Import GTFS Schedule data into PostgreSQL for efficient querying and analysis, with support for GraphQL and REST APIs.

#postgis#postgres#gtfs-schedule
Stars141
Forks21
Last commit3 months ago
Bittrex.Net
Bittrex.NetC#

A C# .NET wrapper for the Bittrex cryptocurrency exchange API, providing full REST and WebSocket functionality.

#trading#nuget#api
Stars141
Forks62
Last commit2 years ago
skooma
skoomaElixir

A simple and flexible Elixir library for validating data structures with an intuitive API.

#functional-programming#elixir#rest-api
Stars141
Forks14
Last commit3 years ago
FastAPI Listing
FastAPI ListingPython

A FastAPI library for building complex, component-based listing APIs with filters, sorting, and pagination.

#fastapi#data-listing#component-architecture
Stars139
Forks3
Last commit1 year ago
Swiftly Salesforce
Swiftly SalesforceSwift

A Swift library for building native iOS apps that connect to Salesforce, using Swift concurrency and SwiftUI.

#salesforce#ios#oauth
Stars137
Forks39
Last commit2 years ago
micrOS
micrOSPython

A MicroPython-based mini asynchronous automation OS for DIY projects, featuring task scheduling, device communication, and a web interface.

#diy-projects#interrupts#micropython
Stars137
Forks25
Last commit12 days ago
openapi
openapiRust

A Rust crate for serializing and deserializing OpenAPI specification documents.

#rest-api#api-specification#schema-validation
Stars135
Forks57
Last commit3 years ago
tacofancy-api
tacofancy-apiPython

A RESTful API that serves random taco recipes and contributor data from the TacoFancy repository.

#api#rest-api#taco-recipes
Stars132
Forks31
Last commit9 months ago
gofiber-template
gofiber-templateGo

An opinionated, production-ready GoFiber project template with dependency injection, database integration, and CI/CD support.

#gofiber#database-orm#project-template
Stars132
Forks6
Last commit4 days ago
NestJS and Prisma Yarn Monorepo Starter Template
NestJS and Prisma Yarn Monorepo Starter TemplateTypeScript

A full-stack monorepo template for NestJS and Prisma with Yarn Workspaces, featuring GraphQL, REST, and JWT.

#template#yarn-workspaces#yarn3
Stars131
Forks19
Last commit
PreviousPage 16 of 21Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 month ago
3 months ago
3 years ago
#Api112
#Docker107
#Openapi99
#Go95
#Rest94
#Backend80
#Web Framework79
#Self Hosted74
#Api Client72
#Swagger71
#Python67
#Golang66