# @loopback/service-proxy

> A common set of interfaces for interacting with service oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices

Latest version **8.0.15** (published 2026-08-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @loopback/service-proxy
pnpm add @loopback/service-proxy
yarn add @loopback/service-proxy
bun add @loopback/service-proxy
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 8.0.15 |
| Published | 2026-08-18 |
| First published | 2018-05-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | 20 \|\| 22 \|\| 24 |
| Dependencies | 2 |
| Unpacked size | 42.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5106 |
| Author | IBM Corp. and LoopBack contributors |
| Maintainers | rfeng, rmg, dhmlau, theprez, frbuceta, marioestradarosa, achrinza |

## Links

- npm: https://www.npmjs.com/package/@loopback/service-proxy
- Repository: https://github.com/loopbackio/loopback-next
- Homepage: https://github.com/loopbackio/loopback-next#readme
- Issues: https://github.com/loopbackio/loopback-next/issues
- npm.io page: https://npm.io/package/@loopback/service-proxy

## Dependencies (2)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [loopback-datasource-juggler](https://npm.io/package/loopback-datasource-juggler.md) ^7.0.2

## Recent versions

- 8.0.15 (latest) — 2026-08-18
- 0.6.0 (dp3) — 2018-07-20
- 8.0.14 — 2026-07-16
- 8.0.13 — 2026-06-11
- 8.0.12 — 2026-05-12
- 8.0.11 — 2026-04-14
- 8.0.10 — 2026-03-11
- 8.0.9 — 2026-02-10
- 8.0.8 — 2026-01-12
- 8.0.7 — 2025-12-09
- 8.0.6 — 2025-11-11
- 8.0.5 — 2025-10-15
- 8.0.4 — 2025-09-10
- 8.0.3 — 2025-08-11
- 8.0.2 — 2025-07-15
- … 157 more at https://npm.io/package/@loopback/service-proxy/versions

## README

# @loopback/service-proxy

This module provides a common set of interfaces for interacting with service
oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices.

## Installation

```
$ npm install @loopback/service-proxy
```

## Basic use

See https://loopback.io/doc/en/lb4/Calling-other-APIs-and-web-services.html

## Contributions

- [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md)
- [Join the team](https://github.com/loopbackio/loopback-next/issues/110)

## Tests

run 'npm test' from the root folder.

## Contributors

See
[all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors).

## License

MIT

---
_Source: https://npm.io/package/@loopback/service-proxy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
