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
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."}
Assistant
Responses are generated using AI and may contain mistakes.
Response
200
application/json
OK
The response is of type object.
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."}