Tenant: sitemap.xml
Exit Tenant

API Documentation

Documentation for your temporary REST API. Your tenant ID is sitemap.xml.

OpenAPI Specification

Download the OpenAPI specification for your API.

Base URL

All API endpoints are relative to this base URL.

https://trapi.org/api/sitemap.xml

Available Endpoints

The following endpoints are available for your API.

Products
  • GET /products
    List all products
  • GET /products/:id
    Get a single product
  • POST /products
    Create a new product
  • PUT /products/:id
    Update a product
  • DELETE /products/:id
    Delete a product
Todos
  • GET /todos
    List all todos
  • GET /todos/:id
    Get a single todo
  • POST /todos
    Create a new todo
  • PUT /todos/:id
    Update a todo
Users
  • GET /users
    List all users
  • GET /users/:id
    Get a single user
  • POST /users
    Create a new user
  • PUT /users/:id
    Update a user
  • DELETE /users/:id
    Delete a user
Posts
  • GET /posts
    List all posts
  • GET /posts/:id
    Get a single post
  • POST /posts
    Create a new post
  • PUT /posts/:id
    Update a post
  • DELETE /posts/:id
    Delete a post
Dummy Data
  • POST /dummy
    Generate dummy data

Generate Dummy Data

Generate dummy data for your API.

© 2025 trapi.org - Temporary REST APIs for Development and Testing