You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Cloudflare is removing an undocumented method of searching for multiple DNS record names or contents.
4
+
date: 2025-05-26T08:00:00Z
5
+
---
6
+
7
+
Cloudflare is removing the ability to search for multiple names or contents with a single API request.
8
+
This behavior was never documented and conflicts with our public API reference.
9
+
10
+
For example, the following queries will no longer work:
11
+
12
+
```
13
+
/dns_records?name=www,ftp
14
+
/dns_records?content=127.0.0.1,127.0.0.2
15
+
```
16
+
17
+
More information and possible alternatives can be found in the [deprecation announcement](https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-02-21).
18
+
19
+
This change may take up to 4 weeks to fully roll out.
0 commit comments