Description

The Todo API allows you to retrieve a list of todo items and create new todo items.

Base URL

The base URL for all API requests is:

http://127.0.0.1:8000/todos

Endpoints

GET /todos

Returns a list of all todo items.

Response

Returns a JSON array of todo objects, each with the following properties:

Example

Request:

GET /todos

Response: