curl --request GET \ --url https://v3.minestorecms.com/api/checkAccessibility
Copy
{ "success": true, "status": "banned", "message": "Your country is banned to visit this website."}
User Endpoints
Check Accessibility
Checks if the site is under maintenance, verifies if the user’s IP is allowed, and checks if the country of the user’s IP is banned. Also tracks visits to the site.
GET
/
checkAccessibility
Check Site Accessibility
Copy
curl --request GET \ --url https://v3.minestorecms.com/api/checkAccessibility
Copy
{ "success": true, "status": "banned", "message": "Your country is banned to visit this website."}