Apache TinkerPop Gremlin Server API

The Gremlin Server provides WebSocket and HTTP endpoints for submitting Gremlin traversals to a remote graph database. The HTTP API accepts POST requests with Gremlin traversal strings or bytecode at /gremlin endpoint. The WebSocket API supports binary (GraphBinary) and text (GraphSON) serialization formats. Gremlin Server also exposes REST-like endpoints for graph management operations.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-tinkerpop:apache-tinkerpop-gremlin-server-api
name: Apache TinkerPop Gremlin Server API
description: The Gremlin Server provides WebSocket and HTTP endpoints for submitting Gremlin traversals
  to a remote graph database. The HTTP API accepts POST requests with Gremlin traversal strings or bytecode
  at /gremlin endpoint. The WebSocket API supports binary (GraphBinary) and text (GraphSON) serialization
  formats. Gremlin Server also exposes REST-like endpoints for graph management operations.
humanURL: https://tinkerpop.apache.org/docs/current/reference/#gremlin-server
tags:
- WebSocket
- HTTP
- Gremlin
- Graph Database
properties:
- type: Documentation
  url: https://tinkerpop.apache.org/docs/current/reference/#gremlin-server