Semicolon List
Single-line list separated by semicolons. Use this for UniFi traffic rules, MikroTik address lists, or any appliance that expects a delimiter-separated string.
Download semicolon listGenerate live lists for routing and filtering. Combine the filters below to target a specific verdict or category before downloading.
Single-line list separated by semicolons. Use this for UniFi traffic rules, MikroTik address lists, or any appliance that expects a delimiter-separated string.
Download semicolon listOne domain per line. Handy for `hosts` files, Pi-hole or AdGuard blocklists, VPN split-tunnel routing tables, and any tooling that ingests line-delimited text.
Download newline listIntegrate directly with the API. Combine `format`, `search`, `verdict`, and `category` parameters to craft the routing list your network expects.
# Block "news" domains in newline format (great for dnsmasq/hosts lists)
curl "https://osatracker.co.uk/domains/export?format=newline&search=news"
# Feed UniFi Internet Security policy with censored social media sites
curl "https://osatracker.co.uk/domains/export?format=semicolon&verdict=Censored&category=Social%20media%20platforms"
# Split-tunnel VPN routing: only send blocked video platforms through the VPN
curl "https://osatracker.co.uk/domains/export?format=newline&verdict=Blocked&category=Video-sharing%20and%20streaming%20sites"
Tip: append the results directly to routing tables or firewall address groups to steer matching traffic through a VPN or onto an isolated network segment.