Explore and test the Todo App API. Use the version selector above to switch between API versions.
| Feature | v1 | v2 | Type |
|---|---|---|---|
| Response Format | { success, todos } |
{ data: { items }, meta } |
Breaking |
| Priority Values | "low" | "medium" | "high" |
1 | 2 | 3 | 4 | 5 |
Breaking |
| Error Format | { success: false, message } |
{ error: { code, message }, meta } |
Breaking |
| Pagination | Not supported | ?page=1&limit=10 |
New |
| Tags Field | Not available | tags: [] |
New |
| Category Field | Not available | category: null |
New |
| Date Format | MySQL datetime | ISO 8601 | Breaking |
| API Version in Response | Not included | meta.version |
New |
Thank you!