From 1b11634ccdcd5cfedf2684f0baff779a120a7b85 Mon Sep 17 00:00:00 2001 From: tuansuwu Date: Tue, 21 Jul 2026 10:30:44 +0800 Subject: [PATCH] Add AddressMock API to Test Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68045a06..08c55429 100644 --- a/README.md +++ b/README.md @@ -1781,6 +1781,7 @@ API | Description | Auth | HTTPS | CORS | ### Test Data API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| +| [AddressMock](https://addressmock.com/api) | Random US, Hong Kong and Cape Verde addresses with matched city, state and ZIP | No | Yes | Yes | | [Bacon Ipsum](https://baconipsum.com/json-api/) | A Meatier Lorem Ipsum Generator | No | Yes | Unknown | | [Dicebear Avatars](https://avatars.dicebear.com/) | Generate random pixel-art avatars | No | Yes | No | | [DummyJSON](https://dummyjson.com/) | Fake REST API with products, users, posts, comments, todos and more | No | Yes | Yes |