Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: apis

2838 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
CoderMJLee/MJExtension
MJExtension is a lightweight Objective-C framework for converting between JSON/dictionaries and model objects without requiring models to i…
238493stable
litestar-org/litestar
Litestar is a production-ready, highly performant, extensible ASGI API framework for Python, formerly known as Starlite. It provides REST A…
918419active
ogx-ai/ogx
OGX (formerly Llama Stack) is an open-source, OpenAI-compatible agentic API server and Python library that bundles inference, vector stores…
868416active
mockoon/mockoon
Mockoon is a free, open-source desktop application (built with Electron) for designing and running mock REST APIs locally, with a companion…
948379active
javalin/javalin
Javalin is a lightweight, simple web framework for Java and Kotlin built on top of Jetty, supporting REST APIs, WebSockets, static file ser…
988340active
openapi-ts/openapi-typescript
A monorepo of tools for consuming OpenAPI schemas in TypeScript, centered on openapi-typescript which converts OpenAPI 3.0/3.1 specs into s…
858333stable
openclaw/gogcli
gog is a single Go binary CLI that provides terminal access to Google Workspace services including Gmail, Calendar, Drive, Docs, Sheets, Sl…
838330active
smallnest/rpcx
rpcx is a high-performance distributed RPC framework for Go, comparable to Alibaba Dubbo but designed natively for Go without requiring pro…
778312active
Graphene
Graphene is a code-first Python library for building GraphQL schemas and APIs, with built-in Relay support and integrations for Django, SQL…
528239stable
apache/tomcat
Apache Tomcat is an open-source servlet container implementing the Jakarta Servlet, Pages, Expression Language, WebSocket, Annotations, and…
778234stable
ijl/orjson
orjson is a fast, correct JSON serialization/deserialization library for Python, implemented in Rust via PyO3. It natively serializes datac…
988214stable
curlconverter/curlconverter
A tool that transpiles curl commands into equivalent code in Python, JavaScript, Go, and 27+ other languages or formats like HTTPie and HAR…
588170active
APIs-guru/graphql-voyager
GraphQL Voyager is a React component and standalone bundle that renders any GraphQL API schema as an interactive graph, powered by introspe…
598160active
jdepoix/youtube-transcript-api
A Python library and CLI that retrieves transcripts and subtitles for YouTube videos, including auto-generated captions, with subtitle tran…
818116active
symfony/http-kernel
The Symfony HttpKernel component provides a structured, event-driven process for converting an HTTP Request into a Response. It is the core…
958106stable
MichalLytek/type-graphql
TypeGraphQL is a TypeScript framework for building GraphQL APIs using classes and decorators instead of SDL files, generating the schema fr…
878091active
facebook/facebook-ios-sdk
The official Facebook SDK for iOS and tvOS, enabling integration of Facebook Platform features into Apple apps. It provides Facebook Login,…
878090active
fonoster/fonoster
Fonoster is an open-source programmable telecommunications stack (a Twilio alternative) for building voice and messaging applications, with…
998080active
ducaale/xh
xh is a fast, friendly command-line tool for sending HTTP requests, written in Rust. It reimplements HTTPie's design with a focus on improv…
948041active
Project-OSRM/osrm-backend
OSRM is a high-performance C++ routing engine built on OpenStreetMap data, exposing services via HTTP API, C++ library, and Node.js wrapper…
988013active
hotheadhacker/no-as-a-service
No-as-a-Service is a lightweight Express.js REST API that returns a random, witty rejection reason as JSON. It is hosted publicly and can a…
567925stable
Octokit
Octokit is the official, batteries-included JavaScript/TypeScript SDK for the GitHub platform APIs, integrating REST API client, GraphQL qu…
837837stable
PyGithub/PyGithub
PyGithub is a Python library providing typed, object-oriented access to the full GitHub REST API v3. It lets Python applications manage Git…
957765active
nodejs/undici
Undici is a fast HTTP/1.1 client library for Node.js, written from scratch, that also provides WHATWG-compliant fetch, WebSocket, EventSour…
947682stable
symfony/routing
The Symfony Routing component maps HTTP requests to configuration variables, matching incoming URLs against defined routes and generating U…
997613stable
maximhq/bifrost
Bifrost is a high-performance, open-source AI gateway written in Go that unifies access to 23+ LLM providers (OpenAI, Anthropic, AWS Bedroc…
837587active
chenyme/grok2api
A self-hosted multi-account API gateway for Grok Build, Grok Web, and Grok Console, written in Go with a React frontend. It exposes Grok ca…
847538active
swagger-api/swagger-core
Swagger Core is a Java library that implements the OpenAPI Specification, generating OpenAPI 3.x definitions from JAX-RS (javax and jakarta…
997531stable
ninenines/cowboy
Cowboy is a small, fast, modern HTTP server for Erlang/OTP supporting HTTP/1.1, HTTP/2, HTTP/3, Websocket, and REST. It provides a complete…
777525stable
msgpack/msgpack
MessagePack is an efficient binary object serialization format, like JSON but faster and more compact. This repository hosts the format spe…
327494stable
libcpr/cpr
cpr (C++ Requests) is a modern C++ HTTP client library that wraps libcurl with a simple, Python Requests-inspired API. It supports GET/POST…
837417active
sparckles/Robyn
Robyn is a high-performance async Python web framework with a Rust runtime, offering routing, middleware, WebSockets, templating, authentic…
967377active
RicoSuter/NSwag
NSwag is a Swagger/OpenAPI 2.0 and 3.0 toolchain for .NET, ASP.NET Core, and TypeScript, written in C#. It generates OpenAPI specifications…
837358active
wiremock/wiremock
WireMock is a popular open-source tool for mocking HTTP-based APIs, runnable as an embedded Java library, standalone server, or container. …
807348stable
devlikeapro/waha
WAHA is a self-hosted WhatsApp HTTP API that wraps multiple community engines (WEBJS, NOWEB, GOWS) behind a unified REST API and webhook in…
947266active
postmanlabs/newman
Newman is a command-line collection runner for Postman that executes Postman collections directly from the terminal. It is extensible with …
757245stable
marshmallow-code/marshmallow
marshmallow is a lightweight, framework-agnostic Python library for converting complex objects to and from native Python datatypes using de…
777242stable
sammchardy/python-binance
An unofficial Python wrapper for the Binance exchange REST API v3, covering general, market data, and account endpoints with asyncio and we…
897205active
modelcontextprotocol/registry
A community-driven registry service for Model Context Protocol (MCP) servers, acting like an app store where MCP clients can discover serve…
867192active
rest-assured/rest-assured
REST Assured is a Java DSL for testing and validating REST APIs with a fluent, dynamic-language-style syntax. It supports request specifica…
747138active
ianstormtaylor/superstruct
Superstruct is a JavaScript and TypeScript library for defining data schemas (structs) and validating arbitrary data against them at runtim…
237134stable
dotnetcore/CAP
CAP is a .NET library providing a lightweight event bus and a distributed transaction solution based on the Outbox pattern (local message t…
927107active
php-fig/http-message
PSR-7 provides a set of common PHP interfaces for representing HTTP messages (requests and responses) as described in RFC 7230/7231, plus U…
237033stable
sinclairzx81/typebox
TypeBox is a TypeScript library for building JSON Schema objects that also infer as static TypeScript types. It provides a unified runtime …
776929stable
gcanti/io-ts
io-ts is a TypeScript library providing a runtime type system for decoding and encoding data at IO boundaries. Codecs combine static types …
236808stable
apache/openwhisk
Apache OpenWhisk is an open source distributed serverless (FaaS) cloud platform that executes functions in response to events at any scale …
676794active
luraproject/lura
Lura is an open-source Go framework for building ultra-performant API Gateways and proxies, formerly known as the KrakenD framework. It agg…
836792stable
requestly/requestly
Requestly API Client is a lightweight, Git-native desktop API client for designing, building, and testing REST, GraphQL, SOAP, and gRPC API…
916750active
webhooksite/webhook.site
Webhook.site is a tool that instantly generates unique URLs and email addresses to receive, inspect, and debug HTTP webhooks and requests i…
656717active
subzeroid/instagrapi
instagrapi is a fast Python wrapper for Instagram's unofficial private (mobile) and public web APIs, supporting login with 2FA, session per…
956713active
reqable/reqable-app
Reqable is a cross-platform API debugging and testing application combining an MITM proxy for capturing HTTP(S) traffic with a full-feature…
936683active
thephpleague/oauth2-server
A standards-compliant OAuth 2.0 authorization server library for PHP, supporting all major grants (authorization code, client credentials, …
876662stable
davidteather/TikTok-Api
An unofficial Python API wrapper for TikTok.com that retrieves trending content, user information, hashtags, and video data without authent…
926593active
BlockRunAI/ClawRouter
ClawRouter is an open-source TypeScript LLM router built for autonomous AI agents, offering 71 models from OpenAI, Anthropic, Google, xAI, …
786571active
x402-foundation/x402
x402 is an open standard and SDK suite for internet-native payments built on the HTTP 402 status code, letting servers charge for API or co…
656543active
Flagsmith/flagsmith
Flagsmith is an open-source feature flagging and remote configuration service that lets teams toggle features on and off, segment users, an…
956530active
facebook/facebook-android-sdk
The official Facebook SDK for Android, providing modular libraries to integrate Facebook Platform features into Android apps. It includes m…
886456active
orval-labs/orval
Orval is a code generation tool that produces type-safe TypeScript API clients from OpenAPI v3 or Swagger v2 specifications in YAML or JSON…
956396active
joelittlejohn/jsonschema2pojo
jsonschema2pojo generates Java types (POJOs) from JSON Schema or example JSON documents, annotating them for data-binding with Jackson 2.x/…
806381active
apache/camel
Apache Camel is an open-source integration framework offering 350+ connectors for databases, APIs, message brokers, and cloud services, wit…
776300stable
tbphp/gpt-load
GPT-Load is a high-performance, enterprise-grade AI API transparent proxy service built in Go that aggregates multiple AI providers (OpenAI…
836290active
cue-lang/cue
CUE is an open-source data validation language and inference engine for defining, generating, and validating text-based and dynamic configu…
976241active
express-validator/express-validator
express-validator is an Express.js middleware wrapping the validator.js library for request validation and sanitization. It lets you declar…
826236stable
auth0/java-jwt
A Java library for creating and verifying JSON Web Tokens (JWT) per RFC 7519, supporting HMAC, RSA, and ECDSA signing algorithms. It is mai…
926235active
graphql-java/graphql-java
GraphQL Java is the standard JVM implementation of the GraphQL specification, providing schema parsing, schema generation, and query execut…
956223stable
aws/aws-sdk-php
The official AWS SDK for PHP (version 3), providing idiomatic PHP client APIs for over 400 Amazon Web Services including S3, DynamoDB, EC2,…
956203stable
expressjs/cors
A Node.js middleware for Express and Connect that sets CORS response headers, telling browsers which origins may read responses from your s…
706191stable
jinzhu/copier
A Go library that copies values between structs, slices, and maps using reflection and matching field names. It supports struct tags to enf…
656175stable
open-meteo/open-meteo
Open-Meteo is an open-source weather API service that aggregates numerical weather prediction models from 15+ national weather services int…
676093active
goadesign/goa
Goa is a design-first framework for building APIs and microservices in Go. You define your API in a Go-based DSL and it generates server co…
996089active
graphql-editor/graphql-editor
GraphQL Editor is an open-source visual editor and IDE for designing, exploring, and documenting GraphQL schemas using a node-based visual …
516066active
Huachao/vscode-restclient
A Visual Studio Code extension that lets you send HTTP requests and view responses directly in the editor, supporting GraphQL queries, cURL…
586045active
Azure/azure-sdk-for-net
The official Azure SDK for .NET, containing client and management libraries for all Azure services, developed in the open. It provides cons…
956042active
vuejs/apollo
Vue Apollo is the official Apollo/GraphQL integration for Vue.js, providing composables and components for running GraphQL queries, mutatio…
846032active
postmanlabs/postman-app-support
Postman is a widely used API platform for building, testing, designing, and collaborating on APIs, offered as a desktop app and web service…
646015active
FastEndpoints/FastEndpoints
FastEndpoints is a lightweight REST API development framework for ASP.NET 8 and newer that serves as a developer-friendly alternative to Mi…
955999active
graphql-dotnet/graphql-dotnet
A .NET implementation of the GraphQL query language, providing a lexer/parser, schema definition, and execution engine for building GraphQL…
995992active
YMFE/yapi
YApi is a self-hostable, visual API management platform for defining, documenting, mocking, and testing HTTP interfaces across developers, …
2327723maintenance
bwmarrin/discordgo
DiscordGo is a Go package providing low-level bindings to the Discord API, with nearly complete support for REST endpoints, the websocket g…
535974active
graphql-rust/juniper
Juniper is a GraphQL server library for Rust that enables building type-safe, fast GraphQL servers. It provides schema declaration and reso…
865971active
lostisland/faraday
Faraday is a Ruby HTTP client library that provides a common interface over multiple HTTP backends such as Net::HTTP, Typhoeus, and Patron.…
955950stable
Kotlin/kotlinx.serialization
Kotlin multiplatform serialization library consisting of a compiler plugin and runtime that generates serialization code for @Serializable …
885943stable
fullstorydev/grpcui
grpcui is a command-line tool that launches an interactive browser-based web UI for invoking and testing gRPC services, similar to Postman …
855921active
ankitpokhrel/jira-cli
JiraCLI is a feature-rich interactive command line tool for Atlassian Jira, inspired by the GitHub CLI. It lets users search, navigate, cre…
715918active
golang/oauth2
The official Go client implementation of the OAuth 2.0 specification, maintained by the Go team. It provides token acquisition, refresh, an…
775896stable
jnunemaker/httparty
HTTParty is a popular Ruby library that makes HTTP requests easy and pleasant, supporting GET/POST and other verbs with convenient response…
875895stable
smogon/pokemon-showdown
Pokémon Showdown is a Pokémon battle simulator that runs as a website, a self-hostable game server, and a JavaScript library for simulating…
875858active
microsoft/typespec
TypeSpec is a Microsoft-built, extensible DSL and toolchain for defining cloud service APIs and data shapes as a single source of truth. It…
945832active
OpenAI PHP
OpenAI PHP is a community-maintained PHP SDK for interacting with the OpenAI API, covering chat, responses, embeddings, audio, images, fine…
975829active
snailyp/gemini-balance
A Python FastAPI proxy and load-balancing service for the Google Gemini API that rotates multiple API keys and exposes both Gemini and Open…
415826active
google/clasp
Clasp is a command-line tool for developing and managing Google Apps Script projects locally from the terminal. It lets you create, clone, …
985803active
sooperset/mcp-atlassian
A Model Context Protocol (MCP) server that connects AI assistants like Claude Desktop and Cursor to Atlassian Jira and Confluence, supporti…
845797active
Klavis-AI/klavis
Klavis AI is an open-source MCP (Model Context Protocol) integration platform that lets AI agents connect to 100+ prebuilt tool integration…
655793active
ChilliCream/graphql-platform
ChilliCream GraphQL Platform is a suite of open-source .NET tools for building GraphQL APIs, including the Hot Chocolate GraphQL server, th…
985753active
littlecodersh/ItChat
ItChat is a Python library providing a complete API for WeChat personal accounts, enabling bots and automation with under thirty lines of c…
2326469maintenance
letsencrypt/boulder
Boulder is the Go implementation of an ACME-based certificate authority that powers Let's Encrypt. It automates domain validation and issua…
955742active
TencentBlueKing/bk-cmdb
BlueKing CMDB is an enterprise-grade configuration management database (CMDB) platform for managing IT assets, applications, and business t…
775742active
go-pay/gopay
GoPay is an aggregated payment SDK for Go that wraps WeChat Pay, Alipay, Douyin Pay, PayPal, Apple Pay, QQ Pay, Allinpay, Lakala, CMB, and …
995731active
vikiboss/60s
A collection of free, open-source REST APIs delivering daily news digests, Chinese social media trending lists (Weibo, Bilibili, Douyin, Zh…
925678active
kgateway-dev/kgateway
kgateway is a Kubernetes-native API gateway and ingress controller that implements the Kubernetes Gateway API as a control plane for Envoy …
955670stable

← prev page 3 / 29 next →