PHPackages                             os2web/os2web\_rest\_api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. os2web/os2web\_rest\_api

ActiveDrupal-module

os2web/os2web\_rest\_api
========================

OS2Web Rest API

0.0.8(2y ago)0692EUPL-1.2PHP

Since Aug 24Pushed 1y ago5 watchersCompare

[ Source](https://github.com/OS2web/os2web_rest_api)[ Packagist](https://packagist.org/packages/os2web/os2web_rest_api)[ RSS](/packages/os2web-os2web-rest-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (6)Dependencies (1)Versions (10)Used By (0)

OS2Web REST API module
======================

[](#os2web-rest-api-module)

Module purpose
--------------

[](#module-purpose)

The module purpose is to provide URL's for fetching data via REST API.

How does it work
----------------

[](#how-does-it-work)

After enabling module there is available URL's that could be used as REST API.

Most of them are coming from [RESTful Web Services module](https://www.drupal.org/docs/8/core/modules/rest/overview)that is included in Drupal core.

Module provides preconfigured REST sources and Views for fetching lists nodes and terms in JSON-format

- /node/\[node id\]?\_format=json - particular node
- /rest/os2web/list/node/\[taxonomy term id\] - list of nodes filtered by \[taxonomy term id\]
- /rest/os2web/list/term - list of all taxonomy terms
- /rest/os2web/list/term/\[vocabulary machine name\] - list of taxonomy terms by vocabulary machine name

For advanced filtering you can use multiple arguments. For example:

```
/rest/os2web/list/node/1+2+3

```

for `AND` condition

```
/rest/os2web/list/node/1,2,3

```

for `OR` condition

**NOTE**: It's not possible to use `AND` condition on filtering taxonomy terms.

Install
-------

[](#install)

Module is available to download via composer.

```
composer require os2web/os2web_rest_api
drush en os2web_rest_api

```

Update
------

[](#update)

Updating process for OS2Web REST API module is similar to usual composer package. Use Composer's built-in command for listing packages that have updates available:

```
composer outdated os2web/os2web_rest_api

```

Contribution
------------

[](#contribution)

Project is opened for new features and os course bugfixes. If you have any suggestion or you found a bug in project, you are very welcome to create an issue in github repository issue tracker. For issue description there is expected that you will provide clear and sufficient information about your feature request or bug report.

### Code review policy

[](#code-review-policy)

See [OS2Web code review policy](https://github.com/OS2Web/docs#code-review)

### Git name convention

[](#git-name-convention)

See [OS2Web git name convention](https://github.com/OS2Web/docs#git-guideline)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~117 days

Recently: every ~204 days

Total

8

Last Release

906d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/827308?v=4)[Jørn Skifter Andersen](/maintainers/skifter)[@skifter](https://github.com/skifter)

![](https://www.gravatar.com/avatar/62f8489b69aecc84322f8899d288c3ab41d3022532d49c849ae4ca10e20f4df7?d=identicon)[andriyun](/maintainers/andriyun)

![](https://www.gravatar.com/avatar/134c42b216718e3d28298bcec8772eeb309c8c94afff3462dac1245b06c06cc5?d=identicon)[stanbellcom](/maintainers/stanbellcom)

---

Top Contributors

[![andriyun](https://avatars.githubusercontent.com/u/5544994?v=4)](https://github.com/andriyun "andriyun (10 commits)")[![stankut](https://avatars.githubusercontent.com/u/1537807?v=4)](https://github.com/stankut "stankut (1 commits)")[![thollebellcom](https://avatars.githubusercontent.com/u/100751734?v=4)](https://github.com/thollebellcom "thollebellcom (1 commits)")

### Embed Badge

![Health badge](/badges/os2web-os2web-rest-api/health.svg)

```
[![Health](https://phpackages.com/badges/os2web-os2web-rest-api/health.svg)](https://phpackages.com/packages/os2web-os2web-rest-api)
```

###  Alternatives

[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
