Dummy Depot API

Overview

The Dummy Depot API is a public API designed for providing bogus user accounts for testing purposes. This API allows you to create, retrieve, update, and delete user accounts with mock data, making it a valuable tool for developers and testers who need to work with user account data without affecting real user data.

Features

API Endpoints

The API is structured with RESTful endpoints, providing a clear and intuitive interface for interacting with user data. Below are the key endpoints:

Documentation

The Dummy Depot API comes with auto-generated documentation thanks to FastAPI. You can explore detailed documentation for all the endpoints, including request and response formats, at the following URLs:

Accessing the API

The API’s homepage and primary access point are located at https://dummy-api.yakninja.pro/. From here, you can navigate to the various endpoints and view the documentation for more details on how to use the API.

Technology Stack

This API is built using the FastAPI framework, known for its high performance and ease of use in building APIs with Python 3.7+. FastAPI’s built-in support for data validation, serialization, and documentation makes it an ideal choice for this project.