// getting-started / introduction

Introduction

Welcome to the Vembric API — a developer-first interface for accessing games and order data.

what is vembric

Vembric is a RESTful API that gives you programmatic access to resources like games and orders. It is designed around standard HTTP conventions and returns JSON responses.

key features

  • REST-based with predictable resource URLs
  • JSON request and response bodies
  • Bearer token authentication
  • Cursor-based pagination
  • Webhook support for real-time events
  • Official SDKs for Node, Python, PHP, Ruby and Go

base url

https://api.vembric.io/v1

next steps