JSON:API Browser

Bookmarklet for browsing JSON:API (Elide) entities and Spring endpoints

Installation

  1. Drag the button below to your bookmarks bar
  2. Navigate to your Spring Boot / Elide application
  3. Click the bookmark to open the API browser
JSON:API Browser

Drag this button to your bookmarks bar

The bookmarklet automatically loads the script from GitLab Pages. No local server required!

Custom Configuration (optional)

By default, the bookmarklet uses the script from GitLab Pages. For local development, you can specify a custom URL.

Features

Elide Entities

  • Browse JSON:API entities
  • View data in table format
  • Navigate relationships
  • Search and filter records
  • See record counts per entity

Spring Endpoints

  • Load from /actuator/mappings
  • Test endpoints with parameters
  • Request body for POST/PUT/PATCH
  • Search by path/method/handler
  • "No auth" mode for security testing

Requirements for your application

GitLab Repository