···11+---
22+title: DNS Monitor
33+---
44+55+A DNS Monitor is a component that allows you to monitor the status of DNS records. It can be used to monitor the status of a domain name, a subdomain, or any other DNS record.
66+77+It will fetch the following DNS record types:
88+- A
99+- AAAA
1010+- CNAME
1111+- MX
1212+- NS
1313+- TXT
1414+1515+## Configuration
1616+1717+### URI
1818+The domain or subdomain you want to monitor e.g `openstat.us`
1919+2020+### Regions
2121+2222+The regions where we are triggering the DNS request.
···2626### Favicon
27272828You can add a favicon for your status page.
2929+3030+3131+### JSON Feed
3232+3333+You can access your status page data in JSON format by appending `/feed/json` to your status page URL.
3434+3535+Example: `https://status.openstatus.dev/feed/json`
···33description: Get your status page data as JSON.
44image: /assets/changelog/json-status-page.png
55publishedAt: 2025-11-27
66+author: "openstatus"
77+category: "statuspage"
68---
79We're excited to announce that you can now access your status page data in JSON format! This feature allows you to create exciting tool/integration using your status page data.
810