diff --git a/subfiles/service/karma_api.md b/subfiles/service/karma_api.md
index d847c205d6..0f8d2d3d2d 100644
--- a/subfiles/service/karma_api.md
+++ b/subfiles/service/karma_api.md
@@ -46,18 +46,3 @@ Replace the `(base url)` to:
| Input | `f` is required.
`f` FQDN (e.g. `www.google.com`) |
| Output | JSON value as array. If 2nd value(j[1]) is true then the input is AntiTor.
`[false,false]` (Error or not AntiTor)
`[true,false]` (Not AntiTor)
`[true,true]` (AntiTor) |
| cURL Example | `curl -X POST -F 'f=www.example.com' -k --http2 https://clearnet/api/is/antitor/`
`curl -x socks5h://127.0.0.1:9050 -X POST -F 'f=www.example.com' http://onion/api/is/antitor/` |
-
-----
-
-### Get Data
-
-- Get data in simple format.
-- For your automation use.
-
-| ? | ? |
-| -- | -- |
-| Location | `(base url)listdata/` |
-| Request Method | `GET` |
-| Input | `name` is required.
`name` string (e.g. `cf_fediverse`)
possible values:
`cf_fediverse` JSON [Cloudflared Fediverse](../cloudflared/social/fediverse.md) Domain
`cf_fediverse_CSV` Text
`cf_fediverse_FQDN` JSON Cloudflared Fediverse FQDN
`cf_fediverse_FQDN_CSV` Text
|
-| Output | JSON or Text |
-| cURL Example | `curl -k --http2 https://clearnet/api/listdata/?name=cf_fediverse` |