JSONAPI-Resources/jsonapi-resources
A resource-focused Rails library for developing JSON:API compliant servers. observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 70
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4540
- days_rel: n/a
- days_push: 182
- n_releases_24m: 0
Adoption not part of the score
2324 stars · 545 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
JSONAPI::Resources (JR) is a Ruby gem that provides a resource-focused framework for building JSON:API compliant API servers on Rails 5.1+. It supplies custom routes, controllers, and serializers so that defining resources with attributes and relationships is enough to make a server spec-compliant.
Use cases
- build a JSON:API compliant API server in Rails
- expose ActiveRecord models as JSON:API resources
- add sorting, filtering, and pagination to a Rails API
- create CRUD endpoints for resources and relationships with minimal code
- serve an API backed by custom objects instead of ActiveRecord
- standardize API response format across a Rails backend
When to choose
- you are building a Rails API and want strict JSON:API spec compliance
- you want a fully functional API with minimal boilerplate code
- you need configurable pagination, caching, sorting, and filtering out of the box
- your resources may be backed by ActiveRecord models or custom objects
When to avoid
- your project is not built on Rails
- you need a plain REST or GraphQL API rather than the JSON:API specification
- you want a framework-agnostic Ruby API library
- you need a standalone API server without a Rails application
Facets
library · maturity active
api-framework serialization routing middleware web-development backend apis ruby json-api rails rest-api gem active-record web-server
2 sources
- readme: https://github.com/JSONAPI-Resources/jsonapi-resources · fetched 2026-08-28 · 62fe009f337a
- homepage: http://jsonapi-resources.com · fetched 2026-08-29 · ad1820eb3e63
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JSONAPI-Resources/jsonapi-resources | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="JSONAPI-Resources/jsonapi-resources")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem