Building custom views
The Cloudflare dashboard is built on our API. To build custom views that reflect what appears in the Cloudflare dashboard, review the page source to see how we implemented the API calls.
For example, to see how we implemented the API calls from the DNS tab of the dashboard:
- Go to the DNS application on the dashboard.
- Open the developer tools for your web browser, such as Chrome’s developer tools ↗.
- Switch to the Network tab of the developer tools.
- Reload the page to capture the results.
- Review the API calls and their responses. Filter the results by only looking at
XHR
responses or any URL containing/api/v4/
.