rest-assured/rest-assured
Java DSL for easy testing of REST services observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5795
- days_rel: n/a
- days_push: 42
- n_releases_24m: 0
Adoption not part of the score
7138 stars · 1940 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
REST Assured is a Java DSL for testing and validating REST APIs with a fluent, dynamic-language-style syntax. It supports request specification, response validation of JSON/XML bodies, and multiple authentication mechanisms.
Use cases
- test rest api endpoints in java
- validate json responses from http services
- write integration tests for rest services
- test authenticated api endpoints
- assert xml responses with xpath
- automate api test suites
When to choose
- you're writing JVM-based tests for REST APIs and want a readable fluent DSL
- you need JSON/XML response validation with path expressions
- you want built-in support for auth mechanisms like basic, OAuth, digest
When to avoid
- you're testing non-HTTP services or message queues
- you need a non-JVM language stack
- you want browser-based end-to-end UI testing
Facets
library · maturity active
testing e2e-testing http-client serialization testing apis developer-tools web-development jvm cli rest-api-testing java-dsl api-automation json-validation xml-validation groovy kotlin
1 source
- readme: https://github.com/rest-assured/rest-assured · fetched 2026-08-28 · a77609c6d907
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rest-assured/rest-assured | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="rest-assured/rest-assured")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem