RPC Describe Dashboard

A powerful JSON-RPC 2.0 API for managing your virtual petstore. Explore methods, test endpoints, and integrate seamlessly.

5
API Methods
0
Pets in Store
JSON-RPC 2.0
Protocol

Available API Methods

GET

get_pets

Returns all pets from the system

tags: list[str]? limit: int?
POST

create_pet

Creates a new pet in the store

new_pet: NewPet
GET

get_pet_by_id

Returns a pet based on ID

id: int
DELETE

delete_pet_by_id

Deletes a pet based on ID

id: int

API Playground

// Response will appear here
// Request details will appear here